EMPL_CHARGE_FAVORITES 
Default Table Name  EMPL_CHARGE_FAVORITES 
Definition 
 Name: Employee Charge Favorites .     Description: This table contains information about employees charge favorites.
 

EMPL_CHARGE_FAVORITES Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR(20)  NO 
Name: Employee ID. Description: The ID of the employee whose favorite it is.
 
CHARGE_TREE_CD(PK)(FK)    VARCHAR(50)  NO 
Name: Charge Tree. Description: The charge tree identifier.
 
CHARGE_BRANCH_CD(PK)(FK)    VARCHAR(50)  NO 
Name: Charge Branch. Description: The charge branch identifier.
 
CHARGE_CD(PK)(FK)    VARCHAR(100)  NO 
Name: Charge. Description: The identifier of the charge in the charge tree/branch.
 
SEQ_NO(PK)    NUMERIC(10, 0)  NO 
Name: Sequence Number. Description: Relative sequence number that provides uniqueness to key. Does not have to be in straight numeric sequences. I.e,. gaps are permitted.
 
AUTO_LOAD_FL    VARCHAR(1)  NO 
Name: Auto Load Flag. Description: Logical as to whether this charge is loaded automatically on new timesheets for this employee when EMPL_PREFERENCE.load_favorites_fl = "Y". This logical also determines whether this charge is loaded when the Load Favorites function is selected from the timesheet.
 
DFLT_UDT01_ID    VARCHAR(50)  YES 
Name: Default UDT01. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT02_ID    VARCHAR(50)  YES 
Name: Default UDT02. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT03_ID    VARCHAR(20)  YES 
Name: Default UDT03. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT04_ID    VARCHAR(20)  YES 
Name: Default UDT04. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT05_ID    VARCHAR(20)  YES 
Name: Default UDT05. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT06_ID    VARCHAR(20)  YES 
Name: Default UDT06. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT07_ID    VARCHAR(20)  YES 
Name: Default UDT07. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT08_ID    VARCHAR(20)  YES 
Name: Default UDT08. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT09_ID    VARCHAR(20)  YES 
Name: Default UDT09. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT10_ID    VARCHAR(20)  YES 
Name: Default UDT10. Description: If present, this value provides overriding default for this UDT.
 
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.
 
HOLIDAY_FL    VARCHAR(1)  NO 
Name: Holiday Flag. Description: A logical indicator if this favorite is the employee’s holiday charge.
 
VACATION_FL    VARCHAR(1)  NO 
Name: Vacation Flag. Description: A logical indicator if this favorite is the employee’s vacation charge.
 
UDT09_ABBRV_ID    VARCHAR(20)  YES 
Name: UDT09 Abbreviation. Description: Abbreviation for UDT09.
 
UDT06_CP_COMPANY_CD    VARCHAR(10)  YES 
Name: UDT06 Costpoint Company. Description: Costpoint Company Code for DFLT_UDT06_ID field
 
UDT07_CP_COMPANY_CD    VARCHAR(10)  YES 
Name: UDT07 Costpoint Company. Description: Costpoint Company Code for DLFT_UDT07_ID field
 
WORK_DAY_PCT    NUMERIC(3, 2)  NO 
Name: Work Percentage. Description: The percentage of standard that this favorite should be charged on workdays for exception based timesheets.
 
SHORT_LINE_TEXT    VARCHAR(4000)  YES 
Name: Comments. Description: User-provided notes about the line.
 
DFLT_UDT11_ID    VARCHAR(20)  YES 
Name: Default UDT11. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT12_ID    VARCHAR(20)  YES 
Name: Default UDT12. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT13_ID    VARCHAR(20)  YES 
Name: Default UDT13. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT14_ID    VARCHAR(20)  YES 
Name: Default UDT14. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT15_ID    VARCHAR(20)  YES 
Name: Default UDT15. Description: If present, this value provides overriding default for this UDT.
 

EMPL_CHARGE_FAVORITES Keys 
Key Name  Key Type  Keys 
RI_LF_0036  Inversion Entry  DFLT_UDT07_ID, UDT07_CP_COMPANY_CD 
RI_LF_0035  Inversion Entry  DFLT_UDT06_ID, UDT06_CP_COMPANY_CD 
RI_LF_0038  Inversion Entry  DFLT_UDT09_ID 
RI_F00063  Inversion Entry  CHARGE_TREE_CD, CHARGE_BRANCH_CD, CHARGE_CD 
RI_F00062  Inversion Entry  EMPL_ID 
PI_0056  PrimaryKey  EMPL_ID, CHARGE_TREE_CD, CHARGE_BRANCH_CD, CHARGE_CD, SEQ_NO 

EMPL_CHARGE_FAVORITES Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EMPL  Identifying  One To Zero or More        EMPL_ID  NO 
CHARGE_BRANCH_CHARGE  Identifying  One To Zero or More        CHARGE_TREE_CD, CHARGE_BRANCH_CD, CHARGE_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype