EMPL_DESKTOP_RIGHT 
Default Table Name  EMPL_DESKTOP_RIGHT 
Definition 
 Name: Employee Desktop Right Columns .     Description: This table contains the right column items for the employees desktop.
 

EMPL_DESKTOP_RIGHT Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Employee ID. Description: Unique identifier for the employee.
 
DESKTOP_CD(PK)(FK)    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_RIGHT Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0125  PrimaryKey  EMPL_ID, DESKTOP_CD 

EMPL_DESKTOP_RIGHT Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EMPL  Identifying  One To Zero or More  F00098      EMPL_ID  NO  NO 
DESKTOP  Identifying  One To Zero or More  F00099      DESKTOP_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable