Search Results jtf_ih_action_items_b
Overview
The JTF_IH_ACTION_ITEMS_B table is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module. It functions as the master definition table for action items, which are the central entities or objects upon which customer interactions and business processes can be initiated. As indicated by its description, an action item represents a business artifact such as a Service Request, Sales Order, Quote, or communication channel like an Email or Phone Call. This table is foundational to the Interaction History (IH) and related CRM frameworks, providing a normalized reference point for tracking activities and events associated with these key business items across versions 12.1.1 and 12.2.2.
Key Information Stored
The table stores the essential, non-translatable attributes for each defined action item. While the provided metadata does not list specific columns, the structure is typical of a base table in Oracle EBS. The primary column is ACTION_ITEM_ID, which serves as the unique identifier (Primary Key: JTF_IH_ACTION_ITEMS_B_PK) for each action item record. This ID is the critical foreign key referenced throughout dependent schemas. Other columns likely include system control fields such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and ENABLED_FLAG. The table's purpose is to maintain the master list of actionable object types within the CRM ecosystem.
Common Use Cases and Queries
This table is primarily used for setup, reference, and integration purposes. Administrators may query it to audit or maintain the list of available action items in the system. A common technical use case involves joining this table to its child transactional tables to generate reports on activities performed on specific types of items. For instance, to list all activities related to Service Request action items, a query would join JTF_IH_ACTION_ITEMS_B to JTF_IH_ACTIVITIES. The table is also central to the setup of business event types, as indicated by the foreign key relationship from AML_BUSINESS_EVENT_TYPES_B, which was the subject of the user's original search. A typical lookup query would be:
- SELECT action_item_id FROM jtf_ih_action_items_b WHERE [some_identifier_column] = 'SERVICE_REQUEST';
Related Objects
JTF_IH_ACTION_ITEMS_B is a pivotal table with several key dependencies, as outlined in the foreign key metadata. The primary related objects include:
- JTF_IH_ACTION_ITEMS_TL: The corresponding translation table that holds the language-specific names and descriptions for each ACTION_ITEM_ID.
- JTF_IH_ACTIVITIES: A major transactional table that records specific interactions (activities) performed on a given action item.
- AML_BUSINESS_EVENT_TYPES_B: Links business event types to a specific action item, defining what types of business events can be associated with orders, service requests, etc.
- JTF_IH_ACTION_ACTION_ITEMS: Likely a mapping or junction table that associates actions with the items they can be performed upon.
These relationships underscore the table's role as a master catalog that enables the linkage between business events, activities, and the core business objects they affect within Oracle CRM.
-
Table: JTF_IH_ACTION_ITEMS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTION_ITEMS_B, object_name:JTF_IH_ACTION_ITEMS_B, status:VALID, product: JTF - CRM Foundation , description: An item upon which an act can occur. Example: Order, Quote, Service Request, E-Mail, Phone Call. , implementation_dba_data: JTF.JTF_IH_ACTION_ITEMS_B ,
-
Table: JTF_IH_ACTION_ITEMS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTION_ITEMS_B, object_name:JTF_IH_ACTION_ITEMS_B, status:VALID, product: JTF - CRM Foundation , description: An item upon which an act can occur. Example: Order, Quote, Service Request, E-Mail, Phone Call. , implementation_dba_data: JTF.JTF_IH_ACTION_ITEMS_B ,
-
APPS.JTF_IH_ACTION_ITEMS_SEED_PKG dependencies on JTF_IH_ACTION_ITEMS_B
12.2.2
-
APPS.JTF_IH_PUB dependencies on JTF_IH_ACTION_ITEMS_B
12.1.1
-
APPS.JTF_IH_PUB_PS dependencies on JTF_IH_ACTION_ITEMS_B
12.2.2
-
APPS.JTF_IH_ACTION_ITEMS_SEED_PKG dependencies on JTF_IH_ACTION_ITEMS_B
12.1.1
-
APPS.JTF_IH_ACTION_ITEMS_SEED_PVT dependencies on JTF_IH_ACTION_ITEMS_B
12.1.1
-
APPS.JTF_IH_PUB_PS dependencies on JTF_IH_ACTION_ITEMS_B
12.1.1
-
APPS.JTF_IH_ACTION_ITEMS_SEED_PVT dependencies on JTF_IH_ACTION_ITEMS_B
12.2.2
-
APPS.JTF_IH_PUB dependencies on JTF_IH_ACTION_ITEMS_B
12.2.2
-
VIEW: JTF.JTF_IH_ACTION_ITEMS_B#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_IH_ACTION_ITEMS_B#, status:VALID,
-
View: JTF_IH_ACTIVE_ACTION_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVE_ACTION_ITEMS_VL, object_name:JTF_IH_ACTIVE_ACTION_ITEMS_VL, status:VALID, product: JTF - CRM Foundation , description: Translated all active rows from view of JTF_IH_ACTION_ITEMS_B and JTF_IH_ACTION_ITEMS_TL. , implementation_dba_data: APPS.JTF_IH_ACTIVE_ACTION_ITEMS_VL ,
-
View: JTF_IH_ACTION_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTION_ITEMS_VL, object_name:JTF_IH_ACTION_ITEMS_VL, status:VALID, product: JTF - CRM Foundation , description: Translated view of JTF_IH_ACTION_ITEMS_B and JTF_IH_ACTION_ITEMS_TL. , implementation_dba_data: APPS.JTF_IH_ACTION_ITEMS_VL ,
-
SYNONYM: APPS.JTF_IH_ACTION_ITEMS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_ACTION_ITEMS_B, status:VALID,
-
TRIGGER: APPS.JTF_IH_ACTION_ITEMS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:JTF_IH_ACTION_ITEMS_B+, status:VALID,
-
SYNONYM: APPS.JTF_IH_ACTION_ITEMS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_ACTION_ITEMS_B, status:VALID,
-
View: JTF_IH_ACTIVE_ACTION_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVE_ACTION_ITEMS_VL, object_name:JTF_IH_ACTIVE_ACTION_ITEMS_VL, status:VALID, product: JTF - CRM Foundation , description: Translated all active rows from view of JTF_IH_ACTION_ITEMS_B and JTF_IH_ACTION_ITEMS_TL. , implementation_dba_data: APPS.JTF_IH_ACTIVE_ACTION_ITEMS_VL ,
-
APPS.JTF_IH_ACTION_ITEMS_SEED_PVT SQL Statements
12.1.1
-
VIEW: APPS.JTF_IH_ACTIVE_ACTION_ITEMS_VL
12.1.1
-
View: JTF_IH_ACTION_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTION_ITEMS_VL, object_name:JTF_IH_ACTION_ITEMS_VL, status:VALID, product: JTF - CRM Foundation , description: Translated view of JTF_IH_ACTION_ITEMS_B and JTF_IH_ACTION_ITEMS_TL. , implementation_dba_data: APPS.JTF_IH_ACTION_ITEMS_VL ,
-
APPS.JTF_IH_ACTION_ITEMS_SEED_PVT SQL Statements
12.2.2
-
VIEW: APPS.JTF_IH_ACTION_ITEMS_VL
12.1.1
-
VIEW: APPS.JTF_IH_ACTION_ITEMS_VL
12.2.2
-
VIEW: APPS.JTF_IH_ACTIVE_ACTION_ITEMS_VL
12.2.2
-
VIEW: JTF.JTF_IH_ACTION_ITEMS_B#
12.2.2
-
TRIGGER: APPS.JTF_IH_ACTION_ITEMS_B+
12.2.2
-
APPS.JTF_IH_ACTION_ITEMS_SEED_PKG SQL Statements
12.2.2
-
APPS.JTF_IH_ACTION_ITEMS_SEED_PKG SQL Statements
12.1.1
-
FUNCTION: APPS.JTF_IH_ACTION_ITEMS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:JTF_IH_ACTION_ITEMS_B=, status:VALID,
-
FUNCTION: APPS.JTF_IH_ACTION_ITEMS_B=
12.2.2
-
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 ,
-
VIEW: APPS.JTF_IH_ACTIVE_ACTION_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVE_ACTION_ITEMS_VL, object_name:JTF_IH_ACTIVE_ACTION_ITEMS_VL, status:VALID,
-
VIEW: APPS.JTF_IH_ACTION_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTION_ITEMS_VL, object_name:JTF_IH_ACTION_ITEMS_VL, status:VALID,
-
TABLE: JTF.JTF_IH_ACTION_ITEMS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTION_ITEMS_B, object_name:JTF_IH_ACTION_ITEMS_B, status:VALID,
-
VIEW: APPS.JTF_IH_ACTIVE_ACTION_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVE_ACTION_ITEMS_VL, object_name:JTF_IH_ACTIVE_ACTION_ITEMS_VL, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_ACTION_ITEMS_SEED_PVT
12.1.1
-
Table: JTF_IH_ACTION_ITEMS_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTION_ITEMS_TL, object_name:JTF_IH_ACTION_ITEMS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for Action Items. , implementation_dba_data: JTF.JTF_IH_ACTION_ITEMS_TL ,
-
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 ,
-
VIEW: APPS.JTF_IH_ACTION_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTION_ITEMS_VL, object_name:JTF_IH_ACTION_ITEMS_VL, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_ACTION_ITEMS_SEED_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_ACTION_ITEMS_SEED_PKG, status:VALID,
-
Table: JTF_IH_ACTION_ITEMS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTION_ITEMS_TL, object_name:JTF_IH_ACTION_ITEMS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for Action Items. , implementation_dba_data: JTF.JTF_IH_ACTION_ITEMS_TL ,
-
TABLE: JTF.JTF_IH_ACTION_ITEMS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTION_ITEMS_B, object_name:JTF_IH_ACTION_ITEMS_B, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_ACTION_ITEMS_SEED_PVT
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.JTF_IH_ACTION_ITEMS_SEED_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_ACTION_ITEMS_SEED_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_ACTION_ITEMS_SEED_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_ACTION_ITEMS_SEED_PKG, 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 ,
-
PACKAGE BODY: APPS.JTF_IH_ACTION_ITEMS_SEED_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_ACTION_ITEMS_SEED_PVT, 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,