EMPL_GROUP_SPVSR 
Default Table Name  EMPL_GROUP_SPVSR 
Definition 
 Name: Employee Group Supervisors .     Description: This table contains the supervisors assigned to an employee group.
 

EMPL_GROUP_SPVSR Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EMPL_GROUP_CD(PK)(FK)    VARCHAR2(25)  NO 
Name: Employee Group. Description: Identifying code for the employee group.
 
SPVSR_EMPL_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Supervisor Employee ID. Description: Employee ID of the supervisor of the employee group.
 
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.
 
FUNCTIONAL_ROLE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Functional Role. Description: The functional role of the supervisor/owner.
 

EMPL_GROUP_SPVSR Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0035  PrimaryKey  EMPL_GROUP_CD, SPVSR_EMPL_ID, FUNCTIONAL_ROLE_CD 

EMPL_GROUP_SPVSR Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EMPL_GROUP  Identifying  One To Zero or More  F00029      EMPL_GROUP_CD  NO  NO 
EMPL  Identifying  One To Zero or More  F00030      SPVSR_EMPL_ID  NO  NO 
FUNCTIONAL_ROLE  Identifying  One To Zero or More  F00102      FUNCTIONAL_ROLE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable