MEAL_INCIDENTAL_BREAKDOWN 
Default Table Name  MEAL_INCIDENTAL_BREAKDOWN 
Definition 
 Name: Meal and Incidental Breakdown.     Description: This table contains the meal and incidental breakdown for the per diem schedules.
 

MEAL_INCIDENTAL_BREAKDOWN Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EFFECTIVE_DT(PK)    DATE  NO 
Name: Effective Date. Description: The start date for using this meal breakdown record.
 
S_SOURCE_CD(PK)    VARCHAR2(1)  NO 
Name: Source. Description: C – CONUS. O – OCONUS. U – User
 
MEAL_INCIDENTAL_AMT(PK)    NUMBER(15, 5)  NO 
Name: M and IE Amount. Description: The combined amount for meals and incidentals.
 
BREAKFAST_AMT    NUMBER(15, 5)  NO 
Name: Breakfast Amount. Description: The amount allocated for breakfast.
 
LUNCH_AMT    NUMBER(15, 5)  NO 
Name: Lunch Amount. Description: The amount allocated for lunch
 
DINNER_AMT    NUMBER(15, 5)  NO 
Name: Dinner Amount. Description: The amount allocated for dinner.
 
INCIDENTAL_AMT    NUMBER(15, 5)  NO 
Name: Incidentals Amounts. Description: The amount allocated for incidentals.
 
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.
 

MEAL_INCIDENTAL_BREAKDOWN Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0161  PrimaryKey  EFFECTIVE_DT, S_SOURCE_CD, MEAL_INCIDENTAL_AMT 

MEAL_INCIDENTAL_BREAKDOWN Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable