Search Results jtf_ih_activities_v
Overview
JTF_IH_ACTIVITIES_V is an APPS-owned database view within the JTF – CRM Foundation product family. It is documented with a VALID status in Oracle E-Business Suite 12.1.1 and 12.2.2 and is registered in the E-Business Suite Tables and Views Repository (ETRM). The view presents interaction activity records sourced from the JTF_IH_ACTIVITIES table, joined with translated action item descriptions drawn from JTF_IH_ACTION_ITEMS_TL. Its stated purpose is to support report generation over interaction activity data, making it a convenient read-only interface for extracting CRM interaction history without exposing consumers to the underlying join logic or the multi-language translation table.
The column DOC_SOURCE_OBJECT_NAME is one of the fields exposed directly from the base activity table and is frequently referenced when correlating interaction activities back to the source object that generated them.
Underlying Base Objects
The view is defined over two documented base objects, each referenced through a synonym in the APPS schema:
- JTF_IH_ACTIVITIES — the primary table holding interaction activity rows. Every column in the view except ACTION_ITEM originates from this table, aliased as ACT.
- JTF_IH_ACTION_ITEMS_TL — the translation table for action items, aliased as ITM. It is joined on ACTION_ITEM_ID and filtered by
ITM.LANGUAGE = USERENV('LANG'), ensuring that the action item text is returned in the session's current language.
The ROW_ID column is supplied as ACT.ROWID, providing a pseudo-column identifier that allows consumers to locate the underlying activity row when the view is used in certain update or correlation scenarios. Because the join is driven by ACTION_ITEM_ID and constrained by language, the view is effectively an inner join over the action item translation, so an activity is returned only when a matching translated action item exists for the current language.
Key Columns
- ROW_ID — the ROWID of the underlying JTF_IH_ACTIVITIES row.
- DOC_SOURCE_OBJECT_NAME — identifies the source object associated with the activity, used for traceability back to the originating business document.
- ACTIVITY_ID — the primary key of the interaction activity record.
- OBJECT_VERSION_NUMBER — used for optimistic locking and change detection.
- CUST_ACCOUNT_ID, CUST_ORG_ID — customer account and operating unit context for the activity.
- INTERACTION_ID — links the activity to its parent interaction.
- ACTION_ITEM_ID, ACTION_ITEM — the action item identifier and its translated description derived from the TL table.
- OBJECT_ID, OBJECT_TYPE — generic reference to the associated business object and its type.
- SOURCE_CODE_ID, SOURCE_CODE — the source classification of the activity.
- DOC_ID, DOC_REF — document identifier and reference.
- RESULT_ID, REASON_ID, MEDIA_ID, OUTCOME_ID, TASK_ID, ACTION_ID — lookup and reference columns describing the result, reason, media, outcome, task, and action.
- DURATION, START_DATE_TIME, END_DATE_TIME — timing attributes of the activity.
- ROLE, INTERACTION_ACTION_TYPE, ACTIVE, SCRIPT_TRANS_ID — role, activity type, active flag, and script transaction linkage.
Standard audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) are also exposed.
Common Use Cases and Queries
The view is typically used to report on interaction activity volumes, outcomes, and durations, and to correlate activities with their originating source objects. A representative query filters by customer account and date range:
SELECT activity_id, doc_source_object_name, action_item, start_date_time, duration FROM jtf_ih_activities_v WHERE cust_account_id = :acct AND start_date_time >= :from_date;- Reporting on activities by source:
SELECT doc_source_object_name, COUNT(*) FROM jtf_ih_activities_v GROUP BY doc_source_object_name; - Joining to other interaction views on INTERACTION_ID to build interaction history extracts.
Because the ACTION_ITEM text is resolved per session language, reports render action item descriptions correctly for the running user's locale. All access is read-only, and the view should be treated as a reporting and integration interface rather than a transaction entry point.
-
View: JTF_IH_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVITIES_V, object_name:JTF_IH_ACTIVITIES_V, status:VALID, product: JTF - CRM Foundation , description: Used for generating reports for records in table JTF_IH_ACTIVITIES. , implementation_dba_data: APPS.JTF_IH_ACTIVITIES_V ,
-
View: JTF_IH_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVITIES_V, object_name:JTF_IH_ACTIVITIES_V, status:VALID, product: JTF - CRM Foundation , description: Used for generating reports for records in table JTF_IH_ACTIVITIES. , implementation_dba_data: APPS.JTF_IH_ACTIVITIES_V ,
-
VIEW: APPS.CS_SR_FULFIL_STATUS_V
12.2.2
-
VIEW: APPS.CS_SR_FULFIL_STATUS_V
12.1.1
-
SYNONYM: APPS.JTF_IH_ACTION_ITEMS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_ACTION_ITEMS_TL, status:VALID,
-
View: CS_SR_FULFIL_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_FULFIL_STATUS_V, object_name:CS_SR_FULFIL_STATUS_V, status:VALID, product: CS - Service , description: For a particular Source Object and Source Object Id, this View is used to retrieve the status of a submitted fulfillment request. , implementation_dba_data: APPS.CS_SR_FULFIL_STATUS_V ,
-
SYNONYM: APPS.JTF_IH_ACTION_ITEMS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_ACTION_ITEMS_TL, status:VALID,
-
View: CS_SR_FULFIL_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_FULFIL_STATUS_V, object_name:CS_SR_FULFIL_STATUS_V, status:VALID, product: CS - Service , description: For a particular Source Object and Source Object Id, this View is used to retrieve the status of a submitted fulfillment request. , implementation_dba_data: APPS.CS_SR_FULFIL_STATUS_V ,
-
SYNONYM: APPS.JTF_IH_ACTIVITIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_ACTIVITIES, status:VALID,
-
SYNONYM: APPS.JTF_IH_ACTIVITIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_IH_ACTIVITIES, status:VALID,
-
VIEW: APPS.CS_SR_FULFIL_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_FULFIL_STATUS_V, object_name:CS_SR_FULFIL_STATUS_V, status:VALID,
-
VIEW: APPS.CS_SR_FULFIL_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_FULFIL_STATUS_V, object_name:CS_SR_FULFIL_STATUS_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.JTF_IH_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVITIES_V, object_name:JTF_IH_ACTIVITIES_V, status:VALID,
-
VIEW: APPS.JTF_IH_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVITIES_V, object_name:JTF_IH_ACTIVITIES_V, status:VALID,
-
eTRM - CS Tables and Views
12.2.2
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
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 ,
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
eTRM - CS Tables and Views
12.2.2
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,