EXM_MILEAGE_POLICIES

This table contains mileage expense policy definitions.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EXM_MILEAGE_POLICIES_PK

MILEAGE_POLICY_ID

Columns

Name Datatype Length Precision Not-null Comments Status
MILEAGE_POLICY_ID NUMBER 18 Yes Mileage policy identifier.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
POLICY_NAME VARCHAR2 60 Yes Name of this expense policy of mileage category.
DESCRIPTION VARCHAR2 240 Description for this expense policy of mileage category.
STATUS VARCHAR2 30 Mileage policy status, such as Draft and Active. Valid values are from the lookup EXM_POLICY_STATUS.
CURRENCY_OPTION_CODE VARCHAR2 30 Currency option selected for the rate definition, such as single or multiple currency. Valid values are from the lookup EXM_CURRENCY_OPTION.
CURRENCY_CODE VARCHAR2 15 Currency of the expense policy when rates are defined in a single currency.
COUNTRY_CODE VARCHAR2 30 Country code where this policy is applicable.
UNIT_OF_MEASURE_CODE VARCHAR2 30 Unit in which distance is measured for mileage calculation. Values are from the lookup EXM_UNIT_OF_MEASURE.
DISPLAY_ALL_UNITS_FLAG VARCHAR2 1 Indicates whether expense entry preparers can select any unit of measure in an expense report for a mileage expense associated with this expense policy.
ENABLED_ROLE_FLAG VARCHAR2 1 Indicates whether mileage rates vary based on the role of an employee.
POLICY_ROLE_CODE VARCHAR2 30 Role type that determines the policy rate, such as Job, Grade, and Position. Values are from the lookup EXM_POLICY_ROLE.
ENABLED_LOCATION_FLAG VARCHAR2 1 Indicates whether mileage rates vary by location.
LOCATION_TYPE_CODE VARCHAR2 30 Type of location that determines rates, such as Geographical Location and Zone. Valid values are from the lookup EXM_LOCATION_TYPE.
ZONE_TYPE_CODE VARCHAR2 30 Indicates the applicable zone types for this policy. Values are from the lookup EXM_ZONE_TYPE.
ENABLED_ELIGIBILITY_FLAG VARCHAR2 1 Indicates whether there is a minimum distance requirement for mileage eligibility.
ELIGIBILITY_DISTANCE NUMBER Minimum trip distance to be eligible for mileage reimbursement.
DISTANCE_THRESHOLD_FLAG VARCHAR2 1 Indicates whether mileage rates vary by distance threshold.
APPLY_THRESHOLD_BY_CODE VARCHAR2 30 Indicates when a threshold is applied to a trip distance to determine mileage rates, such as By trip or By cumulative mileage. Valid values are from the lookup EXM_THRESHOLD_PERIOD.
ENABLED_VEH_CATEGORY_FLAG VARCHAR2 1 Indicates whether mileage rates vary by vehicle category.
VEHICLE_CATEGORY_LIST_CODE VARCHAR2 30 Lookup representing the vehicle categories applicable for this mileage policy.
ENABLED_VEH_TYPE_FLAG VARCHAR2 1 Indicates whether mileage rates vary by vehicle type.
VEHICLE_TYPE_LIST_CODE VARCHAR2 30 Lookup representing the vehicle types applicable for this mileage policy.
ENABLED_FUEL_TYPE_FLAG VARCHAR2 1 Indicates whether mileage rates vary by fuel type.
FUEL_TYPE_LIST_CODE VARCHAR2 30 Lookup representing the fuel types applicable for this mileage policy.
ENABLED_PASSENGER_FLAG VARCHAR2 1 Indicates whether passenger rates are applicable for this policy.
PASSENGER_RULE_CODE VARCHAR2 30 Passenger rate type, such as Single, Range, or Specific. Valid values are from the lookup EXM_PASSENGER_RULE.
ENABLED_STD_DEDUCTION_FLAG VARCHAR2 1 Indicates whether standard mileage deduction is applicable for this policy.
STD_DEDUCTION_CODE VARCHAR2 30 Indicates which type of standard mileage deduction is applicable.
MILEAGE_DEDUCTION NUMBER Distance that must be subtracted from the total distance traveled before mileage calculation.
CAPTURE_PASS_NAMES_FLAG VARCHAR2 1 Indicates whether passenger names must be captured in expense report.
CALC_PASS_RATE_BY_DIST_FLAG VARCHAR2 1 Indicates whether passenger rate must be calculated by the distance traveled by each passenger.
ENABLED_MAX_PASS_FLAG VARCHAR2 1 Indicates whether a limit exists for number of passengers eligible to be included in mileage reimbursement calculation.
MAXIMUM_PASSENGERS NUMBER 3 Maximum number of passengers eligible for inclusion in mileage reimbursement calculation.
ENABLED_ADDITNL_RATES_FLAG VARCHAR2 1 Indicates whether mileage rates vary by additional rate types.
ADDITIONAL_RATES_LIST_CODE VARCHAR2 30 Lookup representing the additional rate types applicable for this mileage policy.
ENABLED_GENDER_FLAG VARCHAR2 1 Indicates whether mileage rates vary based on the gender of an employee.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield. Active
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATETIME1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATETIME2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ENABLED_DEDUCT_COMMUTE_FLAG VARCHAR2 1 Indicates whether commute distance deduction is allowed for this policy.
COMMUTE_DISTANCE_REQUIRED_FLAG VARCHAR2 1 Indicates whether commute distance is required for this policy.

Indexes

Index Uniqueness Tablespace Columns
EXM_MILEAGE_POLICIES_N1 Non Unique Default STATUS
EXM_MILEAGE_POLICIES_PK Unique Default MILEAGE_POLICY_ID
EXM_MILEAGE_POLICIES_U1 Unique Default UPPER("POLICY_NAME")