EXP_AUTH_EXPENSE_CHARGE 
Default Table Name  EXP_AUTH_EXPENSE_CHARGE 
Definition 
 Name: Expense Authorization Expense Charge Details.     Description: This table contains the specific charge details about each expense recorded on the expense authorization.
 

EXP_AUTH_EXPENSE_CHARGE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_AUTH_ID(PK)(FK)    VARCHAR2(10)  NO 
Name: Expense Authorization ID. Description: The unique identifier for the expense authorization.
 
EXPENSE_ID(PK)(FK)    NUMBER(10, 0)  NO 
Name: Expense ID. Description: The unique identifier for the expense.
 
ALLOCATION_ID(PK)(FK)    NUMBER(10, 0)  NO 
Name: Allocation ID. Description: Synthetic
 
ALLOCATION_PCT    NUMBER(5, 4)  NO 
Name: Allocation Percentage. Description: The percentage at which this charge is allocated amounts.
 
PAY_AMT    NUMBER(15, 5)  NO 
Name: Pay Currency Amount. Description: The amount in pay currency
 
BASE_AMT    NUMBER(15, 5)  NO 
Name: Base Currency Amount. Description: The amount in base currency
 
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_EXPENSE_CHARGE Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0243  PrimaryKey  EXP_AUTH_ID, EXPENSE_ID, ALLOCATION_ID 

EXP_AUTH_EXPENSE_CHARGE Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EXP_AUTH_EXPENSE  Identifying  One To Zero or More  F00363      EXP_AUTH_ID, EXPENSE_ID  NO  NO 
EXP_AUTH_CHARGE_ALLOCATIONS  Identifying  One To Zero or More  F00364      EXP_AUTH_ID, ALLOCATION_ID  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
TASK  Non-Identifying  One To Zero or More  F00510        NO  NO 
CORRECT_TASK  Non-Identifying  One To Zero or More  F00519        NO  NO