[Home] [Help]
[Dependency Information]
| Object Name: | OTA_BOOKING_STATUS_EXCL |
|---|---|
| Object Type: | TABLE |
| Owner: | OTA |
| FND Design Data: | OTA.OTA_BOOKING_STATUS_EXCL
|
| Subobject Name: | |
| Status: | VALID |
Booking status exclusions enable you to prevent users with specific
responsibilities from entering, updating or deleting enrollments of a
certain status(es). For example, you can prevent everyone apart from
course administrators from placing an enrollment.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
APPLICATION_ID
RESPONSIBILITY_ID
BOOKING_STATUS_TYPE_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OTA_BOOKING_STATUS_EXCL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
RESPONSIBILITY_ID
BOOKING_STATUS_TYPE_ID
|
| OTA_BOOKING_STATUS_EXCL_FK1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BOOKING_STATUS_TYPE_ID
|
| Table | |
Foreign Table | Foreign Key Column | OTA_BOOKING_STATUS_EXCL | ![]() |
OTA_BOOKING_STATUS_TYPES
|
OTA_BOOKING_STATUS_EXCL BOOKING_STATUS_TYPE_ID |
|---|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Foreign key to FND_APPLICATION. |
| RESPONSIBILITY_ID | NUMBER | (9) | Yes | Responsibility Id |
| BOOKING_STATUS_TYPE_ID | NUMBER | (9) | Yes | Booking Status Type Id references OTA_BOOKING_STATUS_TYPES |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, RESPONSIBILITY_ID
, BOOKING_STATUS_TYPE_ID
FROM OTA.OTA_BOOKING_STATUS_EXCL;
OTA.OTA_BOOKING_STATUS_EXCL does not reference any database object
OTA.OTA_BOOKING_STATUS_EXCL is referenced by following:
OTA
OTA_BOOKING_STATUS_EXCL#
|
|
|
|