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

SCREEN_PARAMETER Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0235  PrimaryKey  SCREEN_CD, PARAMETER_CD 

SCREEN_PARAMETER Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
SCREENS  Identifying  One To Zero or More  F00328      SCREEN_CD  NO  NO 
EMPL  Non-Identifying  One To Zero or More  F00329      EMPL_ID  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
SCHEDULED_PROCESS  Identifying  One To Zero or More  F00331        NO  NO