Search Results jtf_ih_interactions_stg_log
Overview
The JTF.JTF_IH_INTERACTIONS_STG_LOG table is a CRM Foundation (JTF) staging and logging table that supports the Oracle Interaction History (IH) subsystem within Oracle E-Business Suite 12.1.1 and 12.2.2. Conceptually, an interaction represents a contact point between a customer, customer system, or potential customer and a single human or automated agent — the Handler and Handler Resource. Interactions are timed, carry an outcome and result that can be tracked, and may span multiple interaction records. The staging log preserves this interaction data before, during, or after its consolidation into the primary interaction history tables, and it also captures processing status and error information for bulk or asynchronous loads.
The table resides in the JTF schema and is documented as VALID, with 68 columns in the 12.2.2 physical schema. Its primary key is JTF_IH_INTERACTIONS_STG_LOG_PK, defined over the composite of INTERACTION_ID and SESSION_NO. Under a heuristic Data Vault classification mined from the foreign key structure, this object is satellite-leaning: it is keyed to a parent interaction identity and carries descriptive, stateful, and audit attributes rather than acting as a standalone hub or a pure link.
Key Information Stored
The table stores a mix of interaction business attributes, staging control fields, and standard EBS audit columns. The most significant columns are:
- INTERACTION_ID and SESSION_NO — the composite primary key. INTERACTION_ID identifies the interaction, while SESSION_NO distinguishes sessions logged against it. Together they are the surrogate/unique key documented by JTF_IH_INTERACTIONS_STG_LOG_PK.
- SESSION_DATE, START_DATE_TIME, and END_DATE_TIME — the temporal frame of the interaction or staging session.
- STATUS_FL and ERROR_MESSAGE — staging outcome indicators, capturing whether a record processed successfully and, if not, the failure reason. These are the diagnostic heart of the log.
- PARTY_ID, CONTACT_PARTY_ID, CONTACT_REL_PARTY_ID, and PRIMARY_PARTY_ID — party and contact references, linking the interaction to HZ_PARTIES and related party roles.
- HANDLER_ID and RESOURCE_ID — the agent (Handler) and Handler Resource associated with the interaction.
- SCRIPT_ID — the script used, referencing JTF_IH_SCRIPTS.
- OUTCOME_ID, RESULT_ID, and REASON_ID — classification of the interaction result.
- ORG_ID and SECURITY_GROUP_ID — multi-org and security-group partitioning; SECURITY_GROUP_ID references FND_SECURITY_GROUPS.
- PROGRAM_ID, REQUEST_ID, and PROGRAM_UPDATE_DATE — concurrent program context for the load.
- OBJECT_VERSION_NUMBER plus the standard WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) — audit and optimistic locking.
Common Use Cases and Queries
Typical use cases center on monitoring staging loads, diagnosing failures, and auditing interaction activity. A common pattern checks for unprocessed or failed rows:
- Failure triage:
SELECT INTERACTION_ID, SESSION_NO, STATUS_FL, ERROR_MESSAGE FROM JTF.JTF_IH_INTERACTIONS_STG_LOG WHERE STATUS_FL IS NULL OR STATUS_FL = 'E'; - Concurrent program reconciliation: Filter by REQUEST_ID and PROGRAM_ID to reconcile a specific load run and report row counts and error volume.
- Party activity reporting: Join PARTY_ID to HZ_PARTIES to summarize staged interactions per customer or contact over SESSION_DATE ranges.
- Handler/agent productivity: Aggregate on HANDLER_ID and RESOURCE_ID, using DURATION and the productive/non-productive time columns for interval analysis.
- Security-scoped extraction: Restrict by ORG_ID or SECURITY_GROUP_ID to honor multi-org and data security boundaries in custom reports.
Because this is a log/staging object, queries are generally read-only and should be bounded by date or request to avoid full scans on a potentially large table.
Related Objects
Documented relationships anchor this table to several CRM Foundation and Trading Community objects:
- HZ_PARTIES — joined via JTF_IH_INTERACTIONS_STG_LOG.PARTY_ID to resolve customer and contact identities.
- JTF_IH_SCRIPTS — joined via SCRIPT_ID to identify the interaction script used.
- FND_SECURITY_GROUPS — joined via SECURITY_GROUP_ID for security-group resolution.
- JTF_IH_INTERACTIONS — the primary interaction history table, related through INTERACTION_ID as the parent interaction identity and consolidation target.
- FND_CONCURRENT_REQUESTS — related through REQUEST_ID and PROGRAM_ID for load-run context.
- HZ_CUST_ACCOUNTS and FND_USER — commonly joined for account context and handler/agent identity in reporting, though not enumerated as formal foreign keys in the documented metadata.
Together these relationships position JTF_IH_INTERACTIONS_STG_LOG as the auditable staging counterpart to the live interaction history model in Oracle CRM Foundation.
-
Table: JTF_IH_INTERACTIONS_STG_LOG
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS_STG_LOG, object_name:JTF_IH_INTERACTIONS_STG_LOG, 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_LOG ,
-
Table: JTF_IH_INTERACTIONS_STG_LOG
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS_STG_LOG, object_name:JTF_IH_INTERACTIONS_STG_LOG, 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_LOG ,
-
SYNONYM: APPS.JTF_IH_INTERACTIONS_STG_LOG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_INTERACTIONS_STG_LOG, status:VALID,
-
SYNONYM: APPS.JTF_IH_INTERACTIONS_STG_LOG
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_INTERACTIONS_STG_LOG, status:VALID,
-
VIEW: JTF.JTF_IH_INTERACTIONS_STG_LOG#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_IH_INTERACTIONS_STG_LOG#, status:VALID,
-
PACKAGE BODY: APPS.JTF_IH_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_IMPORT, status:VALID,
-
VIEW: JTF.JTF_IH_INTERACTIONS_STG_LOG#
12.2.2
-
PACKAGE BODY: APPS.JTF_IH_IMPORT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_IH_IMPORT, status:VALID,
-
TABLE: JTF.JTF_IH_INTERACTIONS_STG_LOG
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS_STG_LOG, object_name:JTF_IH_INTERACTIONS_STG_LOG, status:VALID,
-
TABLE: JTF.JTF_IH_INTERACTIONS_STG_LOG
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS_STG_LOG, object_name:JTF_IH_INTERACTIONS_STG_LOG, 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 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.JTF_IH_IMPORT SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.JTF_IH_IMPORT SQL Statements
12.2.2
-
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_LOG
12.2.2
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_INTERACTIONS_STG_LOG
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 ,
-
PACKAGE BODY: APPS.JTF_IH_IMPORT
12.2.2
-
PACKAGE BODY: APPS.JTF_IH_IMPORT
12.1.1
-
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_LOG
12.1.1
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_INTERACTIONS_STG
12.1.1
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_INTERACTIONS_STG
12.2.2
-
APPS.JTF_IH_IMPORT dependencies on JTF_IH_ACTIVITIES_STG_LOG
12.2.2
-
APPS.JTF_IH_IMPORT dependencies on FND_FILE
12.2.2
-
APPS.JTF_IH_IMPORT dependencies on FND_FILE
12.1.1
-
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_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 ,