EXM_CUMUL_MILEAGE_DETERMINANTS

This table contains elements that determine cumulative mileage for employees in a business unit and a legal entity.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EXM_CUMUL_MILEAGE_DETERM_PK

CUMUL_MILEAGE_DETERM_ID

Columns

Name Datatype Length Precision Not-null Comments Status
CUMUL_MILEAGE_DETERM_ID NUMBER 18 Yes Cumulative mileage determinant unique 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.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
LEGAL_ENTITY_ID NUMBER 18 Legal entity identifier for which cumulative mileage determinants are defined.
CUMUL_MILEAGE_PERIOD_CODE VARCHAR2 30 Cumulative mileage tracking period, such as Monthly and Annually. Values are from the lookup EXM_CUMUL_MILEAGE_PERIOD.
PERIOD_START_MONTH VARCHAR2 30 Starting month when cumulative mileage period is Annually. Values are from the lookup MONTH.
PERIOD_START_DAY NUMBER 2 Start day when cumulative mileage period is Annually.
START_DATE DATE Date from which the cumulative mileage determinants are applicable.
END_DATE DATE Date to which the cumulative mileage determinants are applicable.
ENABLED_VEH_CATEGORY_FLAG VARCHAR2 1 Indicates whether cumulative mileage calculation is by vehicle category.
ENABLED_VEH_TYPE_FLAG VARCHAR2 1 Indicates whether cumulative mileage calculation is by vehicle type.
ENABLED_FUEL_TYPE_FLAG VARCHAR2 1 Indicates whether cumulative mileage calculation is by fuel type.
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.

Indexes

Index Uniqueness Tablespace Columns
EXM_CUMUL_MILEAGE_DETERM_N1 Non Unique Default START_DATE
EXM_CUMUL_MILEAGE_DETERM_N2 Non Unique Default END_DATE
EXM_CUMUL_MILEAGE_DETERM_PK Unique Default CUMUL_MILEAGE_DETERM_ID
EXM_CUMUL_MILEAGE_DETERM_U1 Unique Default ORG_ID, LEGAL_ENTITY_ID, START_DATE, END_DATE