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 Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EMPL_GROUP_CD(PK)(FK)    VARCHAR(25)  NO 
Name: Employee Group. Description: Identifying code for the employee group.
 
SPVSR_EMPL_ID(PK)(FK)    VARCHAR(20)  NO 
Name: Supervisor Employee ID. Description: Employee ID of the supervisor of the employee group.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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)    VARCHAR(10)  NO 
Name: Functional Role. Description: The functional role of the supervisor/owner.
 

EMPL_GROUP_SPVSR Keys 
Key Name  Key Type  Keys 
PI_0035  PrimaryKey  EMPL_GROUP_CD, SPVSR_EMPL_ID, FUNCTIONAL_ROLE_CD 
RI_F00102  Inversion Entry  FUNCTIONAL_ROLE_CD 
RI_F00030  Inversion Entry  SPVSR_EMPL_ID 
RI_F00029  Inversion Entry  EMPL_GROUP_CD 

EMPL_GROUP_SPVSR Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EMPL_GROUP  Identifying  One To Zero or More        EMPL_GROUP_CD  NO 
EMPL  Identifying  One To Zero or More        SPVSR_EMPL_ID  NO 
FUNCTIONAL_ROLE  Identifying  One To Zero or More        FUNCTIONAL_ROLE_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype