Search Results jtf_ih_interactions_stg
Overview
The JTF.JTF_IH_INTERACTIONS_STG table is a staging table within the JTF (CRM Foundation) product family in Oracle E-Business Suite 12.1.1 and 12.2.2. It records the contact point between a customer, customer system, or potential customer and a single human or automated agent, referred to as a Handler and Handler Resource. An interaction may be timed and carries an outcome and a result that can be tracked, and multiple activities may be associated with a single interaction. The table serves as the landing and intermediate structure through which interaction data flows before consolidation into the operational Interaction History model, supporting the CRM Foundation's telephony, telesales, and interaction-management capabilities.
From a Data Vault modeling perspective, the metadata heuristic classifies this object as satellite-leaning. Its dependency structure—anchored on a single primary key with descriptive attributes, script references, party references, and security-group references—suggests a satellite entity attached to an interaction hub key rather than a pure transactional hub or an associative link. This classification should be treated as a modeling suggestion rather than a certified Data Vault assignment.
Key Information Stored
The table is documented with 67 columns under the JTF schema. The most significant of these are summarized below.
- INTERACTION_ID — the surrogate primary key, enforced by the constraint JTF_IH_INTERACTIONS_STG_PK. It uniquely identifies each staged interaction record.
- SESSION_NO and SESSION_DATE — the session number and date associated with the interaction.
- START_DATE_TIME and END_DATE_TIME — the timestamps delimiting the interaction.
- DURATION — the total elapsed duration of the interaction, complemented by the timing breakdown columns NON_PRODUCTIVE_TIME_AMOUNT, PREVIEW_TIME_AMOUNT, PRODUCTIVE_TIME_AMOUNT, WRAP_UP_TIME_AMOUNT, and INTER_INTERACTION_DURATION.
- HANDLER_ID and RESOURCE_ID — the human or automated agent and the associated resource handling the interaction.
- PARTY_ID, CONTACT_PARTY_ID, CONTACT_REL_PARTY_ID, PRIMARY_PARTY_ID — party identifiers linking the interaction to customers, contacts, and related parties in HZ_PARTIES.
- SCRIPT_ID — reference to the script driving the interaction, pointing to JTF_IH_SCRIPTS.
- OUTCOME_ID, RESULT_ID, REASON_ID — identifiers describing the disposition and result of the interaction.
- METHOD_CODE, SOURCE_CODE, SOURCE_CODE_ID, TOUCHPOINT1_TYPE, TOUCHPOINT2_TYPE — channel, source, and touchpoint classification attributes.
- STATUS_FL, ACTIVE, PUBLIC_FLAG — status and visibility flags controlling record state and access.
- SECURITY_GROUP_ID — the security grouping controlling row-level access, referencing FND_SECURITY_GROUPS.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 — the standard Oracle EBS descriptive flexfield columns for extensible business attributes.
- ORIG_SYSTEM_REFERENCE, ORIG_SYSTEM_REFERENCE_ID, UPG_ORIG_SYSTEM_REF, UPG_ORIG_SYSTEM_REF_ID, UPGRADED_STATUS_FLAG — external-system and upgrade provenance columns used during data migration and reconciliation.
- PROGRAM_ID, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_UPDATE_DATE — concurrent program audit columns identifying the process that staged the row.
The primary key is purely surrogate; no documented unique business-key index is asserted in the supplied metadata, so PARTY_ID and SESSION_NO serve as candidate business identifiers for reconciliation rather than enforced uniqueness constraints.
Common Use Cases and Queries
Typical uses include validating staged interaction loads, reconciling interaction history against source telephony systems, and reporting agent productivity and interaction outcomes.
- Locate the staged interaction for a given party:
SELECT INTERACTION_ID, SESSION_NO, START_DATE_TIME, OUTCOME_ID FROM JTF.JTF_IH_INTERACTIONS_STG WHERE PARTY_ID = :party_id; - Measure productive versus non-productive time by handler: aggregate DURATION, PRODUCTIVE_TIME_AMOUNT, and NON_PRODUCTIVE_TIME_AMOUNT grouped by HANDLER_ID.
- Identify records pending upgrade or originating from external systems: filter on UPGRADED_STATUS_FLAG or ORIG_SYSTEM_REFERENCE.
- Join to JTF_IH_ACTIVITIES_STG on INTERACTION_ID to trace the activities within a staged interaction.
- Invoke the processing concurrent program via PROGRAM_ID, REQUEST_ID, and PROGRAM_UPDATE_DATE for load-audit reporting.
Related Objects
- JTF_IH_ACTIVITIES_STG — references this table through JTF_IH_ACTIVITIES_STG.INTERACTION_ID; the principal child table of staged interactions.
- HZ_PARTIES — referenced by JTF_IH_INTERACTIONS_STG.PARTY_ID; supplies customer and contact party data.
- JTF_IH_SCRIPTS — referenced by SCRIPT_ID; defines the script applied to the interaction.
- FND_SECURITY_GROUPS — referenced by SECURITY_GROUP_ID; governs security grouping for row access.
- JTF_IH_INTERACTIONS_STG_PK — the primary key constraint enforcing uniqueness of INTERACTION_ID.
Together these relationships confirm the staging table's role as a satellite structure anchored on the interaction key and integrated with the CRM Foundation's interaction, party, script, and security models.
-
Table: JTF_IH_INTERACTIONS_STG
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS_STG, object_name:JTF_IH_INTERACTIONS_STG, status:VALID, product: JTF - CRM Foundation , description: A contact point between a customer, customer system or potential customer and a single human or automated agent (Handler and Handler Resource). An Interaction can be timed and has an outcome and result that can be tracked. Multiple Intera , implementation_dba_data: JTF.JTF_IH_INTERACTIONS_STG ,
-
Table: JTF_IH_INTERACTIONS_STG
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS_STG, object_name:JTF_IH_INTERACTIONS_STG, status:VALID, product: JTF - CRM Foundation , description: A contact point between a customer, customer system or potential customer and a single human or automated agent (Handler and Handler Resource). An Interaction can be timed and has an outcome and result that can be tracked. Multiple Intera , implementation_dba_data: JTF.JTF_IH_INTERACTIONS_STG ,
-
SYNONYM: APPS.JTF_IH_INTERACTIONS_STG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_INTERACTIONS_STG, status:VALID,
-
SYNONYM: APPS.JTF_IH_INTERACTIONS_STG
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_INTERACTIONS_STG, status:VALID,
-
APPS.JTF_IH_IMPORT SQL Statements
12.1.1
-
APPS.JTF_IH_IMPORT SQL Statements
12.2.2
-
VIEW: JTF.JTF_IH_INTERACTIONS_STG#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_IH_INTERACTIONS_STG#, status:VALID,
-
Table: JTF_IH_ACTIVITIES_STG
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTIVITIES_STG, object_name:JTF_IH_ACTIVITIES_STG, 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_STG ,
-
VIEW: JTF.JTF_IH_INTERACTIONS_STG#
12.2.2
-
Table: JTF_IH_ACTIVITIES_STG
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_ACTIVITIES_STG, object_name:JTF_IH_ACTIVITIES_STG, 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_STG ,
-
PACKAGE BODY: APPS.JTF_IH_IMPORT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_IMPORT, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_IMPORT, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_IMPORT
12.2.2
-
PACKAGE BODY: APPS.JTF_IH_IMPORT
12.1.1
-
TABLE: JTF.JTF_IH_INTERACTIONS_STG
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS_STG, object_name:JTF_IH_INTERACTIONS_STG, status:VALID,
-
TABLE: JTF.JTF_IH_INTERACTIONS_STG
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS_STG, object_name:JTF_IH_INTERACTIONS_STG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_INTERACTIONS_STG
12.2.2
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_INTERACTIONS_STG
12.1.1
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_ACTIVITIES_STG
12.1.1
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_ACTIVITIES_STG
12.2.2
-
APPS.JTF_IH_IMPORT dependencies on FND_MSG_PUB
12.1.1
-
APPS.JTF_IH_IMPORT dependencies on FND_MSG_PUB
12.2.2
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_MEDIA_ITEMS_STG
12.1.1
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_MEDIA_ITEMS_STG
12.2.2
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_IMPORT
12.2.2
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_IMPORT
12.1.1
-
APPS.JTF_IH_IMPORT dependencies on FND_MESSAGE
12.1.1
-
APPS.JTF_IH_IMPORT dependencies on FND_MESSAGE
12.2.2
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,