IMPORT_EMPL_LEAVE 
Default Table Name  IMPORT_EMPL_LEAVE 
Definition 
 Name: Employee Leave Import  .     Description: This table contains leave balances that will be imported to Deltek Time and Expense if validations are passed.
 

IMPORT_EMPL_LEAVE 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.
 
LEAVE_TYPE_CD    VARCHAR2(10)  NO 
Name: Leave Type. Description: Unique identifier for the type of leave.
 
TRANS_DT    DATE  NO 
Name: Transaction Date. Description: Date of transaction.
 
S_TRANS_TYPE_CD    VARCHAR2(10)  NO 
Name: Transaction Type. Description: The type of transaction. The valid values are BEG - Beginning Balance. ACCRUED - Accrued. ADJUSTMENT - Adjustment
 
LEAVE_HRS    NUMBER(10, 4)  YES 
Name: Leave Hours. Description: The number of leave hours.
 
ADJUSTMENT_TEXT    VARCHAR2(60)  YES 
Name: Adjustment Reason. Description: The reason for an adjustment record.
 

IMPORT_EMPL_LEAVE Primary and Unique Keys 
Key Name  Key Type  Keys 

IMPORT_EMPL_LEAVE 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