UDT02_SPVSR 
Default Table Name  UDT02_SPVSR 
Definition 
 Name: UDT02 Supervisors.     Description: This table contains the supervisors for particular UDT02s.
 

UDT02_SPVSR Columns 
ColumnName  Domain  Datatype  NULL  Definition 
UDT02_ID(PK)(FK)    VARCHAR2(50)  NO 
Name: UDT02 ID. Description: Unique identifier for the UDT02.
 
SPVSR_EMPL_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Supervisor Employee ID. Description: Employee ID of the supervisor of the UDT02.
 
FUNCTIONAL_ROLE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Functional Role. Description: Unique identifier for this functional role.
 
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.
 

UDT02_SPVSR Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0131  PrimaryKey  UDT02_ID, SPVSR_EMPL_ID, FUNCTIONAL_ROLE_CD 

UDT02_SPVSR Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
UDT02  Identifying  One To Zero or More  F00109      UDT02_ID  NO  NO 
EMPL  Identifying  One To Zero or More  F00110      SPVSR_EMPL_ID  NO  NO 
FUNCTIONAL_ROLE  Identifying  One To Zero or More  F00111      FUNCTIONAL_ROLE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable