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


TABLE: OTA.OTA_BKNG_JUSTIFICATIONS_B

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


This is used by watilist optimization feature to default an enrollment priority level. Admin can define their own justification name with enrollment priority level attached to it. Learners can select a value when enrolling into class.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OTA_BKNG_JUSTIFICATIONS_B_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBOOKING_JUSTIFICATION_ID
OTA_BKNG_JUSTIFICATIONS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
Columns
Name Datatype Length Mandatory Comments
BOOKING_JUSTIFICATION_ID NUMBER (15) Yes System generated surrogate key for each distinct module version.
PRIORITY_LEVEL VARCHAR2 (30) Yes The priority associated with this enrollment justification
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign Key to HR_ALL_ORGANIZATION_UNITS
OBJECT_VERSION_NUMBER NUMBER (9) Yes Version control parameter
START_DATE_ACTIVE DATE

Start date when the justification become active
END_DATE_ACTIVE DATE

End date of the justification
CREATED_BY NUMBER (15) Yes Standard Who Column.
CREATION_DATE DATE
Yes Standard Who Column.
LAST_UPDATE_DATE DATE

Standard Who Column.
LAST_UPDATED_BY NUMBER (15)
Standard Who Column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column.
Query Text

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


SELECT BOOKING_JUSTIFICATION_ID
,      PRIORITY_LEVEL
,      BUSINESS_GROUP_ID
,      OBJECT_VERSION_NUMBER
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OTA.OTA_BKNG_JUSTIFICATIONS_B;

Dependencies

[top of page]

OTA.OTA_BKNG_JUSTIFICATIONS_B does not reference any database object

OTA.OTA_BKNG_JUSTIFICATIONS_B is referenced by following:

SchemaAPPS
SynonymOTA_BKNG_JUSTIFICATIONS_B
TriggerOTA_BKNG_JUSTIFICATIONS_B_WHO