Search Results ams_act_resources
Overview
The AMS_ACT_RESOURCES table is a core data object within the Oracle E-Business Suite (EBS) Marketing (AMS) module, specifically in versions 12.1.1 and 12.2.2. Its primary function is to store the association between business activities—most notably marketing events—and the business parties or resources assigned to them. The table acts as a junction, linking specific activities (identified by ACT_RESOURCE_USED_BY_ID) to specific resources (identified by RESOURCE_ID). This enables the system to manage and track the allocation of personnel, teams, or other party resources to marketing initiatives, ensuring proper planning and execution of activities like events.
Key Information Stored
The table's structure centers on its primary and unique keys, which define the core relationships it manages. The primary key, ACTIVITY_RESOURCE_ID, is a unique system-generated identifier for each record. The critical business logic is enforced by the unique key (AMS_ACT_RESOURCES_UK1), which comprises three columns: ACT_RESOURCE_USED_BY_ID, ARC_ACT_RESOURCE_USED_BY, and RESOURCE_ID. This combination ensures a resource is not duplicated for a given activity. The ARC_ACT_RESOURCE_USED_BY column is a discriminator that indicates the object type of the associated activity (e.g., event header or event offer). Other significant columns include RESOURCE_ID, which links to the resource definition in JTF_RS_RESOURCE_EXTNS, and USER_STATUS_ID, which links to status codes in AMS_USER_STATUSES_B to track the resource's assignment status for the activity.
Common Use Cases and Queries
A primary use case is generating participant or staff lists for a marketing event. Administrators can query this table to list all resources assigned to a specific event header, which is essential for coordination and communication. Another common scenario is validating resource availability before assignment to prevent double-booking. Sample SQL to retrieve all resources for a specific event would join AMS_ACT_RESOURCES with JTF_RS_RESOURCE_EXTNS for resource details and filter on ACT_RESOURCE_USED_BY_ID and ARC_ACT_RESOURCE_USED_BY. Reporting use cases include capacity planning dashboards, which aggregate resource counts by activity type, and operational reports detailing resource assignments across all active marketing campaigns.
Related Objects
The AMS_ACT_RESOURCES table is integral to the Marketing data model, with documented foreign key relationships to several key tables. These relationships are crucial for data integrity and join paths in queries:
- AMS_EVENT_HEADERS_ALL_B and AMS_EVENT_OFFERS_ALL_B: Linked via ACT_RESOURCE_USED_BY_ID. These are the primary activity tables where the resource is used, representing the event itself or specific offers within an event.
- JTF_RS_RESOURCE_EXTNS: Linked via RESOURCE_ID. This table in the Resource Management foundation stores the detailed definition of the resource (person or team) being assigned.
- AMS_USER_STATUSES_B: Linked via USER_STATUS_ID. This reference table provides the status (e.g., Assigned, Confirmed, Cancelled) for the resource's involvement in the activity.
-
Table: AMS_ACT_RESOURCES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_RESOURCES, object_name:AMS_ACT_RESOURCES, status:VALID, product: AMS - Marketing , description: Stores business parties for a specific activity such as an event. , implementation_dba_data: AMS.AMS_ACT_RESOURCES ,
-
Table: AMS_ACT_RESOURCES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_RESOURCES, object_name:AMS_ACT_RESOURCES, status:VALID, product: AMS - Marketing , description: Stores business parties for a specific activity such as an event. , implementation_dba_data: AMS.AMS_ACT_RESOURCES ,
-
APPS.AMS_AGENDAS_PVT dependencies on AMS_ACT_RESOURCES
12.2.2
-
APPS.AMS_ACTRESOURCE_PVT dependencies on AMS_ACT_RESOURCES
12.1.1
-
APPS.AMS_ACTRESOURCE_PVT dependencies on AMS_ACT_RESOURCES
12.2.2
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_ACT_RESOURCES
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_ACT_RESOURCES
12.1.1
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_ACT_RESOURCES
12.2.2
-
APPS.AMS_EVENTOFFER_PVT dependencies on AMS_ACT_RESOURCES
12.1.1
-
APPS.AMS_AGENDAS_PVT dependencies on AMS_ACT_RESOURCES
12.1.1
-
APPS.AMS_EVENTOFFER_PVT dependencies on AMS_ACT_RESOURCES
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_ACT_RESOURCES
12.2.2
-
APPS.AMS_ACTRESOURCE_PVT SQL Statements
12.1.1
-
APPS.AMS_ACTRESOURCE_PVT SQL Statements
12.2.2
-
APPS.AMS_ACTRESOURCE_PVT dependencies on STANDARD
12.2.2
-
SYNONYM: APPS.AMS_ACT_RESOURCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_ACT_RESOURCES, status:VALID,
-
VIEW: APPS.AMS_ACT_RESOURCES_V
12.2.2
-
VIEW: AMS.AMS_ACT_RESOURCES#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_ACT_RESOURCES#, status:VALID,
-
APPS.AMS_ACTRESOURCE_PVT dependencies on STANDARD
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_TCOP_CONTACT_SUMMARY
12.1.1
-
SYNONYM: APPS.AMS_ACT_RESOURCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_ACT_RESOURCES, status:VALID,
-
APPS.AMS_ACTRESOURCE_PVT dependencies on FND_GLOBAL
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_TCOP_CONTACT_SUMMARY
12.2.2
-
VIEW: APPS.AMS_ACT_RESOURCES_V
12.1.1
-
VIEW: AMS.AMS_ACT_RESOURCES#
12.2.2
-
APPS.AMS_EVENTOFFER_PVT dependencies on AMS_AGENDAS_B
12.2.2
-
APPS.AMS_ACTRESOURCE_PVT dependencies on FND_GLOBAL
12.1.1
-
APPS.AMS_EVENTOFFER_PVT dependencies on AMS_USER_STATUSES_B
12.1.1
-
APPS.AMS_EVENTOFFER_PVT dependencies on AMS_USER_STATUSES_B
12.2.2
-
APPS.AMS_EVENTOFFER_PVT dependencies on AMS_AGENDAS_B
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_LIST_ENTRIES
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_LIST_ENTRIES
12.1.1
-
APPS.AMS_AGENDAS_PVT SQL Statements
12.1.1
-
APPS.AMS_AGENDAS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AMS_ACTRESOURCE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_ACTRESOURCE_PVT, status:VALID,
-
Table: AMS_USER_STATUSES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_USER_STATUSES_B, object_name:AMS_USER_STATUSES_B, status:VALID, product: AMS - Marketing , description: Stores User status information , implementation_dba_data: AMS.AMS_USER_STATUSES_B ,
-
TABLE: AMS.AMS_ACT_RESOURCES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_RESOURCES, object_name:AMS_ACT_RESOURCES, status:VALID,
-
View: AMS_ACT_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_RESOURCES_V, object_name:AMS_ACT_RESOURCES_V, status:VALID, product: AMS - Marketing , description: This view returns information on associations of resources to marketing objects like Events, Campaigns. , implementation_dba_data: APPS.AMS_ACT_RESOURCES_V ,
-
View: AMS_ACT_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_RESOURCES_V, object_name:AMS_ACT_RESOURCES_V, status:VALID, product: AMS - Marketing , description: This view returns information on associations of resources to marketing objects like Events, Campaigns. , implementation_dba_data: APPS.AMS_ACT_RESOURCES_V ,
-
PACKAGE: APPS.AMS_ACTRESOURCE_PVT
12.2.2
-
PACKAGE: APPS.AMS_ACTRESOURCE_PVT
12.1.1
-
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_ACTRESOURCE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_ACTRESOURCE_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,
-
PACKAGE BODY: APPS.AMS_AGENDAS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_AGENDAS_PVT, status:VALID,
-
TABLE: AMS.AMS_ACT_RESOURCES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_RESOURCES, object_name:AMS_ACT_RESOURCES, status:VALID,
-
Table: AMS_USER_STATUSES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_USER_STATUSES_B, object_name:AMS_USER_STATUSES_B, status:VALID, product: AMS - Marketing , description: Stores User status information , implementation_dba_data: AMS.AMS_USER_STATUSES_B ,
-
PACKAGE BODY: APPS.AMS_AGENDAS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_AGENDAS_PVT, status:VALID,
-
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_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 ,