Search Results ams_event_headers_vl
Overview
AMS_EVENT_HEADERS_VL is a bilingual (translated) view owned by the APPS schema in Oracle E-Business Suite, defined within the Advanced Marketing (AMS) product family. It exposes the general information pertaining to marketing events at the header level, returning one logical row per event header for the session's current language. In Oracle EBS 12.1.1 and 12.2.2, the "_VL" suffix denotes a view that joins a base ("_B") table to its translation ("_TL") table so that language-dependent descriptive columns are surfaced alongside the transactional and attribute columns. The view is documented as VALID in ETRM for release 12.2.2 and is a standard integration and reporting entry point for event data consumed by AMS event management pages, concurrent programs, and custom reporting.
Underlying Base Objects
The view is defined over two synonyms that resolve to the actual marketing tables:
- AMS_EVENT_HEADERS_ALL_B — the base table holding non-translated event header attributes such as status, scheduling, financial, and descriptive flexfield columns.
- AMS_EVENT_HEADERS_ALL_TL — the translation table holding the language-specific descriptive text.
The join condition is B.EVENT_HEADER_ID = T.EVENT_HEADER_ID AND T.LANGUAGE = USERENV('LANG'), so the view automatically filters translation rows to the language of the current database session. A single event header therefore yields exactly one row in this view, assuming a translation row exists for the session language. The ROW_ID column is drawn from the base table's ROWID.
Key Columns
Columns exposed by the view fall into several functional groups:
- Identity and audit: EVENT_HEADER_ID, LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN, OBJECT_VERSION_NUMBER, PROGRAM_ID, TASK_ID.
- Translated text: EVENT_HEADER_NAME, EVENT_MKTG_MESSAGE, DESCRIPTION (from the _TL object).
- Classification and status: EVENT_LEVEL, EVENT_TYPE_CODE, ACTIVE_FLAG, PRIVATE_FLAG, USER_STATUS_ID, SYSTEM_STATUS_CODE, STREAM_TYPE_CODE, SOURCE_CODE, GLOBAL_FLAG, SETUP_TYPE_ID.
- Scheduling: DAY_OF_EVENT, AGENDA_START_TIME, AGENDA_END_TIME, DURATION, DURATION_UOM_CODE, ACTIVE_FROM_DATE, ACTIVE_TO_DATE, EVENT_CALENDAR, START_PERIOD_NAME, END_PERIOD_NAME.
- Registration and certification: REG_REQUIRED_FLAG, REG_CHARGE_FLAG, REG_INVITED_ONLY_FLAG, REG_MAXIMUM_CAPACITY, REG_MINIMUM_CAPACITY, CERT_CREDIT_TYPE_CODE, CERTIFICATION_CREDITS.
- Financial and organizational: ORG_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, BUSINESS_UNIT_ID, FORECASTED_REVENUE, ACTUAL_REVENUE, FORECASTED_COST, ACTUAL_COST, FUND_SOURCE_TYPE_CODE, FUND_SOURCE_ID, FUND_AMOUNT_TC, FUND_AMOUNT_FC, CURRENCY_CODE_TC, CURRENCY_CODE_FC, ACCOUNTS_CLOSED_FLAG.
- Contact and miscellaneous: COORDINATOR_ID, OWNER_USER_ID, URL, PHONE, EMAIL, PRIORITY_TYPE_CODE, CANCELLATION_REASON_CODE, COUNTRY_CODE, and ATTRIBUTE_CATEGORY with ATTRIBUTE1 through ATTRIBUTE15.
Common Use Cases and Queries
Typical uses include event listing and registration reporting, revenue-versus-cost analysis by event, and integration extracts for external marketing or CRM systems. Because the translation filter applies automatically, queries return descriptions in the session's language without an explicit join to the _TL table.
A representative query selecting active events with their schedule and financials:
SELECT event_header_id, event_header_name, event_type_code, system_status_code, active_from_date, active_to_date, forecasted_revenue, actual_revenue FROM apps.ams_event_headers_vl WHERE active_flag = 'Y' AND org_id = :p_org_id ORDER BY active_from_date DESC;
A second example joining to registration or financial detail tables would use EVENT_HEADER_ID as the foreign key. Because the view is a _VL object, reports that must display multiple languages or fall back to a base language should query the underlying AMS_EVENT_HEADERS_ALL_TL table directly with an explicit LANGUAGE predicate.
-
View: AMS_EVENT_HEADERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_HEADERS_VL, object_name:AMS_EVENT_HEADERS_VL, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing events (headers). , implementation_dba_data: APPS.AMS_EVENT_HEADERS_VL ,
-
View: AMS_EVENT_HEADERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_HEADERS_VL, object_name:AMS_EVENT_HEADERS_VL, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing events (headers). , implementation_dba_data: APPS.AMS_EVENT_HEADERS_VL ,
-
VIEW: APPS.AMS_EVENT_HEADERS_AGENDA_V
12.2.2
-
VIEW: APPS.AMS_EVENT_HEADERS_AGENDA_V
12.1.1
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT SQL Statements
12.1.1
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT SQL Statements
12.2.2
-
VIEW: APPS.BIM_DIMV_EVENT_HEADERS
12.2.2
-
View: AMS_EVENT_HEADERS_AGENDA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_HEADERS_AGENDA_V, object_name:AMS_EVENT_HEADERS_AGENDA_V, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing event headers agenda. , implementation_dba_data: APPS.AMS_EVENT_HEADERS_AGENDA_V ,
-
View: AMS_EVENT_HEADERS_AGENDA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_HEADERS_AGENDA_V, object_name:AMS_EVENT_HEADERS_AGENDA_V, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing event headers agenda. , implementation_dba_data: APPS.AMS_EVENT_HEADERS_AGENDA_V ,
-
VIEW: APPS.BIM_DIMV_EVENT_HEADERS
12.1.1
-
VIEW: APPS.AMS_P_EVENT_CAMPAIGNS_V
12.2.2
-
VIEW: APPS.AMS_P_EVENT_CAMPAIGNS_V
12.1.1
-
VIEW: APPS.AMS_EVENT_OFFERS_OV_V
12.2.2
-
VIEW: APPS.AMS_EVENT_OFFERS_OV_V
12.1.1
-
VIEW: APPS.AMS_EVENT_HEADERS_V
12.1.1
-
VIEW: APPS.AMS_EVENT_OFFERS_AGENDA_V
12.1.1
-
VIEW: APPS.AMS_EVENT_OFFERS_AGENDA_V
12.2.2
-
APPS.AMS_WFCMPAPR_PVT SQL Statements
12.1.1
-
VIEW: APPS.AMS_EVENT_HEADERS_V
12.2.2
-
APPS.AMS_COPYACTIVITIES_PVT SQL Statements
12.2.2
-
APPS.AMS_WFCMPAPR_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AST_AMS_SOURCE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AST_AMS_SOURCE_PKG, status:VALID,
-
VIEW: APPS.AST_SOURCE_ONLY_V
12.1.1
-
APPS.AST_AMS_SOURCE_PKG SQL Statements
12.2.2
-
APPS.AST_AMS_SOURCE_PKG SQL Statements
12.1.1
-
APPS.AMS_COPYACTIVITIES_PVT SQL Statements
12.1.1
-
VIEW: APPS.AST_LM_EVENTS_V
12.1.1
-
VIEW: APPS.BIM_DIMV_MEDIA_CHANNELS
12.2.2
-
VIEW: APPS.BIM_DIMV_CHANNELS
12.2.2
-
PACKAGE BODY: APPS.BIM_EDW_EVENTS_M_SIZE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIM_EDW_EVENTS_M_SIZE, status:VALID,
-
SYNONYM: APPS.AMS_EVENT_HEADERS_ALL_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_EVENT_HEADERS_ALL_TL, status:VALID,
-
SYNONYM: APPS.AMS_EVENT_HEADERS_ALL_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_EVENT_HEADERS_ALL_TL, status:VALID,
-
PACKAGE BODY: APPS.AST_AMS_SOURCE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AST_AMS_SOURCE_PKG, status:VALID,
-
VIEW: APPS.AST_SOURCE_ONLY_V
12.2.2
-
View: BIM_DIMV_EVENT_HEADERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_EVENT_HEADERS, object_name:BIM_DIMV_EVENT_HEADERS, status:VALID, product: BIM - Marketing Intelligence , description: Shows all events. , implementation_dba_data: APPS.BIM_DIMV_EVENT_HEADERS ,
-
VIEW: APPS.AMS_EVENT_OFFERS_V
12.1.1
-
VIEW: APPS.BIM_DIMV_EVENT_HIER
12.1.1
-
VIEW: APPS.BIM_DIMV_EVENT_HIER
12.2.2
-
VIEW: APPS.AMS_EVENT_OFFERS_V
12.2.2
-
VIEW: APPS.AST_LM_EVENTS_V
12.2.2
-
PACKAGE BODY: APPS.AMS_EVENT_OBJECTS_COPY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_EVENT_OBJECTS_COPY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_APPROVAL_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_APPROVAL_UTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_CPYUTILITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CPYUTILITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_CPYUTILITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CPYUTILITY_PVT, status:VALID,
-
VIEW: APPS.BIM_DIMV_CHANNELS
12.1.1
-
VIEW: APPS.BIM_DIMV_MEDIA_CHANNELS
12.1.1
-
PACKAGE BODY: APPS.AMS_SOURCECODE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_SOURCECODE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_MULTI_CURR_MIG_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_MULTI_CURR_MIG_PVT, status:VALID,
-
VIEW: APPS.AMS_SOURCE_CODES_DETAILS_V
12.1.1
-
APPS.AMS_CPYUTILITY_PVT SQL Statements
12.2.2