Search Results delegate_contact_title_meaning
Overview
The APPS.OTA_EVENT_ASSOCIAT_BILLING_V view is a supplementary database view belonging to the Oracle E-Business Suite (EBS) Enterprise Training Management (ETRM) module, owned by the APPS schema and identified in FND Design Data as OTA.OTA_EVENT_ASSOCIAT_BILLING_V. Its status is VALID. According to the Oracle metadata, this is a "supplementary view used to simplify forms coding," with an explicit warning that Oracle does not recommend querying or altering data through this view, as its definition may change dramatically in subsequent minor or major releases. It is therefore best treated as an internal mechanism that consolidates billing-related attributes for delegate event associations, rather than as a public, stable reporting interface.
Functionally, the view flattens event association, booking, delegate contact, and finance transaction data into a single row set, enabling ETRM billing and forms logic to retrieve pricing, deal, invoice, and customer details without manually joining the underlying base tables. The presence of the column BOOKING_DEAL_TYPE — the term the user searched for — indicates that deal classification used for booking-level pricing is exposed directly by this view for downstream billing processing.
Underlying Base Objects
The documented dependencies show that the view is defined over a mix of ETRM base tables, HR packages, and Oracle Trading Community Architecture (TCA) objects. The core ETRM objects include OTA_EVENT_ASSOCIATIONS, OTA_DELEGATE_BOOKINGS, OTA_EVENTS, OTA_BOOKING_DEALS, OTA_PRICE_LISTS, OTA_FINANCE_HEADERS, OTA_FINANCE_LINES, and OTA_BOOKING_STATUS_TYPES_TL. Reference data is sourced through HR_LOOKUPS, AR_LOOKUPS, and HR_LOOKUPS views, while HR_GENERAL and HR_API packages supply derived values such as formatted names. Customer and party information is joined via HZ_CUST_ACCOUNTS, HZ_CUST_ACCOUNT_ROLES, HZ_ORG_CONTACTS, HZ_PARTIES, and HZ_RELATIONSHIPS. Working through these dependencies, EVENT_ASSOCIATION_ID derives from OTA_EVENT_ASSOCIATIONS, BOOKING_DEAL data derives from OTA_BOOKING_DEALS, and invoice amounts come from OTA_FINANCE_HEADERS and OTA_FINANCE_LINES.
Key Columns
- EVENT_ASSOCIATION_ID / BOOKING_ID — primary keys linking the delegate to an event booking and its associated event.
- BOOKING_OBJECT_VERSION_NUMBER / BOOKING_STATUS_TYPE_ID / BOOKING_STATUS_MEANING — concurrency control and booking lifecycle status.
- INTERNAL_BOOKING_FLAG / SOURCE_OF_BOOKING_CODE / SOURCE_OF_BOOKING_MEANING — indicates whether the booking is internal and how it originated.
- DELEGATE_CONTACT_ID, DELEGATE_CONTACT_LAST_NAME, DELEGATE_CONTACT_FIRST_NAME, DELEGATE_CONTACT_TITLE_CODE, DELEGATE_CONTACT_TITLE_MEANING, DELEGATE_CONTACT_FULL_NAME — delegate identification and contact details.
- EVENT_STANDARD_PRICE / EVENT_CURRENCY_CODE — the list price and currency for the event.
- BOOKING_DEAL_ID / BOOKING_DEAL_NAME / BOOKING_DEAL_TYPE — the booking-level deal applied, including its classification type (the searched term).
- DISCOUNT_DEAL_NAME / PRE_PURCHASE_DEAL_NAME — any discount or prepurchase deal names associated with the booking.
- TRAINING_UNIT_TYPE / TRAINING_UNIT_MEANING — the training unit used for pricing.
- FINANCE_HEADER_ID, FINANCE_LINE_ID, INVOICE_CUSTOMER_ID, INVOICE_CUSTOMER_NAME, INVOICE_CONTACT, INVOICE_ADDRESS — invoice header/line identifiers and billing customer details.
- TFL_STANDARD_AMOUNT, MONEY_AMOUNT, UNITARY_AMOUNT — financial amounts for the associated finance line.
Common Use Cases and Queries
Typical uses include reconciling delegate bookings to finance lines, reporting on the booking deal type applied to each booking, and validating invoice amounts against the standard event price. The following query demonstrates retrieving deal and billing information for a specific booking:
SELECT EVENT_ASSOCIATION_ID, BOOKING_ID, BOOKING_DEAL_NAME, BOOKING_DEAL_TYPE, EVENT_STANDARD_PRICE, MONEY_AMOUNT FROM APPS.OTA_EVENT_ASSOCIAT_BILLING_V WHERE BOOKING_DEAL_TYPE = :deal_type;SELECT BOOKING_ID, DELEGATE_CONTACT_FULL_NAME, EVENT_STANDARD_PRICE, EVENT_CURRENCY_CODE, MONEY_AMOUNT FROM APPS.OTA_EVENT_ASSOCIAT_BILLING_V WHERE BOOKING_ID = :booking_id;
Because the metadata warns against reliance on this view, production reporting should preferably be built directly on the documented base tables rather than through OTA_EVENT_ASSOCIAT_BILLING_V.
-
VIEW: APPS.OTA_EVENT_ASSOCIAT_BILLING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_ASSOCIAT_BILLING_V, object_name:OTA_EVENT_ASSOCIAT_BILLING_V, status:VALID,
-
VIEW: APPS.OTA_EVENT_ASSOCIAT_BILLING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_ASSOCIAT_BILLING_V, object_name:OTA_EVENT_ASSOCIAT_BILLING_V, status:VALID,
-
VIEW: APPS.OTA_EVENT_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_ASSOCIATIONS_V, object_name:OTA_EVENT_ASSOCIATIONS_V, status:VALID,
-
VIEW: APPS.OTA_EVENT_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_ASSOCIATIONS_V, object_name:OTA_EVENT_ASSOCIATIONS_V, status:VALID,
-
View: OTA_EVENT_ASSOCIAT_BILLING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_ASSOCIAT_BILLING_V, object_name:OTA_EVENT_ASSOCIAT_BILLING_V, status:VALID, product: OTA - Learning Management , description: View to show the Finance information related to an Event Association , implementation_dba_data: APPS.OTA_EVENT_ASSOCIAT_BILLING_V ,
-
View: OTA_EVENT_ASSOCIAT_BILLING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_ASSOCIAT_BILLING_V, object_name:OTA_EVENT_ASSOCIAT_BILLING_V, status:VALID, product: OTA - Learning Management , description: View to show the Finance information related to an Event Association , implementation_dba_data: APPS.OTA_EVENT_ASSOCIAT_BILLING_V ,
-
View: OTA_EVENT_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_ASSOCIATIONS_V, object_name:OTA_EVENT_ASSOCIATIONS_V, status:VALID, product: OTA - Learning Management , description: View to list External Asociations for an Event. , implementation_dba_data: APPS.OTA_EVENT_ASSOCIATIONS_V ,
-
View: OTA_EVENT_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_ASSOCIATIONS_V, object_name:OTA_EVENT_ASSOCIATIONS_V, status:VALID, product: OTA - Learning Management , description: View to list External Asociations for an Event. , implementation_dba_data: APPS.OTA_EVENT_ASSOCIATIONS_V ,
-
eTRM - OTA Tables and Views
12.2.2
description: Currently not used ,
-
eTRM - OTA Tables and Views
12.1.1
description: Currently not used ,