Search Results ams_venues_b
Overview
The AMS_VENUES_B table is a core data object within the Oracle E-Business Suite Marketing (AMS) module. It functions as the base table for storing master information about venues, which are defined as physical places or locations that can be utilized to hold marketing events. As a foundational transactional table, it supports the planning and execution of events by providing a centralized repository for venue details. Its role is critical for associating specific events with their logistical locations, enabling resource scheduling, capacity planning, and cost management within the marketing domain of Oracle EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's primary identifier is the VENUE_ID column, which is the primary key (AMS_VENUES_B_PK). The structure supports hierarchical relationships, as indicated by the self-referencing foreign key on PARENT_VENUE_ID, allowing for the modeling of complex venue structures (e.g., a convention center containing multiple halls). Key relational columns integrate the venue with other EBS entities: LOCATION_ID links to the HZ_LOCATIONS table in the Trading Community Architecture (TCA) for standardized address data, and PARTY_ID links to HZ_PARTIES to associate the venue with a specific organization or person within the TCA model. Other typical columns, inferred from standard EBS design patterns, would include descriptive fields, active/inactive status, creation and last update dates, and related audit information.
Common Use Cases and Queries
Primary use cases involve event setup, reporting, and venue management. Common operational queries include retrieving all active venues for a specific location, listing venues available for a given date range, or finding venues with a specific capacity. A typical reporting query might join AMS_VENUES_B with the event table (AMS_EVENT_OFFERS_ALL_B) to analyze event frequency by venue. For hierarchical navigation, a recursive query using the PARENT_VENUE_ID is essential. Sample SQL to find venues for events in a specific city would involve joining with HZ_LOCATIONS:
- SELECT v.VENUE_ID, tl.VENUE_NAME FROM AMS_VENUES_B v, AMS_VENUES_TL tl, HZ_LOCATIONS loc WHERE v.VENUE_ID = tl.VENUE_ID AND v.LOCATION_ID = loc.LOCATION_ID AND loc.CITY = 'LONDON' AND v.ENABLED_FLAG = 'Y';
Related Objects
The ETRM metadata specifies several key dependencies. The table has a translated descriptive flexfield (TL) table, AMS_VENUES_TL, which stores multilingual venue names. It is referenced by major transactional tables: AMS_EVENT_OFFERS_ALL_B (for the primary event venue), AMS_AGENDAS_B (for specific rooms), and AMS_VENUE_RATES_B (for associated pricing). The defined foreign keys establish critical relationships with the Trading Community Architecture (HZ_LOCATIONS, HZ_PARTIES). The self-referencing foreign key on PARENT_VENUE_ID indicates a hierarchical relationship within the table itself, supporting venue complexes or subdivisions.
-
Table: AMS_VENUES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_VENUES_B, object_name:AMS_VENUES_B, status:VALID, product: AMS - Marketing , description: Stores places that can be used to hold an event at. , implementation_dba_data: AMS.AMS_VENUES_B ,
-
Table: AMS_VENUES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_VENUES_B, object_name:AMS_VENUES_B, status:VALID, product: AMS - Marketing , description: Stores places that can be used to hold an event at. , implementation_dba_data: AMS.AMS_VENUES_B ,
-
APPS.AMS_VENUES_PKG dependencies on AMS_VENUES_B
12.1.1
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_VENUES_B
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_VENUES_B
12.1.1
-
APPS.AMS_VENUE_PVT dependencies on AMS_VENUES_B
12.1.1
-
APPS.AMS_VENUE_PVT dependencies on AMS_VENUES_B
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_VENUES_B
12.2.2
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_VENUES_B
12.2.2
-
APPS.AMS_VENUES_PKG dependencies on AMS_VENUES_B
12.2.2
-
APPS.AMS_VENUES_PKG dependencies on AMS_VENUES_B_S
12.1.1
-
APPS.AMS_VENUES_PKG dependencies on AMS_VENUES_B_S
12.2.2
-
SYNONYM: APPS.AMS_VENUES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_VENUES_B, status:VALID,
-
APPS.HZ_PURGE_GEN dependencies on AMS_COMPETITOR_PRODUCTS_B
12.2.2
-
SYNONYM: APPS.AMS_VENUES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_VENUES_B, status:VALID,
-
APPS.AMS_VENUES_PKG SQL Statements
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_COMPETITOR_PRODUCTS_B
12.1.1
-
VIEW: AMS.AMS_VENUES_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_VENUES_B#, status:VALID,
-
APPS.HZ_PURGE_GEN dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
VIEW: APPS.AMS_VENUES_VL
12.1.1
-
APPS.AMS_VENUES_PKG SQL Statements
12.2.2
-
VIEW: APPS.AMS_VENUES_VL
12.2.2
-
Table: AMS_AGENDAS_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_AGENDAS_B, object_name:AMS_AGENDAS_B, status:VALID, product: AMS - Marketing , description: Stores all the agenda information contains track and sessions. , implementation_dba_data: AMS.AMS_AGENDAS_B ,
-
Table: AMS_VENUES_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_VENUES_TL, object_name:AMS_VENUES_TL, status:VALID, product: AMS - Marketing , description: Stores all translated columns. , implementation_dba_data: AMS.AMS_VENUES_TL ,
-
APPS.AMS_VENUE_PVT dependencies on FND_GLOBAL
12.1.1
-
TABLE: AMS.AMS_VENUES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_VENUES_B, object_name:AMS_VENUES_B, status:VALID,
-
VIEW: AMS.AMS_VENUES_B#
12.2.2
-
Table: AMS_AGENDAS_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_AGENDAS_B, object_name:AMS_AGENDAS_B, status:VALID, product: AMS - Marketing , description: Stores all the agenda information contains track and sessions. , implementation_dba_data: AMS.AMS_AGENDAS_B ,
-
TABLE: AMS.AMS_VENUES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_VENUES_B, object_name:AMS_VENUES_B, status:VALID,
-
Table: AMS_VENUES_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_VENUES_TL, object_name:AMS_VENUES_TL, status:VALID, product: AMS - Marketing , description: Stores all translated columns. , implementation_dba_data: AMS.AMS_VENUES_TL ,
-
Table: AMS_VENUE_RATES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_VENUE_RATES_B, object_name:AMS_VENUE_RATES_B, status:VALID, product: AMS - Marketing , description: Stores the rate for the venue , implementation_dba_data: AMS.AMS_VENUE_RATES_B ,
-
Table: AMS_VENUE_RATES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_VENUE_RATES_B, object_name:AMS_VENUE_RATES_B, status:VALID, product: AMS - Marketing , description: Stores the rate for the venue , implementation_dba_data: AMS.AMS_VENUE_RATES_B ,
-
APPS.AMS_VENUE_PVT dependencies on FND_GLOBAL
12.2.2
-
PACKAGE BODY: APPS.AMS_VENUES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_VENUES_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_VENUES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_VENUES_PKG, status:VALID,
-
Table: HZ_LOCATIONS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATIONS, object_name:HZ_LOCATIONS, status:VALID, product: AR - Receivables , description: Physical addresses , implementation_dba_data: AR.HZ_LOCATIONS ,
-
PACKAGE BODY: APPS.AMS_VENUE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_VENUE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_PARTY_MERGE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_PARTY_MERGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_PARTY_MERGE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_PARTY_MERGE_PVT, status:VALID,
-
Table: HZ_LOCATIONS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATIONS, object_name:HZ_LOCATIONS, status:VALID, product: AR - Receivables , description: Physical addresses , implementation_dba_data: AR.HZ_LOCATIONS ,
-
APPS.AMS_VENUES_PKG dependencies on AMS_VENUES_TL
12.2.2
-
View: AMS_VENUES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_VENUES_VL, object_name:AMS_VENUES_VL, status:VALID, product: AMS - Marketing , description: This view returns information on Venues , implementation_dba_data: APPS.AMS_VENUES_VL ,
-
View: AMS_VENUES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_VENUES_VL, object_name:AMS_VENUES_VL, status:VALID, product: AMS - Marketing , description: This view returns information on Venues , implementation_dba_data: APPS.AMS_VENUES_VL ,
-
PACKAGE BODY: APPS.AMS_VENUE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_VENUE_PVT, status:VALID,
-
APPS.AMS_VENUES_PKG dependencies on AMS_VENUES_TL
12.1.1
-
Table: 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, product: AMS - Marketing , description: Stores information about an Event Offering. .This table also holds the data for all the Agenda Items for the Event Offerings. , implementation_dba_data: AMS.AMS_EVENT_OFFERS_ALL_B ,
-
Table: 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, product: AMS - Marketing , description: Stores information about an Event Offering. .This table also holds the data for all the Agenda Items for the Event Offerings. , implementation_dba_data: AMS.AMS_EVENT_OFFERS_ALL_B ,
-
PACKAGE BODY: APPS.AMS_VENUES_PKG
12.1.1
-
PACKAGE BODY: APPS.AMS_VENUES_PKG
12.2.2