DESKTOP_DELEGATION_UDT 
Default Table Name  DESKTOP_DELEGATION_UDT 
Definition 
 Name: Desktop Charge Delegations .     Description: This table contains the user’s functional role delegations over UDTs.
 

DESKTOP_DELEGATION_UDT Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Employee ID. Description: The unique identifier of the employee whose delegations it is.
 
FUNCTIONAL_ROLE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Functional Role. Description: The functional role that they are delegating.
 
S_UDT_CD(PK)    VARCHAR2(5)  NO 
Name: UDT Indictator. Description: Indicates the type of UDT that is being delegated. The valid values are:UDT01. UDT02. 
 
UDT_ID_S(PK)    VARCHAR2(30)  NO 
Name: UDT Value. Description: The string that identifies the UDT. Wildcard values are allowed. 
 
DELEGATE_EMPL_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Delegate Employee ID. Description: The employee who is being delegated the authority.
 
ACTIVE_FL    VARCHAR2(1)  NO 
Name: Active Flag. Description: Logical as to whether delegation is active.
 
START_DT    DATE  NO 
Name: Start Date. Description: The starting date of the delegation.
 
END_DT    DATE  NO 
Name: End Date. Description: The ending date of the delegation.
 
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.
 

DESKTOP_DELEGATION_UDT Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0232  PrimaryKey  EMPL_ID, FUNCTIONAL_ROLE_CD, S_UDT_CD, UDT_ID_S, DELEGATE_EMPL_ID 

DESKTOP_DELEGATION_UDT Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EMPL  Identifying  One To Zero or More  F00325      EMPL_ID  NO  NO 
EMPL  Identifying  One To Zero or More  F00326      DELEGATE_EMPL_ID  NO  NO 
FUNCTIONAL_ROLE  Identifying  One To Zero or More  F00327      FUNCTIONAL_ROLE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable