Search Results ams_agendas_b




Overview

The AMS_AGENDAS_B table is a core data object within the Oracle E-Business Suite (EBS) Marketing (AMS) module, specifically for versions 12.1.1 and 12.2.2. It functions as the primary transactional table for storing agenda information related to marketing events. An agenda organizes the structure of an event, typically comprising tracks and sessions. This table holds the fundamental, non-translatable attributes of an agenda, serving as the base table for the agenda entity. Its role is central to managing the schedule and content flow of marketing events, enabling the planning and execution of complex, multi-session activities.

Key Information Stored

The table's primary key is the AGENDA_ID, a unique identifier for each agenda record. Based on the provided foreign key metadata, other critical columns include PARENT_ID, which likely links the agenda to its parent marketing event offer (AMS_EVENT_OFFERS_ALL_B). The COORDINATOR_ID column stores a reference to a party (HZ_PARTIES) responsible for coordinating the agenda. The ROOM_ID column links to a specific venue room (AMS_VENUES_B) where the agenda's activities are scheduled. While the full column list is not detailed, typical attributes would also encompass agenda status, start and end dates, creation and last update dates, and other descriptive and control fields essential for lifecycle management.

Common Use Cases and Queries

This table is primarily accessed for building event schedules, managing session assignments, and generating related reports. Common operational queries involve retrieving all agendas for a specific event or coordinator, or listing agendas scheduled for a particular venue room. A typical reporting query might join AMS_AGENDAS_B with its descriptive translation table (AMS_AGENDAS_TL) and the events table to produce a detailed event schedule.

  • Sample Query: To list agendas with their coordinators for a given event:
    SELECT a.agenda_id, p.party_name, a.start_date_time
    FROM ams_agendas_b a, hz_parties p, ams_event_offers_all_b e
    WHERE a.coordinator_id = p.party_id
    AND a.parent_id = e.event_offer_id
    AND e.name = '&event_name';
  • Data maintenance tasks, such as updating a coordinator or room assignment, are performed directly on this table via the standard Marketing application interfaces or supporting APIs.

Related Objects

The AMS_AGENDAS_B table has defined relationships with several key EBS objects, as per the metadata. The AMS_AGENDAS_TL table is dependent on it, providing translated descriptive content for the agendas. It references the HZ_PARTIES table (Trading Community Architecture) for coordinator details, the AMS_EVENT_OFFERS_ALL_B table to associate the agenda with a parent marketing event, and the AMS_VENUES_B table for physical location data. These relationships ensure data integrity and enable comprehensive reporting across the Marketing and related CRM modules. Any custom integration or data extraction processes involving event agendas must consider this table and its related entities.

  • 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 - Marketingdescription: Stores all the agenda information contains track and sessions. ,  implementation_dba_data: AMS.AMS_AGENDAS_B

  • 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 - Marketingdescription: Stores all the agenda information contains track and sessions. ,  implementation_dba_data: AMS.AMS_AGENDAS_B

  • Table: AMS_AGENDAS_TL 12.1.1

    owner:AMS,  object_type:TABLE,  fnd_design_data:AMS.AMS_AGENDAS_TL,  object_name:AMS_AGENDAS_TL,  status:VALID,  product: AMS - Marketingdescription: Holds the trnslatable information for an agenda ,  implementation_dba_data: AMS.AMS_AGENDAS_TL

  • Table: AMS_AGENDAS_TL 12.2.2

    owner:AMS,  object_type:TABLE,  fnd_design_data:AMS.AMS_AGENDAS_TL,  object_name:AMS_AGENDAS_TL,  status:VALID,  product: AMS - Marketingdescription: Holds the trnslatable information for an agenda ,  implementation_dba_data: AMS.AMS_AGENDAS_TL

  • 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 - Marketingdescription: Stores places that can be used to hold an event at. ,  implementation_dba_data: AMS.AMS_VENUES_B

  • 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 - Marketingdescription: Stores places that can be used to hold an event at. ,  implementation_dba_data: AMS.AMS_VENUES_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 - Marketingdescription: 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.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 - Marketingdescription: 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

  • View: AMS_AGENDAS_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:AMS.AMS_AGENDAS_V,  object_name:AMS_AGENDAS_V,  status:VALID,  product: AMS - Marketingdescription: Holds the information for an agenda ,  implementation_dba_data: APPS.AMS_AGENDAS_V

  • View: AMS_AGENDAS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:AMS.AMS_AGENDAS_V,  object_name:AMS_AGENDAS_V,  status:VALID,  product: AMS - Marketingdescription: Holds the information for an agenda ,  implementation_dba_data: APPS.AMS_AGENDAS_V