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


TABLE: OTA.OTA_BOOKING_STATUS_TYPES

Object Details
Object Name: OTA_BOOKING_STATUS_TYPES
Object Type: TABLE
Owner: OTA
FND Design Data: TableOTA.OTA_BOOKING_STATUS_TYPES
Subobject Name:
Status: VALID


The Oracle Training Administration product provides a seeded list of
system enrollment statuses. These system enrollment statuses are what
the application uses to determine the condition of a student
enrollment. These enrollment status records, also known as booking
status records, hold user-definitions of the system statuses. For
example, the system status Cancelled can be set up as Cancelled by
Administrator, Cancelled by Student, and so on. For each system
enrollment status type, there is one default user status which is
used to create new enrollments and throughout the enrollment life
cycle.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: OTA_BOOKING_STATUS_TYPES_PK
  1. ColumnBOOKING_STATUS_TYPE_ID
Unique Key: OTA_BOOKING_STATUS_TYPES_UK2
  1. ColumnNAME
  2. ColumnBUSINESS_GROUP_ID
Indexes
Index Type Uniqueness Tablespace Column
OTA_BOOKING_STATUS_TYPES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBOOKING_STATUS_TYPE_ID
OTA_BOOKING_STATUS_TYPES_UK2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNAME
ColumnBUSINESS_GROUP_ID
OTA_BOOKING_STATUS_TYPES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
TableOTA_BOOKING_STATUS_EXCL OTA_BOOKING_STATUS_EXCL_FK1 OTA_BOOKING_STATUS_TYPES OTA_BOOKING_STATUS_EXCL BOOKING_STATUS_TYPE_ID
TableOTA_BOOKING_STATUS_HISTORIES OTA_BOOKING_STATUS_HISTORI_FK2 OTA_BOOKING_STATUS_TYPES OTA_BOOKING_STATUS_HISTORIES BOOKING_STATUS_TYPE_ID
TableOTA_DELEGATE_BOOKINGS OTA_DELEGATE_BOOKINGS_FK1 OTA_BOOKING_STATUS_TYPES OTA_DELEGATE_BOOKINGS BOOKING_STATUS_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
BOOKING_STATUS_TYPE_ID NUMBER (9) Yes System generated surrogate key
BUSINESS_GROUP_ID NUMBER (9) Yes Foreign key to HR_ALL_ORGANIZATION_UNITS
ACTIVE_FLAG VARCHAR2 (30) Yes Indication of whether the booking status type is available for use
DEFAULT_FLAG VARCHAR2 (30) Yes States whether this is the default for the current system type.
PLACE_USED_FLAG VARCHAR2 (30)
An indication of whether the status implies that a place on an event has been allocated.
NAME VARCHAR2 (80) Yes The unique name to identify this status type.
OBJECT_VERSION_NUMBER NUMBER (5) Yes Version control parameter
TYPE VARCHAR2 (30) Yes The system status of status type
COMMENTS VARCHAR2 (2000)
Comments
DESCRIPTION VARCHAR2 (240)
Free text describing this status type
LAST_UPDATE_DATE DATE

Standard Who Column
LAST_UPDATED_BY NUMBER (15)
Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
CREATED_BY NUMBER (15)
Standard Who Column
CREATION_DATE DATE

Standard Who Column
BST_INFORMATION_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure defining column
BST_INFORMATION1 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION2 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION3 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION4 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION5 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION6 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION7 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION8 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION9 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION10 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION11 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION12 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION13 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION14 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION15 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION16 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION17 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION18 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION19 VARCHAR2 (150)
Descriptive flexfield segment column
BST_INFORMATION20 VARCHAR2 (150)
Descriptive flexfield segment column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BOOKING_STATUS_TYPE_ID
,      BUSINESS_GROUP_ID
,      ACTIVE_FLAG
,      DEFAULT_FLAG
,      PLACE_USED_FLAG
,      NAME
,      OBJECT_VERSION_NUMBER
,      TYPE
,      COMMENTS
,      DESCRIPTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      BST_INFORMATION_CATEGORY
,      BST_INFORMATION1
,      BST_INFORMATION2
,      BST_INFORMATION3
,      BST_INFORMATION4
,      BST_INFORMATION5
,      BST_INFORMATION6
,      BST_INFORMATION7
,      BST_INFORMATION8
,      BST_INFORMATION9
,      BST_INFORMATION10
,      BST_INFORMATION11
,      BST_INFORMATION12
,      BST_INFORMATION13
,      BST_INFORMATION14
,      BST_INFORMATION15
,      BST_INFORMATION16
,      BST_INFORMATION17
,      BST_INFORMATION18
,      BST_INFORMATION19
,      BST_INFORMATION20
FROM OTA.OTA_BOOKING_STATUS_TYPES;

Dependencies

[top of page]

OTA.OTA_BOOKING_STATUS_TYPES does not reference any database object

OTA.OTA_BOOKING_STATUS_TYPES is referenced by following:

SchemaAPPS
SynonymOTA_BOOKING_STATUS_TYPES
TriggerOTA_BOOKING_STATUS_TYPES_WHO