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

TS_INVOICE Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR(20)  NO 
Name: Employee Id. Description: Employee ID identifier.
 
TS_SCHEDULE_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Timesheet Schedule. Description: Timesheet frequency identifier.
 
YEAR_NO_CD(PK)(FK)    VARCHAR(4)  NO 
 
PERIOD_NO_CD(PK)(FK)    VARCHAR(3)  NO 
Name: Period Number. Description: Period number for timesheet frequency.
 
INVOICE_NO_CD(PK)    VARCHAR(15)  NO 
Name: Invoice Number. Description: The invoice number.
 
INVOICE_UDT_ID(PK)    VARCHAR(50)  NO 
Name: Invoice Charge UDT. Description: The UDT01 or UDT02 ID that is invoice is for.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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 Keys 
Key Name  Key Type  Keys 
RI_F00101  Inversion Entry  EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD 
PI_0128  PrimaryKey  EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD, INVOICE_NO_CD, INVOICE_UDT_ID 

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