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

EXP_AUTH_CHARGE_ALLOCATIONS Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_AUTH_ID(PK)(FK)    VARCHAR2(10)  NO 
Name: Expense Authorization ID. Description: The unique identifier of the expense authorization.
 
ALLOCATION_ID(PK)    NUMBER(10, 0)  NO 
Name: Allocation ID. Description: Synthetic assigned sequentially at entry for each allocation.
 
S_UDT_TYPE_CD    VARCHAR2(5)  NO 
Name: Charge Type. Description: Indicates the type of charge. The valid values are:UDT01. UDT02. 
 
UDT_ID    VARCHAR2(50)  NO 
Name: Charge UDT. 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(FK)    VARCHAR2(50)  YES 
Name: Charge Tree. Description: The top-level identifier of the charge tree.
 
CHARGE_BRANCH_CD(FK)    VARCHAR2(50)  YES 
Name: Charge Branch. Description: The identifier of the branch in the charge tree.
 
CHARGE_CD(FK)    VARCHAR2(100)  YES 
Name: Charge. Description: The identifier of the charge in the charge tree/branch.
 
UDT09_ID(FK)    VARCHAR2(20)  YES 
Name: UDT09 ID. Description: The identifier for the UDT09 id.
 
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.
 

EXP_AUTH_CHARGE_ALLOCATIONS Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0241  PrimaryKey  EXP_AUTH_ID, ALLOCATION_ID 

EXP_AUTH_CHARGE_ALLOCATIONS Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
CHARGE_BRANCH_CHARGE  Non-Identifying  Zero or One to Zero or More  F00356      CHARGE_TREE_CD, CHARGE_BRANCH_CD, CHARGE_CD  NO  NO 
EXP_AUTH  Identifying  One To Zero or More  F00357      EXP_AUTH_ID  NO  NO 
UDT09  Non-Identifying  Zero or One to Zero or More  F00358      UDT09_ID  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
EXP_AUTH_EXPENSE_CHARGE  Identifying  One To Zero or More  F00364        NO  NO 
TASK  Non-Identifying  One To Zero or More  F00512        NO  NO 
CORRECT_TASK  Non-Identifying  One To Zero or More  F00521        NO  NO 
EXP_AUTH_CHARGE_WARNING  Identifying  One To Zero or More  F00528        NO  NO