Search Results jtf_rs_salesreps_int
Overview
JTF_RS_SALESREPS_INT is an interface (staging) table owned by the JTF schema within the CRM Foundation product family of Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to hold inbound sales representative records prior to validation and transfer into the production JTF_RS_SALESREPS table. The table therefore acts as a controlled landing zone for bulk data conversions, third-party integrations, and legacy migrations involving salesperson definitions, sales credit assignments, and associated general ledger and tax attributes.
The ETRM metadata classifies the object status as VALID and documents 23 columns. From a heuristic Data Vault perspective, the table is mined as standalone, with no downstream foreign-key dependencies recorded against it. In Data Vault modeling terms, this suggests the interface table functions more like a staging structure feeding a satellite or hub load rather than a persistent hub or link itself; it is transient by design and is typically purged after successful processing.
Key Information Stored
The primary surrogate key is INTERFACE_ID, which is enforced by the unique index JTF_RS_SALESREPS_INT_U1 and serves as the sole documented business-key candidate. The most significant columns include:
- SALESREP_GUID — globally unique identifier supporting cross-system reconciliation.
- BATCH_ID — groups records into logical load runs for parallel or restartable processing.
- OPERATION and OPERATION_STATUS — indicate the intended DML action (typically CREATE or UPDATE) and the current processing outcome.
- OPERATION_MESSAGE, OPERATION_CREATION_DATE, OPERATION_PROCESS_DATE — capture error text and audit timestamps for troubleshooting failed rows.
- SALESREP_ID and RESOURCE_ID — carry the target identifiers so the concurrent program can link to the resource model.
- SALES_CREDIT_TYPE_ID — references SO_SALES_CREDIT_TYPES_115, governing how the salesperson is credited.
- STATUS, START_DATE_ACTIVE, END_DATE_ACTIVE — define the active window of the salesperson assignment.
- SALESREP_NUMBER — the human-readable business identifier.
- ORG_ID and SET_OF_BOOKS_ID — enforce multi-org and ledger context.
- GL_ID_REV, GL_ID_FREIGHT, GL_ID_REC — general ledger codes for revenue, freight, and receivables.
- EMAIL_ADDRESS, SALES_TAX_GEOCODE, SALES_TAX_INSIDE_CITY_LIMITS — contact and tax jurisdiction data.
Common Use Cases and Queries
Typical uses include monitoring interface load health and diagnosing rows that failed import. A simple health check groups records by batch and status:
SELECT BATCH_ID, OPERATION_STATUS, COUNT(*) FROM JTF.JTF_RS_SALESREPS_INT GROUP BY BATCH_ID, OPERATION_STATUS;- Error triage:
SELECT INTERFACE_ID, OPERATION_MESSAGE FROM JTF.JTF_RS_SALESREPS_INT WHERE OPERATION_STATUS = 'ERROR'; - Validation prep: joining to SO_SALES_CREDIT_TYPES_115 on SALES_CREDIT_TYPE_ID to confirm valid credit types before submission.
Related Objects
- JTF_RS_SALESREPS — the target table populated from this interface.
- SO_SALES_CREDIT_TYPES_115 — referenced via SALES_CREDIT_TYPE_ID.
- JTF_RS_RESOURCE_EXTNS — source of RESOURCE_ID linkage.
- JTF_RS_SALESREPS_INT_U1 — unique index on INTERFACE_ID.
- Concurrent programs and PL/SQL APIs that import, validate, and purge interface rows.
-
Table: JTF_RS_SALESREPS_INT
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SALESREPS_INT, object_name:JTF_RS_SALESREPS_INT, status:VALID, product: JTF - CRM Foundation , description: This interface table is used for populating data in JTF_RS_SALESREPS table , implementation_dba_data: JTF.JTF_RS_SALESREPS_INT ,
-
APPS.JTF_EBI_PUB SQL Statements
12.2.2
-
VIEW: JTF.JTF_RS_SALESREPS_INT#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_RS_SALESREPS_INT#, status:VALID,
-
VIEW: JTF.JTF_RS_SALESREPS_INT#
12.2.2
-
SYNONYM: APPS.JTF_RS_SALESREPS_INT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_SALESREPS_INT, status:VALID,
-
APPS.JTF_RS_INTERFACE_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JTF_EBI_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_EBI_PUB, status:VALID,
-
APPS.JTF_EBI_UTIL SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JTF_EBI_PUB
12.2.2
-
TABLE: JTF.JTF_RS_SALESREPS_INT
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SALESREPS_INT, object_name:JTF_RS_SALESREPS_INT, status:VALID,
-
PACKAGE BODY: APPS.JTF_EBI_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_EBI_UTIL, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_INTERFACE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_INTERFACE_PVT, status:VALID,
-
PACKAGE: APPS.JTF_RS_INTERFACE_PVT
12.2.2
-
PACKAGE BODY: APPS.JTF_EBI_UTIL
12.2.2
-
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.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.JTF_RS_INTERFACE_PVT
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.JTF_RS_INTERFACE_PVT dependencies on JTF_RS_SALESREPS_INT
12.2.2
-
APPS.JTF_EBI_PUB dependencies on JTF_RS_SALESREPS_INT
12.2.2
-
APPS.JTF_EBI_UTIL dependencies on JTF_RS_SALESREPS_INT
12.2.2
-
APPS.JTF_RS_INTERFACE_PVT dependencies on JTF_RS_SALESREPS
12.2.2
-
APPS.JTF_RS_INTERFACE_PVT dependencies on FND_MESSAGE
12.2.2
-
APPS.JTF_RS_INTERFACE_PVT dependencies on FND_MSG_PUB
12.2.2
-
APPS.JTF_RS_INTERFACE_PVT dependencies on FND_API
12.2.2
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,