EXM_CATEGORY_FIELDS
This table contains the data elements that needs to be captured for an expense category for a business unit, such as ticket number and ticket class for the expense category of Airfare and their display properties in an expense report.
Details
-
Schema: FUSION
-
Object owner: EXM
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
EXM_CATEGORY_FIELDS_PK |
CATEGORY_FIELD_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CATEGORY_FIELD_ID | NUMBER | 18 | Yes | Unique identifier of the set of fields applicable for an expense category and a business unit. | |
ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
CATEGORY_CODE | VARCHAR2 | 30 | A unique identifier of a classification of expense types, such as accommodations or airfare. | ||
END_DATE_FIELD | VARCHAR2 | 30 | Display behavior of Checkout Date for the expense category of Accommodations. | ||
MERCHANT_FIELD | VARCHAR2 | 30 | Display behavior of Merchant Name for all expense categories. | ||
TICKET_CLASS_FIELD | VARCHAR2 | 30 | Display behavior of Flight Class for the expense category of Airfare. | ||
TICKET_NUMBER_FIELD | VARCHAR2 | 30 | Display behavior of Ticket Number for the expense category of Airfare. | ||
TICKET_TYPE_FIELD | VARCHAR2 | 30 | Display behavior of Flight Type for the expense category of Airfare. | ||
LOCATION_FROM_FIELD | VARCHAR2 | 30 | Display behavior of departure location for the expense category of Airfare, Car Rental and Mileage. | ||
LOCATION_TO_FIELD | VARCHAR2 | 30 | Display behavior of arrival location for the expense category of Airfare, Car Rental and Mileage. | ||
LICENSE_PLATE_FIELD | VARCHAR2 | 30 | Display behavior of License Plate for the expense category of Mileage. | ||
STARTING_ODOMETER_FIELD | VARCHAR2 | 30 | Display behavior of Starting Odometer Reading for the expense category of Mileage. | ||
ENDING_ODOMETER_FIELD | VARCHAR2 | 30 | Display behavior of Ending Odometer Reading for the expense category of Mileage. | ||
AGENCY_FIELD | VARCHAR2 | 30 | Determine whether Agency Name will be optional, required, or hidden during expense entry. | ||
PASSENGER_NAME_FIELD | VARCHAR2 | 30 | Determine whether Passenger Name will be optional, required, or hidden during expense entry. | ||
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. | |
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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated 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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EXM_CATEGORY_FIELDS_PK | Unique | Default | CATEGORY_FIELD_ID |
EXM_CATEGORY_FIELDS_U1 | Unique | Default | ORG_ID, CATEGORY_CODE |