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 Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_TYPE_CD(PK)(FK)    VARCHAR(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    NUMERIC(15, 5)  NO 
Name: Unit Rate. Description: Amount reimbursed per unit.
 
CEILING_AMT    NUMERIC(15, 5)  NO 
Name: Ceiling Amount. Description: Amount that the reimbursement cannot go over. 
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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    NUMERIC(15, 5)  NO 
Name: Breakfast Ceiling Amount. Description: Amount that the reimbursement for breakfast cannot go over.
 
CEILING_LUNCH_AMT    NUMERIC(15, 5)  NO 
Name: Lunch Ceiling Amount. Description: Amount that the reimbursement for lunch cannot go over.
 
CEILING_DINNER_AMT    NUMERIC(15, 5)  NO 
Name: Dinner Ceiling Amount. Description: Amount that the reimbursement for dinner cannot go over.
 
CEILING_INCIDENTAL_AMT    NUMERIC(15, 5)  NO 
Name: Incidentals Ceiling Amount. Description: Amount that the reimbursement for incidentals cannot go over.
 
CURRENCY_CD(PK)(FK)    VARCHAR(3)  NO 
Name: Currency Code. Description: The currency that should be used for this rate.
 

EXP_TYPE_RATE_CEILING Keys 
Key Name  Key Type  Keys 
RI_F00416  Inversion Entry  CURRENCY_CD 
RI_F00153  Inversion Entry  EXP_TYPE_CD 
PI_0150  PrimaryKey  EXP_TYPE_CD, EFFECTIVE_DT, CURRENCY_CD 

EXP_TYPE_RATE_CEILING Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EXP_TYPE  Identifying  One To Zero or More        EXP_TYPE_CD  NO 
CURRENCY  Identifying  One To Zero or More        CURRENCY_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype