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


TABLE: OTA.OTA_BOOKING_DEALS

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


An enrollment agreement (booking deal) is an arrangement about the
price or method of payment for one or more events. There are two types
of enrollment agreement: discount and prepurchase.
A discount agreement is an arrangement to supply student places
on one or more events at a reduced price. It offers
a percentage discount on the price ofone
event, all events on a price list, all events in a training package,
or all events scheduled for one activity. The agreement may be open to
all customers or restricted to one customer. It may be limited to a
maximum number of places per customer for each event, or for all
events to which the agreement applies.
A prepurchase agreement is always an arrangement with one customer,
based on a price list. The customer agrees to spend a certain sum of
money (or training units) on events listed on the price list. The
agreement can include a percentage discount on the prices on the price
list.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: OTA_BOOKING_DEALS_PK
  1. ColumnBOOKING_DEAL_ID
Indexes
Index Type Uniqueness Tablespace Column
OTA_BOOKING_DEALS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBOOKING_DEAL_ID
OTA_BOOKING_DEALS_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
OTA_BOOKING_DEALS_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRICE_LIST_ID
OTA_BOOKING_DEALS_FK3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnACTIVITY_VERSION_ID
OTA_BOOKING_DEALS_FK4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEVENT_ID
OTA_BOOKING_DEALS_N50 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMER_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
OTA_BOOKING_DEALS OTA_BOOKING_DEALS_FK3 TableOTA_ACTIVITY_VERSIONS OTA_BOOKING_DEALS ACTIVITY_VERSION_ID
OTA_BOOKING_DEALS OTA_BOOKING_DEALS_FK4 TableOTA_EVENTS OTA_BOOKING_DEALS EVENT_ID
OTA_BOOKING_DEALS OTA_BOOKING_DEALS_FK2 TableOTA_PRICE_LISTS OTA_BOOKING_DEALS PRICE_LIST_ID
TableOTA_FINANCE_LINES OTA_FINANCE_LINES_FK2 OTA_BOOKING_DEALS OTA_FINANCE_LINES BOOKING_DEAL_ID
Columns
Name Datatype Length Mandatory Comments
BOOKING_DEAL_ID NUMBER (9) Yes The system generated surrogate key.
CUSTOMER_ID NUMBER (15)
Foreign key to RA_CUSTOMERS.
APPROVED_BY_PERSON_ID NUMBER (10)
Foreign key to PER_ALL_PEOPLE_F
BUSINESS_GROUP_ID NUMBER (9) Yes Foreign key to HR_ALL_ORGANIZATION_UNITS
NAME VARCHAR2 (80) Yes The name of this deal
OBJECT_VERSION_NUMBER NUMBER (5) Yes Version control parameter
START_DATE DATE
Yes The date on which this costing rule becomes valid.
CATEGORY VARCHAR2 (30)
The classification of a booking deal for a package
COMMENTS VARCHAR2 (2000)
Free text description. May be used to define supporting reasons.
DESCRIPTION VARCHAR2 (240)
A description of the deal
DISCOUNT_PERCENTAGE NUMBER (9)
The percentage discount to apply.
END_DATE DATE

The last day on which this costing rule is valid.
LIMIT_EACH_EVENT_FLAG VARCHAR2 (30)
Does the max number of places apply to each event (Y)
NUMBER_OF_PLACES NUMBER (9)
The number of places this deal is valid for
OVERDRAFT_LIMIT NUMBER (9)
If the deal can have an overdraft, how much?
TYPE VARCHAR2 (30)
What type of deal this is.
PRICE_LIST_ID NUMBER (9)
Foreign key to OTA_PRICE_LISTS
ACTIVITY_VERSION_ID NUMBER (9)
Foreign key to OTA_ACTIVITY_VERSIONS
EVENT_ID NUMBER (9)
Foreign key to OTA_EVENTS
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
TBD_INFORMATION_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure defining column
TBD_INFORMATION1 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION2 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION3 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION4 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION5 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION6 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION7 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION8 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION9 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION10 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION11 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION12 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION13 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION14 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION15 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION16 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION17 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION18 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION19 VARCHAR2 (150)
Descriptive flexfield segment column
TBD_INFORMATION20 VARCHAR2 (150)
Descriptive flexfield segment column
Query Text

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


SELECT BOOKING_DEAL_ID
,      CUSTOMER_ID
,      APPROVED_BY_PERSON_ID
,      BUSINESS_GROUP_ID
,      NAME
,      OBJECT_VERSION_NUMBER
,      START_DATE
,      CATEGORY
,      COMMENTS
,      DESCRIPTION
,      DISCOUNT_PERCENTAGE
,      END_DATE
,      LIMIT_EACH_EVENT_FLAG
,      NUMBER_OF_PLACES
,      OVERDRAFT_LIMIT
,      TYPE
,      PRICE_LIST_ID
,      ACTIVITY_VERSION_ID
,      EVENT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      TBD_INFORMATION_CATEGORY
,      TBD_INFORMATION1
,      TBD_INFORMATION2
,      TBD_INFORMATION3
,      TBD_INFORMATION4
,      TBD_INFORMATION5
,      TBD_INFORMATION6
,      TBD_INFORMATION7
,      TBD_INFORMATION8
,      TBD_INFORMATION9
,      TBD_INFORMATION10
,      TBD_INFORMATION11
,      TBD_INFORMATION12
,      TBD_INFORMATION13
,      TBD_INFORMATION14
,      TBD_INFORMATION15
,      TBD_INFORMATION16
,      TBD_INFORMATION17
,      TBD_INFORMATION18
,      TBD_INFORMATION19
,      TBD_INFORMATION20
FROM OTA.OTA_BOOKING_DEALS;

Dependencies

[top of page]

OTA.OTA_BOOKING_DEALS does not reference any database object

OTA.OTA_BOOKING_DEALS is referenced by following:

SchemaAPPS
SynonymOTA_BOOKING_DEALS
TriggerOTA_BOOKING_DEALS_WHO