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

SCREENS Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
SCREEN_CD(PK)    VARCHAR(10)  NO 
Name: Screen. Description: The identifier for the screen.
 
PARENT_SCREEN_CD(FK)    VARCHAR(10)  YES 
Name: Parent Screen. Description: The parent of the screen.
 
MENU_ORDER_NO    NUMERIC(10, 0)  NO 
Name: Menu Order. Description: A numeric field that is used to sort the screens for presentation.
 
MENU_LABEL_CD    VARCHAR(7)  NO 
Name: Menu Label Code. Description: A field used in conjunction with the internationalization of menu labels.
 
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.
 
TIME_FL    VARCHAR(1)  NO 
Name: Time Collection Flag. Description: Logical as to whether screen is part of Time system.
 
EXPENSE_FL    VARCHAR(1)  NO 
Name: Expense Collection Flag. Description: Logical as to whether screen is part of Expense system.
 
SELF_SERVICE_FL    VARCHAR(1)  NO 
Name: Self Service Flag. Description: Logical as to whether screen is part of Self Service system.
 
S_TIMEOUT_MINUTES_NO    NUMERIC(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    VARCHAR(1)  NO 
Name: Negative Text Flag. Description: Logical as to whether negative text is displayed. 
 
S_FORMAT_EDIT_CD    VARCHAR(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    VARCHAR(1)  NO 
Name: Customizable Flag. Description: Logical indicates whether unit can have above properties customized.
 
ESS_MOD_ID    VARCHAR(4)  YES 
Name: ESS Module ID. Description: The ESS module identifier for the screen. 
 
ESS_BEN_TYPE_CD    VARCHAR(6)  YES 
Name: ESS Benefit Type. Description: The Self Service benefits type code that this screen is associated with.
 
PROCESS_FL    VARCHAR(1)  NO 
Name: Scheduled Process Flag. Description: Logical as to whether screen can be scheduled process.
 

SCREENS Keys 
Key Name  Key Type  Keys 
RI_F00064  Inversion Entry  PARENT_SCREEN_CD 
PI_0025  PrimaryKey  SCREEN_CD 

SCREENS Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
SCREENS  Non-Identifying  Zero or One to Zero or More        PARENT_SCREEN_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
ROLE_SCREEN  Identifying  One To Zero or More          NO 
SCREENS  Non-Identifying  One To Zero or More          NO 
EMPL_MENU  Identifying  One To Zero or More          NO 
SCREEN_PARAMETER  Identifying  One To Zero or More          NO 
MENU  Non-Identifying  Zero or One to Zero or More          NO