Search Results ams_trigger_actions
Overview
The AMS_TRIGGER_ACTIONS table is a core data object within the Oracle E-Business Suite (EBS) Marketing (AMS) module. It functions as the central repository defining the specific actions that are executed when a configured marketing trigger fires. In the context of Oracle EBS 12.1.1 and 12.2.2, triggers are automated responses to defined events or conditions within the marketing system. This table is therefore essential for implementing automated marketing workflows, linking a triggering event to a concrete operational action such as adding a contact to a list, sending a deliverable, or creating a task.
Key Information Stored
The table's primary key is the TRIGGER_ACTION_ID, which uniquely identifies each action record. The most critical foreign key is TRIGGER_ID, which links the action to its parent definition in the AMS_TRIGGERS table. The table stores references to the specific marketing objects that constitute the action. Key columns include LIST_HEADER_ID (for list management actions), DELIVERABLE_ID (for email or other communication actions), and ACTIVITY_OFFER_ID (for campaign offer actions). Additional columns manage action execution, such as ACTION_APPROVER_USER_ID, which references the JTF_RS_RESOURCE_EXTNS table to designate a resource required for approval before the action is performed.
Common Use Cases and Queries
A primary use case is auditing and reporting on all automated actions defined within the marketing system. Administrators may run queries to understand the workflow tied to a specific trigger or to validate configurations. A common diagnostic query involves joining to AMS_TRIGGERS to see all actions for a trigger:
- SELECT ta.trigger_action_id, t.trigger_name, ta.list_header_id, ta.deliverable_id FROM ams_trigger_actions ta, ams_triggers t WHERE ta.trigger_id = t.trigger_id AND t.trigger_name = '&TRIGGER_NAME';
Another critical scenario is troubleshooting why a fired trigger did not produce the expected outcome, which requires examining the action records linked to that trigger's results stored in the related AMS_TRIGGER_RESULTS table.
Related Objects
The AMS_TRIGGER_ACTIONS table maintains integral relationships with several key EBS marketing objects, primarily through foreign key constraints:
- AMS_TRIGGERS: The parent table. Joined via AMS_TRIGGER_ACTIONS.TRIGGER_ID = AMS_TRIGGERS.TRIGGER_ID.
- AMS_LIST_HEADERS_ALL: For list-based actions. Joined via AMS_TRIGGER_ACTIONS.LIST_HEADER_ID.
- AMS_DELIVERABLES_ALL_B: For communication-based actions. Joined via AMS_TRIGGER_ACTIONS.DELIVERABLE_ID.
- AMS_ACT_OFFERS: For campaign or activity offer actions. Joined via AMS_TRIGGER_ACTIONS.ACTIVITY_OFFER_ID.
- JTF_RS_RESOURCE_EXTNS: For approver resources. Joined via AMS_TRIGGER_ACTIONS.ACTION_APPROVER_USER_ID.
- AMS_TRIGGER_RESULTS: A child table storing the execution instances. Joined via AMS_TRIGGER_RESULTS.TRIGGER_RESULT_FOR_ID = AMS_TRIGGER_ACTIONS.TRIGGER_ACTION_ID.
-
Table: AMS_TRIGGER_ACTIONS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TRIGGER_ACTIONS, object_name:AMS_TRIGGER_ACTIONS, status:VALID, product: AMS - Marketing , description: AMS_TRIGGER_ACTIONS stores all actions that can be peformed when a particular Trigger Fires. , implementation_dba_data: AMS.AMS_TRIGGER_ACTIONS ,
-
Table: AMS_TRIGGER_ACTIONS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TRIGGER_ACTIONS, object_name:AMS_TRIGGER_ACTIONS, status:VALID, product: AMS - Marketing , description: AMS_TRIGGER_ACTIONS stores all actions that can be peformed when a particular Trigger Fires. , implementation_dba_data: AMS.AMS_TRIGGER_ACTIONS ,
-
APPS.AMS_TRIG_PVT dependencies on AMS_TRIGGER_ACTIONS
12.2.2
-
APPS.AMS_TRIGGER_PVT dependencies on AMS_TRIGGER_ACTIONS
12.2.2
-
APPS.AMS_CONTCAMPAIGN_PVT dependencies on AMS_TRIGGER_ACTIONS
12.2.2
-
APPS.AMS_WFTRIG_PVT dependencies on AMS_TRIGGER_ACTIONS
12.2.2
-
APPS.AMS_TRIGGER_PVT dependencies on AMS_TRIGGER_ACTIONS
12.1.1
-
APPS.AMS_THLDACT_PVT dependencies on AMS_TRIGGER_ACTIONS
12.1.1
-
APPS.AMS_WFTRIG_PVT dependencies on AMS_TRIGGER_ACTIONS
12.1.1
-
APPS.AMS_TRIG_PVT dependencies on AMS_TRIGGER_ACTIONS
12.1.1
-
APPS.AMS_CONTCAMPAIGN_PVT dependencies on AMS_TRIGGER_ACTIONS
12.1.1
-
APPS.AMS_THLDACT_PVT dependencies on AMS_TRIGGER_ACTIONS
12.2.2
-
APPS.AMS_THLDACT_PVT SQL Statements
12.1.1
-
APPS.AMS_THLDACT_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.AMS_TRIGGER_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_TRIGGER_ACTIONS, status:VALID,
-
Table: AMS_ACT_OFFERS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_OFFERS, object_name:AMS_ACT_OFFERS, status:VALID, product: AMS - Marketing , description: Holds the high level details of promotional offers related to a campaign , implementation_dba_data: AMS.AMS_ACT_OFFERS ,
-
APPS.AMS_TRIGGER_PVT dependencies on AMS_TRIGGERS
12.1.1
-
SYNONYM: APPS.AMS_TRIGGER_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_TRIGGER_ACTIONS, status:VALID,
-
APPS.AMS_TRIGGER_PVT dependencies on AMS_TRIGGERS
12.2.2
-
VIEW: AMS.AMS_TRIGGER_ACTIONS#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_TRIGGER_ACTIONS#, status:VALID,
-
VIEW: AMS.AMS_TRIGGER_ACTIONS#
12.2.2
-
Table: AMS_ACT_OFFERS
12.2.2
product: AMS - Marketing , description: Holds the high level details of promotional offers related to a campaign , implementation_dba_data: Not implemented in this database ,
-
APPS.AMS_THLDACT_PVT dependencies on FND_GLOBAL
12.2.2
-
PACKAGE: APPS.AMS_THLDACT_PVT
12.2.2
-
APPS.AMS_THLDACT_PVT dependencies on FND_GLOBAL
12.1.1
-
PACKAGE: APPS.AMS_THLDACT_PVT
12.1.1
-
APPS.AMS_THLDACT_PVT dependencies on DUAL
12.1.1
-
TABLE: AMS.AMS_TRIGGER_ACTIONS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TRIGGER_ACTIONS, object_name:AMS_TRIGGER_ACTIONS, status:VALID,
-
APPS.AMS_TRIG_PVT dependencies on AMS_TRIGGER_CHECKS
12.1.1
-
APPS.AMS_TRIG_PVT dependencies on AMS_TRIGGER_CHECKS
12.2.2
-
Table: AMS_TRIGGER_RESULTS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TRIGGER_RESULTS, object_name:AMS_TRIGGER_RESULTS, status:VALID, product: AMS - Marketing , description: Stores the results after a threshold check or action has been run. , implementation_dba_data: AMS.AMS_TRIGGER_RESULTS ,
-
TABLE: AMS.AMS_TRIGGER_ACTIONS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TRIGGER_ACTIONS, object_name:AMS_TRIGGER_ACTIONS, status:VALID,
-
APPS.AMS_THLDACT_PVT dependencies on DUAL
12.2.2
-
Table: AMS_TRIGGERS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TRIGGERS, object_name:AMS_TRIGGERS, status:VALID, product: AMS - Marketing , description: AMS_TRIGGERS stores Triggers to start execution of certain Activity at a certain time. , implementation_dba_data: AMS.AMS_TRIGGERS ,
-
PACKAGE BODY: APPS.AMS_THLDACT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_THLDACT_PVT, status:VALID,
-
Table: AMS_TRIGGER_RESULTS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TRIGGER_RESULTS, object_name:AMS_TRIGGER_RESULTS, status:VALID, product: AMS - Marketing , description: Stores the results after a threshold check or action has been run. , implementation_dba_data: AMS.AMS_TRIGGER_RESULTS ,
-
PACKAGE BODY: APPS.AMS_THLDACT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_THLDACT_PVT, status:VALID,
-
Table: AMS_TRIGGERS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TRIGGERS, object_name:AMS_TRIGGERS, status:VALID, product: AMS - Marketing , description: AMS_TRIGGERS stores Triggers to start execution of certain Activity at a certain time. , implementation_dba_data: AMS.AMS_TRIGGERS ,
-
PACKAGE BODY: APPS.AMS_TRIG_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_TRIG_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_TRIGGER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_TRIGGER_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_TRIGGER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_TRIGGER_PVT, status:VALID,
-
Table: AMS_LIST_HEADERS_ALL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_HEADERS_ALL, object_name:AMS_LIST_HEADERS_ALL, status:VALID, product: AMS - Marketing , description: This table stores the name and other details about a target list. , implementation_dba_data: AMS.AMS_LIST_HEADERS_ALL ,
-
Table: AMS_LIST_HEADERS_ALL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_HEADERS_ALL, object_name:AMS_LIST_HEADERS_ALL, status:VALID, product: AMS - Marketing , description: This table stores the name and other details about a target list. , implementation_dba_data: AMS.AMS_LIST_HEADERS_ALL ,
-
PACKAGE BODY: APPS.AMS_TRIG_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_TRIG_PVT, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.AMS_WFTRIG_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_WFTRIG_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_CONTCAMPAIGN_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CONTCAMPAIGN_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_CONTCAMPAIGN_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CONTCAMPAIGN_PVT, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.AMS_WFTRIG_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_WFTRIG_PVT, status:VALID,