Search Results jtf_ih_actions_b
Overview
The JTF_IH_ACTIONS_B table is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module, specifically designed for the Interaction History (IH) functionality. It serves as the base table for defining discrete actions that can be performed on or associated with an Action Item. In the context of service and support, an Action Item represents a task or a follow-up activity. This table provides a standardized catalog of possible operations, such as Add, Update, Delete, or Inquiry, which can be logged against those items to create a complete audit trail and history of interactions. Its role is foundational to tracking the lifecycle and management of customer service activities within the EBS ecosystem.
Key Information Stored
The table's primary purpose is to store the master list of actionable types. Its central column is the ACTION_ID, which serves as the unique primary key identifier for each action type. While the provided ETRM excerpt does not list all columns, the structure of related objects and standard Oracle application design patterns imply the table likely contains columns for controlling the enabled status, creation dates, and who created the record. The existence of a corresponding translation table, JTF_IH_ACTIONS_TL, indicates that the user-facing name and description for each ACTION_ID are stored in a multilingual format there, linked via this primary key.
Common Use Cases and Queries
This table is primarily referenced in transactional and reporting contexts to understand what operations have been performed. A common use case is generating audit reports for Action Item changes. For instance, to list all activities logged as an "Update" action, a query would join this table to the JTF_IH_ACTIVITIES table. Another key use is in setup and administration, where the available actions for assignment to business event types or action items are defined. A typical query to retrieve all active actions for a setup UI would be:
- SELECT a.ACTION_ID, tl.MEANING, tl.DESCRIPTION FROM JTF_IH_ACTIONS_B a, JTF_IH_ACTIONS_TL tl WHERE a.ACTION_ID = tl.ACTION_ID AND tl.LANGUAGE = USERENV('LANG') AND a.ENABLED_FLAG = 'Y';
Developers also reference this table when creating custom business logic that must trigger based on specific action types recorded in the system.
Related Objects
As documented in the ETRM, JTF_IH_ACTIONS_B is a central reference table with several key dependencies. The primary key (ACTION_ID) is referenced by the following foreign keys:
- JTF_IH_ACTIONS_TL: The translation table that holds the multilingual names and descriptions.
- JTF_IH_ACTION_ACTION_ITEMS: Likely a mapping table that defines which actions are valid for specific types of action items.
- JTF_IH_ACTIVITIES: The main transactional table where specific instances of these actions are recorded against actual interactions.
- AML_BUSINESS_EVENT_TYPES_B: Part of the AML (Approval Management) module, indicating that certain business events for approvals can be configured to link to specific Interaction History actions.
This relationship map confirms the table's role as a shared reference for defining action types across setup, transaction processing, and integration points within CRM.
-
Table: JTF_IH_ACTIONS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTIONS_B, object_name:JTF_IH_ACTIONS_B, status:VALID, product: JTF - CRM Foundation , description: An act that can occur upon an Action Item. Examples: Add, Update, Delete, Inquiry. , implementation_dba_data: JTF.JTF_IH_ACTIONS_B ,
-
Table: JTF_IH_ACTIONS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTIONS_B, object_name:JTF_IH_ACTIONS_B, status:VALID, product: JTF - CRM Foundation , description: An act that can occur upon an Action Item. Examples: Add, Update, Delete, Inquiry. , implementation_dba_data: JTF.JTF_IH_ACTIONS_B ,
-
APPS.JTF_IH_ACTIONS_SEED_PKG dependencies on JTF_IH_ACTIONS_B
12.2.2
-
APPS.JTF_IH_ACTIONS_SEED_PVT dependencies on JTF_IH_ACTIONS_B
12.1.1
-
APPS.JTF_IH_PUB dependencies on JTF_IH_ACTIONS_B
12.1.1
-
APPS.JTF_IH_ACTIONS_SEED_PKG dependencies on JTF_IH_ACTIONS_B
12.1.1
-
APPS.JTF_IH_ACTIONS_SEED_PVT dependencies on JTF_IH_ACTIONS_B
12.2.2
-
APPS.JTF_IH_PUB_PS dependencies on JTF_IH_ACTIONS_B
12.1.1
-
APPS.JTF_IH_PUB dependencies on JTF_IH_ACTIONS_B
12.2.2
-
APPS.JTF_IH_PUB_PS dependencies on JTF_IH_ACTIONS_B
12.2.2
-
VIEW: JTF.JTF_IH_ACTIONS_B#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_IH_ACTIONS_B#, status:VALID,
-
View: JTF_IH_ACTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIONS_VL, object_name:JTF_IH_ACTIONS_VL, status:VALID, product: JTF - CRM Foundation , description: Translated view of JTF_IH_ACTIONS_B and JTF_IH_ACTIONS_TL , implementation_dba_data: APPS.JTF_IH_ACTIONS_VL ,
-
View: JTF_IH_ACTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIONS_VL, object_name:JTF_IH_ACTIONS_VL, status:VALID, product: JTF - CRM Foundation , description: Translated view of JTF_IH_ACTIONS_B and JTF_IH_ACTIONS_TL , implementation_dba_data: APPS.JTF_IH_ACTIONS_VL ,
-
TRIGGER: APPS.JTF_IH_ACTIONS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:JTF_IH_ACTIONS_B+, status:VALID,
-
VIEW: JTF.JTF_IH_ACTIONS_B#
12.2.2
-
SYNONYM: APPS.JTF_IH_ACTIONS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_ACTIONS_B, status:VALID,
-
View: JTF_IH_ACTIVE_ACTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVE_ACTIONS_VL, object_name:JTF_IH_ACTIVE_ACTIONS_VL, status:VALID, product: JTF - CRM Foundation , description: Translated all active rows from view of JTF_IH_ACTIONS_B and JTF_IH_ACTIONS_TL , implementation_dba_data: APPS.JTF_IH_ACTIVE_ACTIONS_VL ,
-
VIEW: APPS.JTF_IH_ACTIVE_ACTIONS_VL
12.2.2
-
APPS.JTF_IH_ACTIONS_SEED_PVT SQL Statements
12.2.2
-
APPS.JTF_IH_ACTIONS_SEED_PVT SQL Statements
12.1.1
-
VIEW: APPS.JTF_IH_ACTIVE_ACTIONS_VL
12.1.1
-
SYNONYM: APPS.JTF_IH_ACTIONS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_ACTIONS_B, status:VALID,
-
VIEW: APPS.JTF_IH_ACTIONS_VL
12.1.1
-
VIEW: APPS.JTF_IH_ACTIONS_VL
12.2.2
-
TRIGGER: APPS.JTF_IH_ACTIONS_B+
12.2.2
-
View: JTF_IH_ACTIVE_ACTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVE_ACTIONS_VL, object_name:JTF_IH_ACTIVE_ACTIONS_VL, status:VALID, product: JTF - CRM Foundation , description: Translated all active rows from view of JTF_IH_ACTIONS_B and JTF_IH_ACTIONS_TL , implementation_dba_data: APPS.JTF_IH_ACTIVE_ACTIONS_VL ,
-
APPS.JTF_IH_ACTIONS_SEED_PKG SQL Statements
12.2.2
-
APPS.JTF_IH_ACTIONS_SEED_PKG SQL Statements
12.1.1
-
FUNCTION: APPS.JTF_IH_ACTIONS_B=
12.2.2
-
VIEW: APPS.JTF_IH_ACTIVE_ACTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVE_ACTIONS_VL, object_name:JTF_IH_ACTIVE_ACTIONS_VL, status:VALID,
-
TABLE: JTF.JTF_IH_ACTIONS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTIONS_B, object_name:JTF_IH_ACTIONS_B, status:VALID,
-
VIEW: APPS.JTF_IH_ACTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIONS_VL, object_name:JTF_IH_ACTIONS_VL, status:VALID,
-
Table: JTF_IH_ACTIONS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTIONS_TL, object_name:JTF_IH_ACTIONS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for Actions. , implementation_dba_data: JTF.JTF_IH_ACTIONS_TL ,
-
Table: JTF_IH_ACTIONS_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTIONS_TL, object_name:JTF_IH_ACTIONS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for Actions. , implementation_dba_data: JTF.JTF_IH_ACTIONS_TL ,
-
PACKAGE BODY: APPS.JTF_IH_ACTIONS_SEED_PVT
12.2.2
-
VIEW: APPS.JTF_IH_ACTIVE_ACTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVE_ACTIONS_VL, object_name:JTF_IH_ACTIVE_ACTIONS_VL, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_ACTIONS_SEED_PVT
12.1.1
-
Table: AML_BUSINESS_EVENT_TYPES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AML_BUSINESS_EVENT_TYPES_B, object_name:AML_BUSINESS_EVENT_TYPES_B, status:VALID, product: AMS - Marketing , description: Defines mapping of business event types with actions and action items , implementation_dba_data: AMS.AML_BUSINESS_EVENT_TYPES_B ,
-
Table: AML_BUSINESS_EVENT_TYPES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AML_BUSINESS_EVENT_TYPES_B, object_name:AML_BUSINESS_EVENT_TYPES_B, status:VALID, product: AMS - Marketing , description: Defines mapping of business event types with actions and action items , implementation_dba_data: AMS.AML_BUSINESS_EVENT_TYPES_B ,
-
Table: JTF_IH_ACTION_ACTION_ITEMS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTION_ACTION_ITEMS, object_name:JTF_IH_ACTION_ACTION_ITEMS, status:VALID, product: JTF - CRM Foundation , description: Intersction table for a valid set of Action Items and Actions. , implementation_dba_data: JTF.JTF_IH_ACTION_ACTION_ITEMS ,
-
Table: JTF_IH_ACTION_ACTION_ITEMS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTION_ACTION_ITEMS, object_name:JTF_IH_ACTION_ACTION_ITEMS, status:VALID, product: JTF - CRM Foundation , description: Intersction table for a valid set of Action Items and Actions. , implementation_dba_data: JTF.JTF_IH_ACTION_ACTION_ITEMS ,
-
TABLE: JTF.JTF_IH_ACTIONS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTIONS_B, object_name:JTF_IH_ACTIONS_B, status:VALID,
-
VIEW: APPS.JTF_IH_ACTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIONS_VL, object_name:JTF_IH_ACTIONS_VL, status:VALID,
-
FUNCTION: APPS.JTF_IH_ACTIONS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:JTF_IH_ACTIONS_B=, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_ACTIONS_SEED_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_ACTIONS_SEED_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_ACTIONS_SEED_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_ACTIONS_SEED_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_ACTIONS_SEED_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_ACTIONS_SEED_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_ACTIONS_SEED_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_ACTIONS_SEED_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_PUB_PS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_PUB_PS, status:VALID,
-
Table: JTF_IH_ACTIVITIES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTIVITIES, object_name:JTF_IH_ACTIVITIES, status:VALID, product: JTF - CRM Foundation , description: An act performed by a human or automated agent as part of an Interaction. An Interaction Activity can be related to the handling of the Media Items related to the Interaction (example: answering a call, transferring a call, etc.) . An Int , implementation_dba_data: JTF.JTF_IH_ACTIVITIES ,