TS_SCHEDULE_PERIOD 
Default Table Name  TS_SCHEDULE_PERIOD 
Definition 
 Name: Timesheet Schedule Periods/Dates.     Description: Contains the schedule of timesheet periods and dates for a specific timesheet schedule.
 

TS_SCHEDULE_PERIOD Columns 
ColumnName  Domain  Datatype  NULL  Definition 
TS_SCHEDULE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Timesheet Schedule. Description: The timesheet frequency/schedule code containing these periods.
 
YEAR_NO_CD(PK)    VARCHAR2(4)  NO 
Name: Year. Description: The timesheet frequency/schedule year code.
 
PERIOD_NO_CD(PK)    VARCHAR2(3)  NO 
Name: Period Number. Description: The period number code that identifies this frequency/schedule.
 
START_DT    DATE  NO 
Name: Start Date. Description: Start date of the period.
 
END_DT    DATE  NO 
Name: End Date. Description: End date of the period.
 
OPEN_FL    VARCHAR2(1)  NO 
Name: Open Flag. Description: Logical as to whether the period is open or closed.
 
MODIFY_MISSING_FL    VARCHAR2(1)  NO 
Name: Modify Missing Flag. Description: Logical as to whether missing timesheets can be changed for this period.
 
MODIFY_OPEN_FL    VARCHAR2(1)  NO 
Name: Modify Open Flag. Description: Logical as to whether open timesheets can be changed for this period.
 
MODIFY_SIGNED_FL    VARCHAR2(1)  NO 
Name: Modify Signed Flag. Description: Logical as to whether signed timesheets can be changed for this period.
 
MODIFY_APPROVED_FL    VARCHAR2(1)  NO 
Name: Modify Approved Flag. Description: Logical as to whether approved timesheets can be changed for this period.
 
MODIFY_PROCESSED_FL    VARCHAR2(1)  NO 
Name: Modify Processed Flag. Description: Logical as to whether processed timesheets can be changed for this period.
 
MODIFY_REJECTED_FL    VARCHAR2(1)  NO 
Name: Modify Rejected Flag. Description: Logical as to whether rejected timesheets can be changed for this period.
 
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.
 
TIMESHEET_PERIOD_TEXT    VARCHAR2(10)  YES 
Name: Period Text. Description: The text that shall be displayed next to period end date within timesheet if system is so configured.
 

TS_SCHEDULE_PERIOD Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0021  PrimaryKey  TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD 

TS_SCHEDULE_PERIOD Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
TS_SCHEDULE  Identifying  One To Zero or More  F00010      TS_SCHEDULE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
TS  Identifying  One To Zero or More  F00039        NO  NO