ColumnName |
Domain |
Datatype |
NULL |
Definition |
SCREEN_CD |
|
VARCHAR2(10) |
NO |
Name: Screen. Description: The identifier for the screen. |
PARAMETER_CD |
|
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 |
|
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. |