Search Results ams_act_categories
Overview
The AMS_ACT_CATEGORIES table is a core data structure within the Oracle E-Business Suite Marketing (AMS) module, present in both releases 12.1.1 and 12.2.2. It functions as a generic junction or mapping table designed to associate marketing activities with specific categories. Its primary role is to enable enhanced reporting and search capabilities by allowing activities to be classified and grouped. This categorization facilitates the organization, filtering, and analysis of diverse marketing objects, such as events, channels, offers, and deliverables, based on shared categorical attributes defined within the system.
Key Information Stored
The table's structure centers on two key foreign key columns that create the association between an activity instance and a classification. The ACTIVITY_CATEGORY_ID serves as the table's unique primary key. The ACT_CATEGORY_USED_BY_ID column holds the identifier for the specific marketing object (e.g., an event header or channel) being categorized. The ARC_ACT_CATEGORY_USED_BY column typically functions as a discriminator to indicate the table or entity type referenced by the USED_BY_ID. Finally, the CATEGORY_ID column stores a foreign key reference to a defined category in the AMS_CATEGORIES_B table, which holds the master list of category names and definitions.
Common Use Cases and Queries
A primary use case is generating reports that aggregate marketing activities by category. For instance, a user may need a list of all event headers belonging to a "Trade Show" or "Webinar" category. Another common scenario is using the table as a filter in search forms within the Marketing application to quickly locate activities of a certain type. Sample SQL to retrieve categorized events would involve joining through this table:
- SELECT eh.EVENT_NAME, cat.CATEGORY_NAME FROM AMS_EVENT_HEADERS_ALL_B eh, AMS_ACT_CATEGORIES ac, AMS_CATEGORIES_B cat WHERE eh.EVENT_HEADER_ID = ac.ACT_CATEGORY_USED_BY_ID AND ac.CATEGORY_ID = cat.CATEGORY_ID AND cat.CATEGORY_NAME = 'Webinar';
Administrative use cases include auditing category assignments or cleaning up orphaned records where the referenced activity or category has been deleted.
Related Objects
The AMS_ACT_CATEGORIES table is central to the Marketing data model, with documented foreign key relationships to several key transactional and master tables. It references the AMS_CATEGORIES_B table via its CATEGORY_ID column to resolve the category definition. It also references multiple activity tables via its ACT_CATEGORY_USED_BY_ID column, acting as a flexible link to categorize different object types. The specific documented relationships are:
- AMS_ACT_CATEGORIES.ACT_CATEGORY_USED_BY_ID → AMS_EVENT_HEADERS_ALL_B
- AMS_ACT_CATEGORIES.ACT_CATEGORY_USED_BY_ID → AMS_CHANNELS_B
- AMS_ACT_CATEGORIES.CATEGORY_ID → AMS_CATEGORIES_B
- AMS_ACT_CATEGORIES.ACT_CATEGORY_USED_BY_ID → AMS_EVENT_OFFERS_ALL_B
- AMS_ACT_CATEGORIES.ACT_CATEGORY_USED_BY_ID → AMS_DELIVERABLES_ALL_B
These relationships confirm its use for categorizing events, marketing channels, offers, and deliverables.
-
Table: AMS_ACT_CATEGORIES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_CATEGORIES, object_name:AMS_ACT_CATEGORIES, status:VALID, product: AMS - Marketing , description: Generic category table used to hold categories an acticity can belong to, for reporting and search capability. , implementation_dba_data: AMS.AMS_ACT_CATEGORIES ,
-
Table: AMS_ACT_CATEGORIES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_CATEGORIES, object_name:AMS_ACT_CATEGORIES, status:VALID, product: AMS - Marketing , description: Generic category table used to hold categories an acticity can belong to, for reporting and search capability. , implementation_dba_data: AMS.AMS_ACT_CATEGORIES ,
-
APPS.AMS_COPYELEMENTS_PVT dependencies on AMS_ACT_CATEGORIES
12.1.1
-
APPS.AMS_ACTCATEGORY_PVT dependencies on AMS_ACT_CATEGORIES
12.2.2
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_ACT_CATEGORIES
12.1.1
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_ACT_CATEGORIES
12.2.2
-
APPS.AMS_COPYELEMENTS_PVT dependencies on AMS_ACT_CATEGORIES
12.2.2
-
APPS.AMS_ACTCATEGORY_PVT dependencies on AMS_ACT_CATEGORIES
12.1.1
-
APPS.AMS_ACTCATEGORY_PVT dependencies on DUAL
12.1.1
-
APPS.AMS_ACTCATEGORY_PVT dependencies on DUAL
12.2.2
-
APPS.AMS_ACTCATEGORY_PVT SQL Statements
12.1.1
-
APPS.AMS_ACTCATEGORY_PVT SQL Statements
12.2.2
-
APPS.AMS_ACTCATEGORY_PVT dependencies on AMS_UTILITY_PVT
12.1.1
-
SYNONYM: APPS.AMS_ACT_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_ACT_CATEGORIES, status:VALID,
-
SYNONYM: APPS.AMS_ACT_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_ACT_CATEGORIES, status:VALID,
-
VIEW: AMS.AMS_ACT_CATEGORIES#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_ACT_CATEGORIES#, status:VALID,
-
APPS.AMS_ACTCATEGORY_PVT dependencies on FND_GLOBAL
12.1.1
-
APPS.AMS_ACTCATEGORY_PVT dependencies on FND_GLOBAL
12.2.2
-
VIEW: AMS.AMS_ACT_CATEGORIES#
12.2.2
-
APPS.AMS_ACTCATEGORY_PVT dependencies on AMS_UTILITY_PVT
12.2.2
-
TABLE: AMS.AMS_ACT_CATEGORIES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_CATEGORIES, object_name:AMS_ACT_CATEGORIES, status:VALID,
-
TABLE: AMS.AMS_ACT_CATEGORIES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_CATEGORIES, object_name:AMS_ACT_CATEGORIES, status:VALID,
-
Table: AMS_CATEGORIES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CATEGORIES_B, object_name:AMS_CATEGORIES_B, status:VALID, product: AMS - Marketing , description: This table stores the definition for categories and is used by Events, Metrics and the Deliverables area. , implementation_dba_data: AMS.AMS_CATEGORIES_B ,
-
APPS.AMS_CATEGORY_PVT SQL Statements
12.2.2
-
Table: AMS_CATEGORIES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CATEGORIES_B, object_name:AMS_CATEGORIES_B, status:VALID, product: AMS - Marketing , description: This table stores the definition for categories and is used by Events, Metrics and the Deliverables area. , implementation_dba_data: AMS.AMS_CATEGORIES_B ,
-
Table: AMS_CHANNELS_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CHANNELS_B, object_name:AMS_CHANNELS_B, status:VALID, product: AMS - Marketing , description: This table stores the details about what Media Channels are available to be used in Oracle Marketing. , implementation_dba_data: AMS.AMS_CHANNELS_B ,
-
Table: AMS_CHANNELS_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CHANNELS_B, object_name:AMS_CHANNELS_B, status:VALID, product: AMS - Marketing , description: This table stores the details about what Media Channels are available to be used in Oracle Marketing. , implementation_dba_data: AMS.AMS_CHANNELS_B ,
-
Table: AMS_DELIVERABLES_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DELIVERABLES_ALL_B, object_name:AMS_DELIVERABLES_ALL_B, status:VALID, product: AMS - Marketing , description: This table stores the details about marketing deliverables/collaterals, collaterals are uniquely identified by deliverable name, language and version. , implementation_dba_data: AMS.AMS_DELIVERABLES_ALL_B ,
-
APPS.AMS_CATEGORY_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMS_ACTCATEGORY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_ACTCATEGORY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_ACTCATEGORY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_ACTCATEGORY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_EVENTSCHEDULE_COPY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_EVENTSCHEDULE_COPY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_EVENTSCHEDULE_COPY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_EVENTSCHEDULE_COPY_PVT, status:VALID,
-
APPS.AMS_ACTCATEGORY_PVT dependencies on JTF_PLSQL_API
12.1.1
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT SQL Statements
12.1.1
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT SQL Statements
12.2.2
-
PACKAGE: APPS.AMS_ACTCATEGORY_PVT
12.1.1
-
PACKAGE: APPS.AMS_ACTCATEGORY_PVT
12.2.2
-
Table: AMS_DELIVERABLES_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DELIVERABLES_ALL_B, object_name:AMS_DELIVERABLES_ALL_B, status:VALID, product: AMS - Marketing , description: This table stores the details about marketing deliverables/collaterals, collaterals are uniquely identified by deliverable name, language and version. , implementation_dba_data: AMS.AMS_DELIVERABLES_ALL_B ,
-
APPS.AMS_ACTCATEGORY_PVT dependencies on JTF_PLSQL_API
12.2.2
-
Table: AMS_EVENT_HEADERS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_HEADERS_ALL_B, object_name:AMS_EVENT_HEADERS_ALL_B, status:VALID, product: AMS - Marketing , description: Stores the definition of a Marketing Event. (Master Event or Event Template) , implementation_dba_data: AMS.AMS_EVENT_HEADERS_ALL_B ,
-
Table: AMS_EVENT_HEADERS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_HEADERS_ALL_B, object_name:AMS_EVENT_HEADERS_ALL_B, status:VALID, product: AMS - Marketing , description: Stores the definition of a Marketing Event. (Master Event or Event Template) , implementation_dba_data: AMS.AMS_EVENT_HEADERS_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 - 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_COPYELEMENTS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_COPYELEMENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_COPYELEMENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_COPYELEMENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_ACTCATEGORY_PVT
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AMS_ACTCATEGORY_PVT
12.2.2