Search Results ams_event_reg_status
Overview
The APPS.AST_EV_HIS_ORG_V view is a reporting and integration construct within Oracle E-Business Suite that consolidates event registration history for an operating unit (organization) context. It is defined in the APPS schema and exposes registration-level data for events managed by the Oracle Marketing (AMS) module, joining registration records to event offers, customer party information, contact details, order headers, price lists, and lookup values. The view is denormalized and read-only, intended to flatten the relationships required to present a complete picture of who registered for which event, under what payment and system status, and at what price. Because it spans AMS, Oracle Receivables/HZ (Trading Community Architecture) party data, and Oracle Order Management objects, it is typically consumed by operational reports, CRM dashboards, and downstream integrations rather than by transactional forms.
Underlying Base Objects
The view is defined over the following documented base objects:
AMS_EVENT_REGISTRATIONS(synonym) — the primary driver table supplying registration, offer, order, payment status, and cancellation columns.AMS_EVENT_OFFERS_VL(view) — supplies the event offer name and inventory item identifier.AMS_LOOKUPS(view) — joined twice to decode the system status code (AMS_EVENT_REG_STATUS) and the payment status code (AMS_EVENT_PAYMENT_STATUS).HZ_PARTIES(synonym) — joined multiple times (aliases CST, CST1, CST2) to resolve the registrant, enrollee/attendant contact, and related party names and party types.HZ_CONTACT_POINTS(synonym) — provides the primary phone contact point for the enrollee via an outer join.OE_ORDER_HEADERS(synonym) — supplies transactional currency, payment type, payment amount, and price list identifier.QP_LIST_HEADERS_TL(synonym) — resolves the price list name.HZ_RELATIONSHIPS(synonym) — referenced in the metadata for related-party resolution as part of the view's family of party joins.
The view text is a UNION ALL of two branches, differing in how the registrant versus enrollee/related-party linkage is derived. Most joins to party, contact point, order, and lookup tables are outer joins, allowing registrations to surface even when optional data such as phone, payment, or price list is absent.
Key Columns
EVENT_REGISTRATION_ID— unique key identifying the registration record.EVENT_OFFER_ID,EVENT_OFFER_NAME,INVENTORY_ITEM_ID— the event offer and associated item.CUSTOMER_ID(registrant party),PARTY_TYPE,MAIN_CONTACT_FULL_NAME— driver customer identity.MAIN_CONTACT_ID,ENROLLEE_FULL_NAME,ENROLLEE_PHONE_NUMBER— the attending contact and formatted phone.REL_PARTY_ID,REL_NAME— related party linkage.CONFIRMATION_CODE,SYSTEM_STATUS_CODE— decoded registration status fromAMS_EVENT_REG_STATUS.PAYMENT_STATUS,PAYMENT_TYPE_CODE,PAYMENT_AMOUNT,TRANSACTIONAL_CURR_CODE,PRICE_LIST_NAME— commercial detail.CANCELLATION_REASON_CODE,OBJECT_VERSION_NUMBER,DATE_REGISTRATION_PLACED— audit and lifecycle fields.
Common Use Cases and Queries
Typical uses include registration status reporting, revenue and payment reconciliation, and customer attendance rosters. A common filter is on the decoded system status, which explains the frequent search term ams_event_reg_status. For example:
SELECT EVENT_REGISTRATION_ID, EVENT_OFFER_NAME, MAIN_CONTACT_FULL_NAME,
ENROLLEE_FULL_NAME, SYSTEM_STATUS_CODE, PAYMENT_STATUS, PAYMENT_AMOUNT
FROM APPS.AST_EV_HIS_ORG_V
WHERE SYSTEM_STATUS_CODE = 'Confirmed'
AND DATE_REGISTRATION_PLACED >= SYSDATE - 90;
Because the view aggregates party, order, and lookup context, it is well suited to feed BI Publisher reports and interface extracts without requiring callers to reproduce the underlying multi-table joins.
-
Lookup Type: AMS_EVENT_REG_STATUS
12.1.1
product: AMS - Marketing , meaning: Marketing Event Registration Status ,
-
Lookup Type: AMS_EVENT_REG_STATUS
12.2.2
product: AMS - Marketing , meaning: Marketing Event Registration Status ,
-
VIEW: APPS.AST_EV_HIS_ORG_V
12.2.2
-
VIEW: APPS.AST_EVENT_ENROLLEES_V
12.2.2
-
VIEW: APPS.AST_EVENT_ENROLLEES_V
12.1.1
-
VIEW: APPS.AST_EV_HIS_ORG_V
12.1.1
-
View: AST_EV_HIS_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_EV_HIS_ORG_V, object_name:AST_EV_HIS_ORG_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_EV_HIS_ORG_V ,
-
View: AMS_DLG_EVENT_REGISTRATIONS_VL
12.1.1
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
View: AST_EVENT_ENROLLEES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_EVENT_ENROLLEES_V, object_name:AST_EVENT_ENROLLEES_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_EVENT_ENROLLEES_V ,
-
View: AST_EVENT_ENROLLEES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_EVENT_ENROLLEES_V, object_name:AST_EVENT_ENROLLEES_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_EVENT_ENROLLEES_V ,
-
View: AST_EV_HIS_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_EV_HIS_ORG_V, object_name:AST_EV_HIS_ORG_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_EV_HIS_ORG_V ,
-
View: AMS_DLG_EVENT_REGISTRATIONS_VL
12.2.2
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_EVENT_HISTORY_V
12.1.1
-
View: AST_EVENT_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_EVENT_HISTORY_V, object_name:AST_EVENT_HISTORY_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_EVENT_HISTORY_V ,
-
View: AST_EVENT_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_EVENT_HISTORY_V, object_name:AST_EVENT_HISTORY_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_EVENT_HISTORY_V ,
-
VIEW: APPS.AST_EVENT_HISTORY_V
12.2.2
-
APPS.AMS_REGISTRANTS_PUB SQL Statements
12.2.2
-
APPS.AMS_REGISTRANTS_PUB SQL Statements
12.1.1
-
APPS.AMS_EVTREGS_PVT SQL Statements
12.1.1
-
APPS.AMS_EVTREGS_PVT SQL Statements
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.AMS_EVTREGS_PVT dependencies on AMS_USER_STATUSES_VL
12.2.2
-
APPS.AMS_EVTREGS_PVT dependencies on AMS_USER_STATUSES_VL
12.1.1
-
APPS.AMS_EVTREGS_PVT dependencies on AMS_USER_STATUSES_B
12.2.2
-
APPS.AMS_EVTREGS_PVT dependencies on AMS_USER_STATUSES_B
12.1.1
-
APPS.AMS_REGISTRANTS_PUB dependencies on AMS_USER_STATUSES_VL
12.2.2
-
PACKAGE BODY: APPS.AMS_REGISTRANTS_PUB
12.2.2
-
APPS.AMS_REGISTRANTS_PUB dependencies on AMS_USER_STATUSES_VL
12.1.1
-
PACKAGE BODY: APPS.AMS_REGISTRANTS_PUB
12.1.1
-
PACKAGE BODY: APPS.AMS_EVTREGS_PVT
12.2.2
-
PACKAGE BODY: APPS.AMS_EVTREGS_PVT
12.1.1
-
APPS.AMS_EVTREGS_PVT dependencies on STANDARD
12.1.1
-
APPS.AMS_EVTREGS_PVT dependencies on STANDARD
12.2.2