Search Results jtf_rs_salesreps
Overview
The JTF_RS_SALESREPS table is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module. It serves as the central repository for storing master information about sales representatives across the application. This table is integral to the Resource Manager functionality, linking sales personnel data to other critical CRM and financial operations such as territory management, sales credit assignment, and resource tracking. Its role is to maintain a definitive list of sales reps, each uniquely identified, enabling consistent referencing throughout the suite for processes like opportunity management, order booking, and commission calculations.
Key Information Stored
The table's primary key is the SALESREP_ID, a unique system-generated identifier for each sales representative record. As indicated by the metadata, a critical business rule is enforced where, if the associated resource's category is 'OTHERS', the combination of SALESREP_NUMBER (a user-facing identifier) and ORG_ID (the operating unit identifier) must be unique. While the provided metadata does not list all columns, based on its purpose and common schema patterns, the table typically stores attributes such as the sales representative's name, active status (e.g., START_DATE_ACTIVE, END_DATE_ACTIVE), associated RESOURCE_ID (linking to the JTF_RS_RESOURCE_EXTNS table), job title, email address, and the ORG_ID for multi-org security. The RESOURCE_ID foreign key is explicitly documented, establishing the link to the broader resource management framework.
Common Use Cases and Queries
This table is frequently accessed for reporting, data validation, and integration tasks. A common use case is generating a list of active sales representatives within a specific operating unit for assignment in sales orders or opportunities. Another is validating salesrep data during migration or interfacing from external systems. Sample SQL patterns include retrieving basic rep information for a dropdown list or validating the existence of a rep ID. For example:
SELECT salesrep_id, salesrep_number, name FROM jtf_rs_salesreps WHERE org_id = :p_org_id AND SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE);
It is also central to queries that join sales performance data with rep master information from related transactional tables.
Related Objects
The JTF_RS_SALESREPS table has defined relationships with several other key EBS objects, as per the provided foreign key metadata. It is a parent table to:
- JTF_RS_SRP_TERRITORIES: Stores territory assignments for each sales representative.
- FII_AR_SALES_CREDITS: Used by the Financial Intelligence (FII) schema for analytical reporting on sales credits attributed to reps.
- JTF_RS_RESOURCE_EXTNS: The foundational resource table, linking the salesrep to a more general resource entity which may have additional classifications and attributes.
-
Table: JTF_RS_SALESREPS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SALESREPS, object_name:JTF_RS_SALESREPS, status:VALID, product: JTF - CRM Foundation , description: This table stores information about salesreps. Salesrep_id is the primary key. If resource category is 'OTHERS' then salesrep_number and org_id are unique. , implementation_dba_data: JTF.JTF_RS_SALESREPS ,
-
Table: JTF_RS_SALESREPS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SALESREPS, object_name:JTF_RS_SALESREPS, status:VALID, product: JTF - CRM Foundation , description: This table stores information about salesreps. Salesrep_id is the primary key. If resource category is 'OTHERS' then salesrep_number and org_id are unique. , implementation_dba_data: JTF.JTF_RS_SALESREPS ,
-
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 ,
-
Table: JTF_RS_SRP_TERRITORIES
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SRP_TERRITORIES, object_name:JTF_RS_SRP_TERRITORIES, status:VALID, product: JTF - CRM Foundation , description: This table stores information about combination of salesrep and territories. , implementation_dba_data: JTF.JTF_RS_SRP_TERRITORIES ,
-
Table: JTF_RS_SRP_TERRITORIES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SRP_TERRITORIES, object_name:JTF_RS_SRP_TERRITORIES, status:VALID, product: JTF - CRM Foundation , description: This table stores information about combination of salesrep and territories. , implementation_dba_data: JTF.JTF_RS_SRP_TERRITORIES ,
-
View: JTF_RS_OTHER_DTLS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_OTHER_DTLS_VL, object_name:JTF_RS_OTHER_DTLS_VL, status:VALID, product: JTF - CRM Foundation , description: This view has the details of all the resources whose category='OTHER' , implementation_dba_data: APPS.JTF_RS_OTHER_DTLS_VL ,
-
View: JTF_RS_SRP_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SRP_VL, object_name:JTF_RS_SRP_VL, status:VALID, product: JTF - CRM Foundation , description: This view is used by Define Resource Form AR block , implementation_dba_data: APPS.JTF_RS_SRP_VL ,
-
View: JTF_RS_SRP_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SRP_VL, object_name:JTF_RS_SRP_VL, status:VALID, product: JTF - CRM Foundation , description: This view is used by Define Resource Form AR block , implementation_dba_data: APPS.JTF_RS_SRP_VL ,
-
View: JTF_RS_OTHER_DTLS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_OTHER_DTLS_VL, object_name:JTF_RS_OTHER_DTLS_VL, status:VALID, product: JTF - CRM Foundation , description: This view has the details of all the resources whose category='OTHER' , implementation_dba_data: APPS.JTF_RS_OTHER_DTLS_VL ,
-
View: JTF_RS_SALESREPS_MO_V
12.1.1
product: JTF - CRM Foundation , description: This view stores information about salesreps for a particular organization. , implementation_dba_data: Not implemented in this database ,
-
View: JTF_RS_SALESREPS_MO_V
12.2.2
product: JTF - CRM Foundation , description: This view stores information about salesreps for a particular organization. , implementation_dba_data: Not implemented in this database ,
-
View: JTF_RS_SRP_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SRP_GROUPS_V, object_name:JTF_RS_SRP_GROUPS_V, status:VALID, product: JTF - CRM Foundation , description: View for fetching the Default (Primary) group for a Salesrep. , implementation_dba_data: APPS.JTF_RS_SRP_GROUPS_V ,
-
View: JTF_RS_SRP_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SRP_GROUPS_V, object_name:JTF_RS_SRP_GROUPS_V, status:VALID, product: JTF - CRM Foundation , description: View for fetching the Default (Primary) group for a Salesrep. , implementation_dba_data: APPS.JTF_RS_SRP_GROUPS_V ,
-
Table: JTF_RS_RESOURCE_EXTNS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
Table: JTF_RS_RESOURCE_EXTNS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
View: JTF_TERR_QLFY_RSC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_QLFY_RSC_V, object_name:JTF_TERR_QLFY_RSC_V, status:VALID, product: JTF - CRM Foundation , description: This view stores all the informations about resources, groups and teams . , implementation_dba_data: APPS.JTF_TERR_QLFY_RSC_V ,
-
View: JTF_TERR_QLFY_RSC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_QLFY_RSC_V, object_name:JTF_TERR_QLFY_RSC_V, status:VALID, product: JTF - CRM Foundation , description: This view stores all the informations about resources, groups and teams . , implementation_dba_data: APPS.JTF_TERR_QLFY_RSC_V ,