TS_INVOICE 
Default Table Name  TS_INVOICE 
Definition 
 Name: Timesheet Invoice.     Description: This table contains the invoicing information for the timesheet.
 

TS_INVOICE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Employee Id. Description: Employee ID identifier.
 
TS_SCHEDULE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Timesheet Schedule. Description: Timesheet frequency identifier.
 
YEAR_NO_CD(PK)(FK)    VARCHAR2(4)  NO 
 
PERIOD_NO_CD(PK)(FK)    VARCHAR2(3)  NO 
Name: Period Number. Description: Period number for timesheet frequency.
 
INVOICE_NO_CD(PK)    VARCHAR2(15)  NO 
Name: Invoice Number. Description: The invoice number.
 
INVOICE_UDT_ID(PK)    VARCHAR2(50)  NO 
Name: Invoice Charge UDT. Description: The UDT01 or UDT02 ID that is invoice is for.
 
MODIFIED_BY    VARCHAR2(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMBER(10, 0)  NO 
Name: Row Version. Description: The number of times this record has been updated.
 
TIME_STAMP    DATE  NO 
Name: Time Stamp. Description: Date and time the record was last modified.
 

TS_INVOICE Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0128  PrimaryKey  EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD, INVOICE_NO_CD, INVOICE_UDT_ID 

TS_INVOICE Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
TS  Identifying  One To Zero or More  F00101      EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable