IMPORT_EMPL_GROUP 
Default Table Name  IMPORT_EMPL_GROUP 
Definition 
 Name: Employee Group Import  .     Description: This staging table contains employee group information (employees and supervisors) that will be imported to Deltek Time and Expense if validations are passed.
 

IMPORT_EMPL_GROUP Columns 
ColumnName  Domain  Datatype  NULL  Definition 
USER_COMPANY_ID    VARCHAR2(30)  NO 
Name: Domain. Description: Alias for database schema that will be updated.
 
S_IMPORT_CD    VARCHAR2(1)  NO 
Name: Import Type. Description: Indicates the type of transaction. The valid values are: A - Add. C - Change. D - Delete. B - Batch 
 
TIME_STAMP    DATE  NO 
Name: Time Stamp. Description: A time/date stamp that indicates when the record was originally inserted into table.
 
EXTERNAL_USER    VARCHAR2(20)  NO 
Name: External User. Description: User ID of the non-TC user initiating the insert into the Import table. 
 
EMPL_GROUP_CD    VARCHAR2(25)  NO 
Name: Employee Group. Description: Identifying code for the employee group.
 
S_IMPORT_TYPE_CD    VARCHAR2(1)  NO 
Name: Import Record Type. Description: Indicates the type of record being imported. The valid values are: G - Group. M - Member Employee. O - Owner Employee
 
EMPL_GROUP_DESC    VARCHAR2(30)  YES 
Name: Employee Group Description. Description: Description of the employee group. 
 
EMPL_GROUP_TYPE_CD    VARCHAR2(10)  YES 
Name: Employee Group Type. Description: The type of the employee group. 
 
EMPL_ID    VARCHAR2(20)  YES 
Name: Employee ID. Description: Employee ID of a member of the employee group.
 
SPVSR_EMPL_ID    VARCHAR2(20)  YES 
Name: Role Employee ID. Description: Employee ID of a supervisor of the employee group.
 
FUNCTIONAL_ROLE_CD    VARCHAR2(10)  YES 
Name: Functional Role. Description: The type of supervisor. Must be valid functional role.
 

IMPORT_EMPL_GROUP Primary and Unique Keys 
Key Name  Key Type  Keys 

IMPORT_EMPL_GROUP Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable