EMPL_DESKTOP_LEFT |
Default Table Name | EMPL_DESKTOP_LEFT |
Definition | Name: Employee Desktop Left Columns . Description: This table contains the left column items for the employees desktop. |
EMPL_DESKTOP_LEFT Columns |
ColumnName | Domain | Datatype | NULL | Definition |
EMPL_ID![]() |
VARCHAR2(20) | NO | Name: Employee ID. Description: Unique identifier for the employee. |
|
DESKTOP_CD![]() |
VARCHAR2(10) | NO | Name: Desktop Code. Description: The identifier for the desktop item. |
|
DESKTOP_ORDER_NO | NUMBER(10, 0) | NO | Name: Order. Description: A numeric field that is used to sort the item for presentation on desktop. |
|
SHOW_FL | VARCHAR2(1) | NO | Name: Show Flag. Description: Logical as to whether this items details should be shown by default. |
|
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. |
EMPL_DESKTOP_LEFT Primary and Unique Keys |
Key Name | Key Type | Keys |
PI_0124 | PrimaryKey | EMPL_ID, DESKTOP_CD |
EMPL_DESKTOP_LEFT Foreign Keys |
Parent Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable |
EMPL | Identifying | One To Zero or More | F00096 | EMPL_ID | NO | NO | ||
DESKTOP | Identifying | One To Zero or More | F00097 | DESKTOP_CD | NO | NO |
Child Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable |