CHARGE_EMPL_GROUP 
Default Table Name  CHARGE_EMPL_GROUP 
Definition 
 Name: Charge Tree Employee Groups .     Description: This table contains the employee groups that are authorized to charges within this tree. This table can only be populated for charge trees that are configured to restrict employee groups.
 

CHARGE_EMPL_GROUP Columns 
ColumnName  Domain  Datatype  NULL  Definition 
CHARGE_TREE_CD(PK)(FK)    VARCHAR2(50)  NO 
Name: Charge Tree. Description: The top-level identifier of the charge tree.
 
EMPL_GROUP_CD(PK)(FK)    VARCHAR2(25)  NO 
Name: Employee Group. Description: Unique identifier for 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.
 

CHARGE_EMPL_GROUP Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0105  PrimaryKey  CHARGE_TREE_CD, EMPL_GROUP_CD 

CHARGE_EMPL_GROUP Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
CHARGE  Identifying  One To Zero or More  F00074      CHARGE_TREE_CD  NO  NO 
EMPL_GROUP  Identifying  One To Zero or More  F00075      EMPL_GROUP_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable