SCREEN_PARAMETER 
Default Table Name  SCREEN_PARAMETER 
Definition 
 Name: Screen Preset Parameters.     Description: This table contains the preset parameters for screens. It allows users to load parameters via search in appropriate screens and store parameters for scheduled processes.
 

SCREEN_PARAMETER Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
SCREEN_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Screen. Description: The identifier for the screen.
 
PARAMETER_CD(PK)    VARCHAR(10)  NO 
Name: Parameter Code. Description: The identifier for the parameters.
 
PARAMETER_DESC    VARCHAR(30)  NO 
Name: Parameter Description. Description: The description for the parameters.
 
EMPL_ID(FK)    VARCHAR(20)  NO 
Name: Employee ID. Description: The unique identifier of the employee who created the parameter.
 
PUBLIC_FL    VARCHAR(1)  NO 
Name: Public Flag. Description: Logical as to whether the preset parameters can be used by users other than the owner.
 
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 as been updated.
 
TIME_STAMP    DATE  NO 
Name: Time Stamp. Description: Date and time the record was last modified.
 
PRINT_FL    VARCHAR(1)  NO 
Name: Prin Flag. Description: Logical as to whether the report is being printed for this preset parameter.
 
NOTIFY_FL    VARCHAR(1)  NO 
Name: Notify Flag. Description: Logical as to whether notifications will be sent for this preset parameter.
 
PARAMETER_TEXT    TEXT  NO 
Name: Parameter Options. Description: The preset parameters for the screen.
 

SCREEN_PARAMETER Keys 
Key Name  Key Type  Keys 
RI_F00329  Inversion Entry  EMPL_ID 
PI_0235  PrimaryKey  SCREEN_CD, PARAMETER_CD 
RI_F00328  Inversion Entry  SCREEN_CD 

SCREEN_PARAMETER Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
SCREENS  Identifying  One To Zero or More        SCREEN_CD  NO 
EMPL  Non-Identifying  One To Zero or More        EMPL_ID  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
SCHEDULED_PROCESS  Identifying  One To Zero or More          NO