DBA Data[Home] [Help] [Dependency Information]


TABLE: OTA.OTA_BOOKING_STATUS_EXCL

Object Details
Object Name: OTA_BOOKING_STATUS_EXCL
Object Type: TABLE
Owner: OTA
FND Design Data: TableOTA.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: OTA_BOOKING_STATUS_EXCL_PK
  1. ColumnAPPLICATION_ID
  2. ColumnRESPONSIBILITY_ID
  3. ColumnBOOKING_STATUS_TYPE_ID
Indexes
Index Type Uniqueness Tablespace Column
OTA_BOOKING_STATUS_EXCL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnRESPONSIBILITY_ID
ColumnBOOKING_STATUS_TYPE_ID
OTA_BOOKING_STATUS_EXCL_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBOOKING_STATUS_TYPE_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
OTA_BOOKING_STATUS_EXCL OTA_BOOKING_STATUS_EXCL_FK1 TableOTA_BOOKING_STATUS_TYPES OTA_BOOKING_STATUS_EXCL BOOKING_STATUS_TYPE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

OTA.OTA_BOOKING_STATUS_EXCL does not reference any database object

OTA.OTA_BOOKING_STATUS_EXCL is referenced by following:

SchemaAPPS
SynonymOTA_BOOKING_STATUS_EXCL