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 Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Employee ID. Description: The ID of the employee whose favorite it is.
 
CHARGE_TREE_CD(PK)(FK)    VARCHAR2(50)  NO 
Name: Charge Tree. Description: The charge tree identifier.
 
CHARGE_BRANCH_CD(PK)(FK)    VARCHAR2(50)  NO 
Name: Charge Branch. Description: The charge branch identifier.
 
CHARGE_CD(PK)(FK)    VARCHAR2(100)  NO 
Name: Charge. Description: The identifier of the charge in the charge tree/branch.
 
SEQ_NO(PK)    NUMBER(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    VARCHAR2(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    VARCHAR2(50)  YES 
Name: Default UDT01. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT02_ID    VARCHAR2(50)  YES 
Name: Default UDT02. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT03_ID    VARCHAR2(20)  YES 
Name: Default UDT03. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT04_ID    VARCHAR2(20)  YES 
Name: Default UDT04. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT05_ID    VARCHAR2(20)  YES 
Name: Default UDT05. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT06_ID    VARCHAR2(20)  YES 
Name: Default UDT06. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT07_ID    VARCHAR2(20)  YES 
Name: Default UDT07. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT08_ID    VARCHAR2(20)  YES 
Name: Default UDT08. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT09_ID    VARCHAR2(20)  YES 
Name: Default UDT09. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT10_ID    VARCHAR2(20)  YES 
Name: Default UDT10. Description: If present, this value provides overriding default for this UDT.
 
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.
 
HOLIDAY_FL    VARCHAR2(1)  NO 
Name: Holiday Flag. Description: A logical indicator if this favorite is the employee’s holiday charge.
 
VACATION_FL    VARCHAR2(1)  NO 
Name: Vacation Flag. Description: A logical indicator if this favorite is the employee’s vacation charge.
 
UDT09_ABBRV_ID    VARCHAR2(20)  YES 
Name: UDT09 Abbreviation. Description: Abbreviation for UDT09.
 
UDT06_CP_COMPANY_CD    VARCHAR2(10)  YES 
Name: UDT06 Costpoint Company. Description: Costpoint Company Code for DFLT_UDT06_ID field
 
UDT07_CP_COMPANY_CD    VARCHAR2(10)  YES 
Name: UDT07 Costpoint Company. Description: Costpoint Company Code for DLFT_UDT07_ID field
 
WORK_DAY_PCT    NUMBER(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    VARCHAR2(4000)  YES 
Name: Comments. Description: User-provided notes about the line.
 
DFLT_UDT11_ID    VARCHAR2(20)  YES 
Name: Default UDT11. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT12_ID    VARCHAR2(20)  YES 
Name: Default UDT12. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT13_ID    VARCHAR2(20)  YES 
Name: Default UDT13. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT14_ID    VARCHAR2(20)  YES 
Name: Default UDT14. Description: If present, this value provides overriding default for this UDT.
 
DFLT_UDT15_ID    VARCHAR2(20)  YES 
Name: Default UDT15. Description: If present, this value provides overriding default for this UDT.
 

EMPL_CHARGE_FAVORITES Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0056  PrimaryKey  EMPL_ID, CHARGE_TREE_CD, CHARGE_BRANCH_CD, CHARGE_CD, SEQ_NO 

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