TS_SCHEDULE 
Default Table Name  TS_SCHEDULE 
Definition 
 Name: Timesheet Schedule.     Description: Master table for user-specified timesheet schedules.
 

TS_SCHEDULE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
TS_SCHEDULE_CD(PK)    VARCHAR2(10)  NO 
Name: Timesheet Schedule. Description: The unique identifier for the timesheet frequency/schedule code.
 
TS_SCHEDULE_DESC    VARCHAR2(30)  NO 
Name: Timesheet Schedule Description. Description: Unique description of the timesheet frequency/schedule code.
 
CUR_YEAR_NO_CD    VARCHAR2(4)  NO 
Name: Current Year. Description: The current timesheet frequency/schedule year code.
 
CUR_PERIOD_NO_CD    VARCHAR2(3)  NO 
Name: Current Period Number. Description: The current period number code for the timesheet frequency/schedule.
 
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_SCHEDULE Primary and Unique Keys 
Key Name  Key Type  Keys 
SI_0002  Index  TS_SCHEDULE_DESC 
PI_0020  PrimaryKey  TS_SCHEDULE_CD 

TS_SCHEDULE 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 
TS_SCHEDULE_PERIOD  Identifying  One To Zero or More  F00010        NO  NO 
EMPL_HISTORY  Non-Identifying  One To Zero or More  F00034        NO  NO 
TIME_CONFIG  Non-Identifying  One To Zero or More  F00126        NO  NO