WORK_SCHEDULE 
Default Table Name  WORK_SCHEDULE 
Definition 
 Name: Work Schedule.     Description: This table contains the user-defined work schedules and descriptions.
 

WORK_SCHEDULE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
WORK_SCHEDULE_CD(PK)    VARCHAR2(10)  NO 
Name: Work Schedule. Description: Unique user-provided identifier code for this work schedule.
 
WORK_SCHEDULE_DESC    VARCHAR2(30)  NO 
Name: Work Schedule Description. Description: Unique description of work schedule code.
 
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.
 

WORK_SCHEDULE Primary and Unique Keys 
Key Name  Key Type  Keys 
SI_0001  Index  WORK_SCHEDULE_DESC 
PI_0022  PrimaryKey  WORK_SCHEDULE_CD 

WORK_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 
WORK_SCHEDULE_DATE  Identifying  One To Zero or More  F00011        NO  NO 
EMPL_HISTORY  Non-Identifying  One To Zero or More  F00032        NO  NO 
TS  Non-Identifying  One To Zero or More  F00041        NO  NO 
TIME_CONFIG  Non-Identifying  One To Zero or More  F00127        NO  NO