EXP_RPT_CHARGE_ALLOCATIONS 
Default Table Name  EXP_RPT_CHARGE_ALLOCATIONS 
Definition 
 Name: Employee Expense Report Charge Allocation Defaults.     Description: This table contains the pre-set allocations for a specific expense report.
 

EXP_RPT_CHARGE_ALLOCATIONS Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_RPT_ID(PK)(FK)    VARCHAR2(10)  NO 
Name: Expense Report ID. Description: The unique identifier of the expense report.
 
ALLOCATION_ID(PK)    NUMBER(10, 0)  NO 
Name: Allocation ID. Description: Synthetic assigned sequentially at entry for each expense report.
 
S_UDT_TYPE_CD    VARCHAR2(5)  NO 
Name: Charge UDT Type. Description: Indicates the type of charge. The valid values are: UDT01 UDT02
 
UDT_ID    VARCHAR2(50)  NO 
Name: UDT ID. Description: The UDT01/UDT02 unique identifier.
 
ALLOCATION_PCT    NUMBER(5, 4)  NO 
Name: Allocation Percentage. Description: The percentage at which this charge is allocated amounts.
 
CHARGE_TREE_CD    VARCHAR2(50)  YES 
Name: Charge Tree. Description: The top-level identifier of the charge tree.
 
CHARGE_BRANCH_CD    VARCHAR2(50)  YES 
Name: Charge Branch. Description: The identifier of the branch in the charge tree.
 
CHARGE_CD    VARCHAR2(100)  YES 
Name: Charge Code. Description: The identifier of the charge in the charge tree/branch.
 
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.
 
UDT09_ID(FK)    VARCHAR2(20)  YES 
Name: UDT09 ID. Description: The UDT09 identifier.
 

EXP_RPT_CHARGE_ALLOCATIONS Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0182  PrimaryKey  EXP_RPT_ID, ALLOCATION_ID 

EXP_RPT_CHARGE_ALLOCATIONS Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EXP_RPT  Identifying  One To Zero or More  F00212      EXP_RPT_ID  NO  NO 
UDT09  Non-Identifying  Zero or One to Zero or More  F00342      UDT09_ID  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
EXP_RPT_EXPENSE_CHARGE  Identifying  One To Zero or More  F00234        NO  NO 
TASK  Non-Identifying  One To Zero or More  F00513        NO  NO 
CORRECT_TASK  Non-Identifying  One To Zero or More  F00522        NO  NO 
EXP_RPT_CHARGE_WARNING  Identifying  One To Zero or More  F00534        NO  NO