Search Results waitlist_action_type_code
Overview
The view EDW_BIM_EVNT_EVTOFFERS_LTC_IV is a reporting object within the Oracle E-Business Suite BIM – Marketing Intelligence module. It exposes event offer data for extraction into the Enterprise Data Warehouse (EDW), functioning as an interface view (indicated by the _IV suffix) that flattens event and event-offer attributes into a single denormalized result set. In the Oracle EBS 12.1.1 and 12.2.2 environments, objects of this type are typically consumed by Oracle Business Intelligence, Discoverer workbooks, and custom operational reports that require a consolidated view of marketing event offerings without navigating the underlying transactional schema.
The _LTC_IV naming convention ("Load to Cube / Interface View") signals that the object is intended for batch or incremental extraction rather than online transactional processing. It carries a ROW_ID pseudo-column derived from ROWID, which supports delta detection during extraction routines. The metadata notes that the view is not implemented in this database, meaning it exists as a deployment artifact on customer instances rather than a seeded object in every environment.
Underlying Base Objects
The documented metadata records no explicit base tables, but the view text clearly selects from EDW_BIM_EVNT_EVTOFFERS_LTC. This LTC (Load-to-Cube) object is the staging or materialized layer from which the interface view projects and renames certain columns. Notable transformations include aliasing the source WAITLIST_ACTION_TYPE_CODE as OPERATION_CODE, indicating the view is designed to carry an operation indicator for downstream cube loads.
Because the view is a simple projection with no joins, filter predicates, or aggregation, its grain matches the underlying EDW_BIM_EVNT_EVTOFFERS_LTC table exactly: one row per event offer. The SECURITY_GROUP_ID and ORG_ID columns confirm that multi-org and security-group filtering are expected to be applied by the consuming report or extraction program, not by the view itself.
Key Columns
- PRICELIST_HEADER_ID / PRICELIST_LINE_ID — the primary identifiers linking an event offer to an Oracle Advanced Pricing price list header and line. These are the columns most relevant to the user's search term.
- EVTOFFER_ID / EVTOFFER_PK_KEY — surrogate and alternate keys for the event offer record.
- EVENT_HEADER_ID / EVENT_FK_KEY — the parent event to which the offer belongs.
- INVENTORY_ITEM_ID — the item associated with the priced offer.
- ORG_ID / SECURITY_GROUP_ID — operating unit and data-security context.
- NAME, EVENT_OFFER_NAME, DESCRIPTION — descriptive attributes for display in reports.
- EVENT_START_DATE / EVENT_END_DATE, REG_START_DATE / REG_END_DATE — event and registration date envelopes.
- REG_* columns (capacity, overbook, waitlist flags) — registration control attributes.
- SYSTEM_STATUS_CODE, USER_STATUS_ID — lifecycle status of the offer.
- LAST_UPDATE_DATE, CREATION_DATE — audit columns used for incremental extraction.
Common Use Cases and Queries
The most frequent query pattern filters or joins on PRICELIST_HEADER_ID to reconcile event offers against pricing data.
SELECT evtoffer_id,
event_offer_name,
pricelist_header_id,
pricelist_line_id,
inventory_item_id,
system_status_code
FROM edw_bim_evnt_evtoffers_ltc_iv
WHERE pricelist_header_id = :p_pricelist_header_id;
Incremental extraction for the EDW typically relies on the audit columns:
SELECT *
FROM edw_bim_evnt_evtoffers_ltc_iv
WHERE last_update_date >= :p_last_run_date;
Other uses include resolving the price list context for an event offer, auditing offers that reference a specific price list header, and feeding marketing event fact tables with priced offer attributes. Because the view carries no filter, consumers should always constrain by ORG_ID, SECURITY_GROUP_ID, or a date range to bound result sets.
-
View: EDW_BIM_EVNT_EVTOFFERS_LTC_IV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
VIEW: BIM.EDW_BIM_EVNT_EVTOFFERS_LTC#
12.2.2
-
View: EDW_BIM_EVNT_EVTOFFERS_LTC_IV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: AMS.AMS_EVENT_OFFERS_ALL_B#
12.2.2
-
View: EDW_BIM_EVNT_EVTOFFERS_LCV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: EDW_BIM_EVNT_EVTOFFERS_LCV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: BIM.EDW_BIM_EVNT_EVTOFFERS_LTC#
12.2.2
owner:BIM, object_type:VIEW, object_name:EDW_BIM_EVNT_EVTOFFERS_LTC#, status:VALID,
-
VIEW: AMS.AMS_EVENT_OFFERS_ALL_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_EVENT_OFFERS_ALL_B#, status:VALID,
-
View: AMS_EVENT_OFFERS_REG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_REG_V, object_name:AMS_EVENT_OFFERS_REG_V, status:VALID, product: AMS - Marketing , description: This view returns registration information about event schedules , implementation_dba_data: APPS.AMS_EVENT_OFFERS_REG_V ,
-
View: AMS_EVENT_OFFERS_REG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_REG_V, object_name:AMS_EVENT_OFFERS_REG_V, status:VALID, product: AMS - Marketing , description: This view returns registration information about event schedules , implementation_dba_data: APPS.AMS_EVENT_OFFERS_REG_V ,
-
VIEW: APPS.AMS_EVENT_OFFERS_REG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_REG_V, object_name:AMS_EVENT_OFFERS_REG_V, status:VALID,
-
View: AMS_EVENT_OFFERS_ONLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_ONLY_V, object_name:AMS_EVENT_OFFERS_ONLY_V, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing event offerings without event header information. , implementation_dba_data: APPS.AMS_EVENT_OFFERS_ONLY_V ,
-
View: AMS_EVENT_OFFERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_VL, object_name:AMS_EVENT_OFFERS_VL, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing event offerings. , implementation_dba_data: APPS.AMS_EVENT_OFFERS_VL ,
-
View: AMS_EVENT_OFFERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_VL, object_name:AMS_EVENT_OFFERS_VL, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing event offerings. , implementation_dba_data: APPS.AMS_EVENT_OFFERS_VL ,
-
View: AMS_EVENT_OFFERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_V, object_name:AMS_EVENT_OFFERS_V, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing event offerings . , implementation_dba_data: APPS.AMS_EVENT_OFFERS_V ,
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT SQL Statements
12.2.2
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT SQL Statements
12.1.1
-
View: AMS_EVENT_OFFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_V, object_name:AMS_EVENT_OFFERS_V, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing event offerings . , implementation_dba_data: APPS.AMS_EVENT_OFFERS_V ,
-
View: AMS_EVENT_OFFERS_ONLY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_ONLY_V, object_name:AMS_EVENT_OFFERS_ONLY_V, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing event offerings without event header information. , implementation_dba_data: APPS.AMS_EVENT_OFFERS_ONLY_V ,
-
VIEW: APPS.AMS_EVENT_OFFERS_REG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_REG_V, object_name:AMS_EVENT_OFFERS_REG_V, status:VALID,
-
TABLE: BIM.EDW_BIM_EVNT_EVTOFFERS_LSTG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_EVNT_EVTOFFERS_LSTG, object_name:EDW_BIM_EVNT_EVTOFFERS_LSTG, status:VALID,
-
TABLE: BIM.EDW_BIM_EVNT_EVTOFFERS_LTC
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_EVNT_EVTOFFERS_LTC, object_name:EDW_BIM_EVNT_EVTOFFERS_LTC, status:VALID,
-
APPS.AMS_EVENT_OFFERS_ALL_PKG SQL Statements
12.1.1
-
APPS.AMS_EVENT_OFFERS_ALL_PKG SQL Statements
12.2.2
-
TABLE: BIM.EDW_BIM_EVNT_EVTOFFERS_LTC
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_EVNT_EVTOFFERS_LTC, object_name:EDW_BIM_EVNT_EVTOFFERS_LTC, status:VALID,
-
VIEW: APPS.AMS_EVENT_OFFERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_V, object_name:AMS_EVENT_OFFERS_V, status:VALID,
-
VIEW: APPS.AMS_EVENT_OFFERS_ONLY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_ONLY_V, object_name:AMS_EVENT_OFFERS_ONLY_V, status:VALID,
-
VIEW: APPS.AMS_EVENT_OFFERS_ONLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_ONLY_V, object_name:AMS_EVENT_OFFERS_ONLY_V, status:VALID,
-
VIEW: APPS.AMS_EVENT_OFFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_V, object_name:AMS_EVENT_OFFERS_V, status:VALID,
-
APPS.AMS_EVENTOFFER_PVT SQL Statements
12.1.1
-
APPS.AMS_EVENTOFFER_PVT SQL Statements
12.2.2
-
TABLE: AMS.AMS_EVENT_OFFERS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_OFFERS_ALL_B, object_name:AMS_EVENT_OFFERS_ALL_B, status:VALID,
-
TABLE: AMS.AMS_EVENT_OFFERS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_OFFERS_ALL_B, object_name:AMS_EVENT_OFFERS_ALL_B, status:VALID,
-
VIEW: APPS.AMS_EVENT_OFFERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_VL, object_name:AMS_EVENT_OFFERS_VL, status:VALID,
-
VIEW: APPS.AMS_EVENT_OFFERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_OFFERS_VL, object_name:AMS_EVENT_OFFERS_VL, status:VALID,
-
PACKAGE: APPS.AMS_EVENTOFFER_PVT
12.1.1
-
PACKAGE BODY: APPS.AMS_EVENT_OFFERS_ALL_PKG
12.1.1
-
PACKAGE BODY: APPS.AMS_EVENT_OFFERS_ALL_PKG
12.2.2
-
PACKAGE: APPS.AMS_EVENTOFFER_PVT
12.2.2
-
PACKAGE BODY: APPS.AMS_EVENTSCHEDULE_COPY_PVT
12.1.1
-
PACKAGE BODY: APPS.AMS_EVENTSCHEDULE_COPY_PVT
12.2.2
-
PACKAGE BODY: APPS.AMS_EVENTOFFER_PVT
12.2.2
-
PACKAGE BODY: APPS.AMS_EVENTOFFER_PVT
12.1.1
-
eTRM - BIM Tables and Views
12.1.1
description: Target segment level table . ,
-
APPS.AMS_EVENTOFFER_PVT dependencies on AMS_UTILITY_PVT
12.2.2
-
APPS.AMS_EVENTOFFER_PVT dependencies on AMS_UTILITY_PVT
12.1.1
-
eTRM - BIM Tables and Views
12.2.2
description: Target segment level table . ,
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
APPS.AMS_EVENTOFFER_PVT dependencies on FND_API
12.1.1