IMPORT_EMPL 
Default Table Name  IMPORT_EMPL 
Definition 
 Name: Employee Import .     Description: This staging table contains employee master table data that will be imported to Deltek Time and Expense if validations are passed.
 

IMPORT_EMPL 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_ID    VARCHAR2(20)  NO 
Name: Employee ID. Description: Unique identifier for the employee.
 
LAST_NAME    VARCHAR2(30)  YES 
Name: Last Name. Description: Employees last name.
 
FIRST_NAME    VARCHAR2(30)  YES 
Name: First Name. Description: Employees first name.
 
INITIAL_NAME    VARCHAR2(1)  YES 
Name: Middle Initial. Description: Employees middle initial.
 
GOVT_EMPL_ID    VARCHAR2(20)  YES 
Name: Government Employee ID. Description: Employees government ID, i.e., social security number.
 
VENDOR_ID    VARCHAR2(20)  YES 
Name: Vendor ID. Description: The identifying vendor ID for this employee.
 
PAYROLL_ID    VARCHAR2(20)  YES 
Name: Payroll ID. Description: The payroll ID for the employee to be used with the payroll interface.
 
PAYROLL_EMPL_ID    VARCHAR2(20)  YES 
Name: Payroll Employee ID. Description: The payroll employee ID for the employee to be used with the payroll interface.
 
HIRE_DT    DATE  YES 
Name: Hire Date. Description: The employees hire date.
 
TERMINATE_DT    DATE  YES 
Name: Terminate Date. Description: Date that the employee was terminated.
 
HOME_PHONE_NO_S    VARCHAR2(30)  YES 
Name: Home Phone Number. Description: Employees home telephone number.
 
WORK_PHONE_NO_S    VARCHAR2(30)  YES 
Name: Work Phone Number. Description: Employees work telephone number.
 
FAX_NO_S    VARCHAR2(30)  YES 
Name: Fax Number. Description: Employees fax number.
 
CELL_PHONE_NO_S    VARCHAR2(30)  YES 
Name: Mobile Phone Number. Description: Employees cell phone number.
 
PAGER_NO_S    VARCHAR2(30)  YES 
Name: Pager Number. Description: Employees pager number.
 
MAIL_ADDRESS_S    VARCHAR2(254)  YES 
Name: E-mail Address. Description: The employees e-mail address. Multiple e-mail addresses are delimited by a comma.
 
LOGIN_EMPL_ID    VARCHAR2(20)  YES 
Name: Login ID. Description: The ID with which the employee logs on to the system.
 
ROLE_CD    VARCHAR2(10)  YES 
Name: Security Role. Description: The employees role for system rights.
 
CODE1_CD    VARCHAR2(20)  YES 
Name: User Defined Code 1. Description: First user-defined alphanumeric field.
 
CODE2_CD    VARCHAR2(20)  YES 
Name: User Defined Code 2. Description: Second user-defined alphanumeric field.
 
CODE3_CD    VARCHAR2(20)  YES 
Name: User Defined Code 3. Description: Third user-defined alphanumeric field.
 
DATE1_DT    DATE  YES 
Name: User Defined Date 1. Description: First user-defined date field.
 
DATE2_DT    DATE  YES 
Name: User Defined Date 2. Description: Second user-defined date field.
 
DATE3_DT    DATE  YES 
Name: User Defined Date 3. Description: Third user-defined date field.
 
ACTIVE_FL    VARCHAR2(1)  YES 
Name: Active Flag. Description: Logical as to whether the employee is active.
 
CURRENCY_CD    VARCHAR2(3)  YES 
Name: Pay Currency. Description: The employee’s base currency.
 
TITLE_DESC    VARCHAR2(30)  YES 
Name: Title. Description: The title of the employee.
 
LOCATION_DESC    VARCHAR2(30)  YES 
Name: Location . Description: The location of the employee
 

IMPORT_EMPL Primary and Unique Keys 
Key Name  Key Type  Keys 

IMPORT_EMPL 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