Search Results jtf_fm_processed
Overview
The JTF.JTF_FM_PROCESSED table is a CRM Foundation (JTF) object within Oracle E-Business Suite 12.1.1 and 12.2.2. Per the ETRM documentation, it stores information for all requests that have been processed, functioning as a persistent record of completed processing activity within the JTF Foundation processing framework. The table is owned by the JTF schema and is marked VALID in the documented instances. It is physically wide, carrying 116 documented columns, the majority of which are generic COL1 through COL100 placeholders used to absorb varying payload shapes across processing request types.
Under the heuristic Data Vault classification mined from the foreign key structure, this object is assessed as standalone, indicating it does not serve as a classic hub, link, or satellite in a normalized integration model. It is better understood as a denormalized audit/outcome store keyed by a composite business key, with a single outbound reference to the partition layer.
Key Information Stored
The primary key is the composite constraint JFUFPD_PK, defined over REQUEST_ID and JOB. Together these two columns form the business key identifying a single processed request instance for a given job. The documented unique index SYS_IL0000243055C00009$$ is a system-managed LOB index and does not itself constitute a business-key candidate.
- REQUEST_ID and JOB — the composite business key and primary key columns.
- PARTY_ID and PARTY_NAME — identify the party associated with the processed request.
- EMAIL_ADDRESS, FAX_ADDRESS, PRINT_ADDRESS — contact destination attributes captured at processing time.
- OUTCOME_CODE — the result status of the processing activity.
- EMAIL_STATUS — delivery state for the email channel.
- MERGE_XML — the document merge payload, stored as a large object (associated with the system LOB index).
- PARTITION_ID — foreign key into JTF_FM_PARTITION_X_REQUEST, the only documented outbound reference.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit columns.
- COL1 through COL100 — generic extension slots populated according to request type.
Common Use Cases and Queries
Typical usage centers on audit and reconciliation of completed processing runs, delivery status reporting, and troubleshooting failed or misrouted communications.
- Retrieve the outcome of a specific request:
SELECT REQUEST_ID, JOB, OUTCOME_CODE, EMAIL_STATUS FROM JTF.JTF_FM_PROCESSED WHERE REQUEST_ID = :request_id; - Report processed volume by job over a period using CREATION_DATE.
- Join to the partition layer for correlation:
SELECT p.*, r.* FROM JTF.JTF_FM_PROCESSED p JOIN JTF.JTF_FM_PARTITION_X_REQUEST r ON p.PARTITION_ID = r.PARTITION_ID; - Analyze email dispatch quality via EMAIL_STATUS and OUTCOME_CODE groupings.
- Extract MERGE_XML for document regeneration or content audits, taking care with LOB reads.
Related Objects
The documented relationship data identifies JTF_FM_PARTITION_X_REQUEST as the referenced table, joined on PARTITION_ID. Related objects in the same framework include the partition definitions and request queue infrastructure that feed processed records, the FND concurrent request tables that supply REQUEST_ID context, and the JTF party and contact tables underlying PARTY_ID, PARTY_NAME, and the address columns. Development and reporting should also account for the large object storage implied by MERGE_XML and the standard WHO audit columns when designing extracts.
-
Table: JTF_FM_PROCESSED
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_FM_PROCESSED, object_name:JTF_FM_PROCESSED, status:VALID, product: JTF - CRM Foundation , description: Table that stores information all the requests that have been processed , implementation_dba_data: JTF.JTF_FM_PROCESSED ,
-
Table: JTF_FM_PROCESSED
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_FM_PROCESSED, object_name:JTF_FM_PROCESSED, status:VALID, product: JTF - CRM Foundation , description: Table that stores information all the requests that have been processed , implementation_dba_data: JTF.JTF_FM_PROCESSED ,
-
APPS.JTF_FM_TRACK_PVT SQL Statements
12.2.2
-
APPS.JTF_FM_TRACK_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JTF_FM_TRACK_PVT
12.2.2
-
VIEW: APPS.JTF_FM_PROCESSED_V
12.1.1
-
PACKAGE BODY: APPS.JTF_FM_TRACK_PVT
12.1.1
-
VIEW: APPS.JTF_FM_FAILURES_V
12.2.2
-
View: JTF_FM_PROCESSED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_PROCESSED_V, object_name:JTF_FM_PROCESSED_V, status:VALID, product: JTF - CRM Foundation , description: View on table JTF_FM_PROCESSED , implementation_dba_data: APPS.JTF_FM_PROCESSED_V ,
-
View: JTF_FM_PROCESSED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_PROCESSED_V, object_name:JTF_FM_PROCESSED_V, status:VALID, product: JTF - CRM Foundation , description: View on table JTF_FM_PROCESSED , implementation_dba_data: APPS.JTF_FM_PROCESSED_V ,
-
View: JTF_FM_FAILURES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_FAILURES_V, object_name:JTF_FM_FAILURES_V, status:VALID, product: JTF - CRM Foundation , description: View on JTF_FM_CONTENT_FAILURES and JTF_FM_PROCESSED table to provide information on a given request for a given party_id , implementation_dba_data: APPS.JTF_FM_FAILURES_V ,
-
SYNONYM: APPS.JTF_FM_PROCESSED
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_FM_PROCESSED, status:VALID,
-
View: JTF_FM_FAILURES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_FAILURES_V, object_name:JTF_FM_FAILURES_V, status:VALID, product: JTF - CRM Foundation , description: View on JTF_FM_CONTENT_FAILURES and JTF_FM_PROCESSED table to provide information on a given request for a given party_id , implementation_dba_data: APPS.JTF_FM_FAILURES_V ,
-
VIEW: APPS.JTF_FM_FAILURES_V
12.1.1
-
VIEW: APPS.JTF_FM_PROCESSED_V
12.2.2
-
SYNONYM: APPS.JTF_FM_PROCESSED
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_FM_PROCESSED, status:VALID,
-
VIEW: APPS.JTF_FM_CONTENT_HISTORY_V
12.1.1
-
VIEW: APPS.JTF_FM_CONTENT_HISTORY_V
12.2.2
-
VIEW: JTF.JTF_FM_PROCESSED#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_FM_PROCESSED#, status:VALID,
-
APPS.JTF_FM_HISTORY_UTIL_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JTF_FM_TRACK_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_TRACK_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_FM_PARTY_MERGE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_PARTY_MERGE_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_FM_TRACK_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_TRACK_PVT, status:VALID,
-
APPS.JTF_FM_HISTORY_UTIL_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JTF_FM_PARTY_MERGE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_PARTY_MERGE_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_FM_IH_LOGGER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_IH_LOGGER_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_FM_IH_LOGGER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_IH_LOGGER_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_FM_HISTORY_UTIL_PVT
12.1.1
-
APPS.JTF_FM_PARTY_MERGE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JTF_FM_HISTORY_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_HISTORY_UTIL_PVT, status:VALID,
-
APPS.JTF_FM_PARTY_MERGE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JTF_FM_HISTORY_UTIL_PVT
12.2.2
-
PACKAGE BODY: APPS.JTF_FM_INT_REQUEST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_INT_REQUEST_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_FM_HISTORY_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_HISTORY_UTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_FM_INT_REQUEST_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_INT_REQUEST_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_FM_REQUEST_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_REQUEST_GRP, status:VALID,
-
PACKAGE BODY: APPS.JTF_FM_REQUEST_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_FM_REQUEST_GRP, status:VALID,
-
VIEW: APPS.JTF_FM_PROCESSED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_PROCESSED_V, object_name:JTF_FM_PROCESSED_V, status:VALID,
-
View: JTF_FM_CONTENT_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_CONTENT_HISTORY_V, object_name:JTF_FM_CONTENT_HISTORY_V, status:VALID, product: JTF - CRM Foundation , description: View referring to the JTF_FM_CONTENT_HISTORY table , implementation_dba_data: APPS.JTF_FM_CONTENT_HISTORY_V ,
-
View: JTF_FM_CONTENT_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_CONTENT_HISTORY_V, object_name:JTF_FM_CONTENT_HISTORY_V, status:VALID, product: JTF - CRM Foundation , description: View referring to the JTF_FM_CONTENT_HISTORY table , implementation_dba_data: APPS.JTF_FM_CONTENT_HISTORY_V ,
-
VIEW: APPS.JTF_FM_PROCESSED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_PROCESSED_V, object_name:JTF_FM_PROCESSED_V, status:VALID,
-
VIEW: APPS.JTF_FM_FAILURES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_FAILURES_V, object_name:JTF_FM_FAILURES_V, status:VALID,
-
VIEW: JTF.JTF_FM_PROCESSED#
12.2.2
-
VIEW: APPS.JTF_FM_FAILURES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_FAILURES_V, object_name:JTF_FM_FAILURES_V, status:VALID,
-
APPS.JTF_FM_IH_LOGGER_PVT SQL Statements
12.2.2
-
APPS.JTF_FM_IH_LOGGER_PVT SQL Statements
12.1.1
-
VIEW: APPS.JTF_FM_CONTENT_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_CONTENT_HISTORY_V, object_name:JTF_FM_CONTENT_HISTORY_V, status:VALID,
-
VIEW: APPS.JTF_FM_CONTENT_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_CONTENT_HISTORY_V, object_name:JTF_FM_CONTENT_HISTORY_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JTF_FM_PARTY_MERGE_PKG
12.1.1