[Home] [Help]
[Dependency Information]
Object Name: | AP_POL_CAT_OPTIONS_ALL |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
AP_POL_CAT_OPTIONS_ALL is a Policy Compliance-specific table that contains category-specific rules which control field behavior on expense reports. The primary key for this table is CATEGORY_OPTION_ID.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AP_POL_CAT_OPTIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AP_POL_CAT_OPTIONS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
AP_POL_CAT_OPTIONS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CATEGORY_OPTION_ID | NUMBER | (15) | Yes | Policy schedule category option unique identifier. |
CATEGORY_CODE | VARCHAR2 | (30) | Category associated with the expense item. | |
ORG_ID | NUMBER | (15) | Organization identifier | |
DISTANCE_UOM | VARCHAR2 | (30) | Distance unit used for the organization. | |
DISTANCE_FIELD | VARCHAR2 | (30) | Lookup code to indicate Distance field behavior. | |
DESTINATION_FIELD | VARCHAR2 | (30) | Lookup code to indicate Destination field behavior. | |
LICENSE_PLATE_FIELD | VARCHAR2 | (30) | Lookup code to indicate License Plate field behavior. | |
ATTENDEES_FIELD | VARCHAR2 | (30) | Lookup code to indicate Attendees field behavior. | |
ATTENDEES_NUMBER_FIELD | VARCHAR2 | (30) | Lookup code to indicate Attendees Number field behavior. | |
END_DATE_FIELD | VARCHAR2 | (30) | Lookup code to indicate End Date field behavior. | |
MERCHANT_FIELD | VARCHAR2 | (30) | Lookup code to indicate Merchant field behavior. | |
TICKET_CLASS_FIELD | VARCHAR2 | (30) | Lookup code to indicate Ticket Class field behavior. | |
TICKET_NUMBER_FIELD | VARCHAR2 | (30) | Lookup code to indicate Ticket Number field behavior. | |
LOCATION_TO_FIELD | VARCHAR2 | (30) | Lookup code to indicate To Location field behavior. | |
LOCATION_FROM_FIELD | VARCHAR2 | (30) | Lookup code to indicate From Location field behavior. | |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT CATEGORY_OPTION_ID
, CATEGORY_CODE
, ORG_ID
, DISTANCE_UOM
, DISTANCE_FIELD
, DESTINATION_FIELD
, LICENSE_PLATE_FIELD
, ATTENDEES_FIELD
, ATTENDEES_NUMBER_FIELD
, END_DATE_FIELD
, MERCHANT_FIELD
, TICKET_CLASS_FIELD
, TICKET_NUMBER_FIELD
, LOCATION_TO_FIELD
, LOCATION_FROM_FIELD
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM AP.AP_POL_CAT_OPTIONS_ALL;
AP.AP_POL_CAT_OPTIONS_ALL does not reference any database object
AP.AP_POL_CAT_OPTIONS_ALL is referenced by following:
|
|
|