SCREENS 
Default Table Name  SCREENS 
Definition 
 Name: Screens.     Description: System table used to store all valid administrator screens.
 

SCREENS Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SCREEN_CD(PK)    VARCHAR2(10)  NO 
Name: Screen. Description: The identifier for the screen.
 
PARENT_SCREEN_CD(FK)    VARCHAR2(10)  YES 
Name: Parent Screen. Description: The parent of the screen.
 
MENU_ORDER_NO    NUMBER(10, 0)  NO 
Name: Menu Order. Description: A numeric field that is used to sort the screens for presentation.
 
MENU_LABEL_CD    VARCHAR2(7)  NO 
Name: Menu Label Code. Description: A field used in conjunction with the internationalization of menu labels.
 
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.
 
TIME_FL    VARCHAR2(1)  NO 
Name: Time Collection Flag. Description: Logical as to whether screen is part of Time system.
 
EXPENSE_FL    VARCHAR2(1)  NO 
Name: Expense Collection Flag. Description: Logical as to whether screen is part of Expense system.
 
SELF_SERVICE_FL    VARCHAR2(1)  NO 
Name: Self Service Flag. Description: Logical as to whether screen is part of Self Service system.
 
S_TIMEOUT_MINUTES_NO    NUMBER(10, 0)  NO 
Name: Screen Timeout Minutes. Description: The number of minutes the system shall timeout users for this screen. The valid range is 0 to 30.
 
NEGATIVE_TEXT_FL    VARCHAR2(1)  NO 
Name: Negative Text Flag. Description: Logical as to whether negative text is displayed. 
 
S_FORMAT_EDIT_CD    VARCHAR2(1)  NO 
Name: Format Option. Description: Determines what type of edit occurs for telephone and postal code if format is violated. The valid values are: H- Hard Edit. S – Soft Edit . N- No Edit
 
CUSTOMIZE_FL    VARCHAR2(1)  NO 
Name: Customizable Flag. Description: Logical indicates whether unit can have above properties customized.
 
ESS_MOD_ID    VARCHAR2(4)  YES 
Name: ESS Module ID. Description: The ESS module identifier for the screen. 
 
ESS_BEN_TYPE_CD    VARCHAR2(6)  YES 
Name: ESS Benefit Type. Description: The Self Service benefits type code that this screen is associated with.
 
PROCESS_FL    VARCHAR2(1)  NO 
Name: Scheduled Process Flag. Description: Logical as to whether screen can be scheduled process.
 

SCREENS Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0025  PrimaryKey  SCREEN_CD 

SCREENS Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
SCREENS  Non-Identifying  Zero or One to Zero or More  F00064      PARENT_SCREEN_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
ROLE_SCREEN  Identifying  One To Zero or More  F00013        NO  NO 
SCREENS  Non-Identifying  One To Zero or More  F00064        NO  NO 
EMPL_MENU  Identifying  One To Zero or More  F00095        NO  NO 
SCREEN_PARAMETER  Identifying  One To Zero or More  F00328        NO  NO 
MENU  Non-Identifying  One To Zero or More  F00441        NO  NO