EXP_TYPE_RATE_CEILING 
Default Table Name  EXP_TYPE_RATE_CEILING 
Definition 
 Name: Expense Types Rates and Ceilings.     Description: This table contains the ceilings and rates for the user defined expense types.
 

EXP_TYPE_RATE_CEILING Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_TYPE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Expene Type. Description: The expense type unique identifier.
 
EFFECTIVE_DT(PK)    DATE  NO 
Name: Effective Date. Description: Date the rate/ceiling is effective.
 
UNIT_RATE    NUMBER(15, 5)  NO 
Name: Unit Rate. Description: Amount reimbursed per unit.
 
CEILING_AMT    NUMBER(15, 5)  NO 
Name: Ceiling Amount. Description: Amount that the reimbursement cannot go over. 
 
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.
 
CEILING_BREAKFAST_AMT    NUMBER(15, 5)  NO 
Name: Breakfast Ceiling Amount. Description: Amount that the reimbursement for breakfast cannot go over.
 
CEILING_LUNCH_AMT    NUMBER(15, 5)  NO 
Name: Lunch Ceiling Amount. Description: Amount that the reimbursement for lunch cannot go over.
 
CEILING_DINNER_AMT    NUMBER(15, 5)  NO 
Name: Dinner Ceiling Amount. Description: Amount that the reimbursement for dinner cannot go over.
 
CEILING_INCIDENTAL_AMT    NUMBER(15, 5)  NO 
Name: Incidentals Ceiling Amount. Description: Amount that the reimbursement for incidentals cannot go over.
 
CURRENCY_CD(PK)(FK)    VARCHAR2(3)  NO 
Name: Currency Code. Description: The currency that should be used for this rate.
 

EXP_TYPE_RATE_CEILING Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0150  PrimaryKey  EXP_TYPE_CD, EFFECTIVE_DT, CURRENCY_CD 

EXP_TYPE_RATE_CEILING Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EXP_TYPE  Identifying  One To Zero or More  F00153      EXP_TYPE_CD  NO  NO 
CURRENCY  Identifying  One To Zero or More  F00416      CURRENCY_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable