Search Results ra_salesreps
Overview
RA_SALESREPS is a backward-compatible, single-organization view owned by the APPS schema in Oracle E-Business Suite Receivables (AR). Its primary function is to expose salesperson information from the multi-organization table RA_SALESREPS_ALL in a form that legacy code, reports, and integrations written against earlier releases can continue to use without modification. In a multi-org architecture, the underlying data store is RA_SALESREPS_ALL, which supports multiple operating units identified by ORG_ID. RA_SALESREPS presents a filtered, single-org perspective, and although the view text shown here does not explicitly include a WHERE clause on ORG_ID, it is intended to be queried within the context of the current operating unit so that only the appropriate salesperson rows are returned. The view is documented as VALID in both Oracle EBS 12.1.1 and 12.2.2 and remains a supported object for reporting and integration access to salesperson data.
Underlying Base Objects
The view is defined over two documented base objects referenced through the APPS schema:
- JTF_RS_SALESREPS_MO_V (referenced as a synonym in the ETRM metadata) — supplies the core salesperson attributes such as SALESREP_ID, SALESREP_NUMBER, STATUS, the GL distribution identifiers (GL_ID_REV, GL_ID_FREIGHT, GL_ID_REC), SET_OF_BOOKS_ID, ORG_ID, the descriptive flexfield ATTRIBUTE columns, and WH_UPDATE_DATE. This object reflects the multi-org salesperson definition.
- JTF_RS_RESOURCE_EXTNS_VL (a view) — supplies resource-level attributes joined on RESOURCE_ID, including the resource NAME, EMAIL_ADDRESS, ASSIGNED_TO_USER_ID, COST_CENTER, CHARGE_TO_COST_CENTER, COMPENSATION_CURRENCY_CODE, SOURCE_ID, TYPE, PERSON_ID, and COMMISSIONABLE_FLAG.
The join condition links JRS.RESOURCE_ID to RES.RESOURCE_ID and filters on resource category, restricting rows to categories such as EMPLOYEE, OTHER, PARTY, PARTNER, and SUPPLIER_CONTACT. This ensures only valid salesperson resources associated with those categories are surfaced.
Key Columns
- SALESREP_ID — primary identifier for the salesperson.
- NAME — salesperson name sourced from the resource extension (RESOURCE_NAME aliased as NAME).
- SALESREP_NUMBER — user-facing salesperson number.
- STATUS and START_DATE_ACTIVE / END_DATE_ACTIVE — control whether the salesperson is active and the effective date range.
- ORG_ID — the operating unit to which the salesperson belongs.
- GL_ID_REV, GL_ID_FREIGHT, GL_ID_REC, SET_OF_BOOKS_ID — accounting and revenue/freight/receivable distribution references.
- EMAIL_ADDRESS, ASSIGNED_TO_USER_ID, COST_CENTER, CHARGE_TO_COST_CENTER, COMPENSATION_CURRENCY_CODE — resource and compensation details.
- SALES_TAX_GEOCODE, SALES_TAX_INSIDE_CITY_LIMITS — tax jurisdiction attributes used in tax determination.
- COMMISSIONABLE_FLAG, TYPE, PERSON_ID, SOURCE_ID — categorization and commission eligibility indicators.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — descriptive flexfield segments.
Common Use Cases and Queries
Typical scenarios include validating salesperson assignments on sales orders and invoices, building commission and credit reports, and extracting salesperson data for data warehousing. A common query retrieves active salespersons for the current operating unit:
SELECT salesrep_id, name, salesrep_number, org_id, statusFROM ra_salesrepsWHERE status = 'A'AND sysdate BETWEEN start_date_active AND NVL(end_date_active, sysdate);
Other queries join SALESREP_ID to transaction tables such as RA_CUSTOMER_TRX or OE_ORDER_HEADERS to summarize sales by salesperson, or select EMAIL_ADDRESS and ASSIGNED_TO_USER_ID for notification integrations. Because the view is a compatibility layer over RA_SALESREPS_ALL, Oracle recommends that new development query RA_SALESREPS_ALL directly when multi-org awareness is required, reserving RA_SALESREPS for backward-compatible access.
-
View: RA_SALESREPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_SALESREPS, object_name:RA_SALESREPS, status:VALID, product: AR - Receivables , description: Backward compatible single-org view for ra_salesreps_all , implementation_dba_data: APPS.RA_SALESREPS ,
-
View: RA_SALESREPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_SALESREPS, object_name:RA_SALESREPS, status:VALID, product: AR - Receivables , description: Backward compatible single-org view for ra_salesreps_all , implementation_dba_data: APPS.RA_SALESREPS ,
-
VIEW: APPS.RA_CUST_TRX_LINE_SALESREPS_V
12.2.2
-
VIEW: APPS.RA_CUST_TRX_LINE_SALESREPS_V
12.1.1
-
VIEW: APPS.OE_AK_SALESREPS_V
12.1.1
-
VIEW: APPS.OE_AK_SALESREPS_V
12.2.2
-
VIEW: APPS.ASO_I_RA_SALESREPS_V
12.2.2
-
VIEW: APPS.ASO_I_RA_SALESREPS_V
12.1.1
-
VIEW: APPS.SO_SALESPERSONS_ACTIVE_V
12.1.1
-
VIEW: APPS.SO_SALESPERSONS_ACTIVE_V
12.2.2
-
VIEW: APPS.OE_CRM_SALES_CREDITS_V
12.1.1
-
VIEW: APPS.OE_CRM_SALES_CREDITS_V
12.2.2
-
View: ICX_EDM_CUSTOMER_PROJ_V
12.2.2
product: ICX - Oracle iProcurement , description: Project Information Summary View by Customer , implementation_dba_data: Not implemented in this database ,
-
View: OE_CRM_SALES_CREDITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CRM_SALES_CREDITS_V, object_name:OE_CRM_SALES_CREDITS_V, status:VALID, product: ONT - Order Management , description: Compatible view provoded for CRM usage only. The view is based on oe_sales_credits and ra_salesreps. , implementation_dba_data: APPS.OE_CRM_SALES_CREDITS_V ,
-
View: OE_CRM_SALES_CREDITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CRM_SALES_CREDITS_V, object_name:OE_CRM_SALES_CREDITS_V, status:VALID, product: ONT - Order Management , description: Compatible view provoded for CRM usage only. The view is based on oe_sales_credits and ra_salesreps. , implementation_dba_data: APPS.OE_CRM_SALES_CREDITS_V ,
-
View: ICX_EDM_CUSTOMER_PROJ_V
12.1.1
product: ICX - Oracle iProcurement , description: Project Information Summary View by Customer , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.SO_SALES_CREDITS_V
12.1.1
-
APPS.ARP_TRX_DEFAULTS SQL Statements
12.1.1
-
VIEW: APPS.SO_SALES_CREDITS_V
12.2.2
-
VIEW: APPS.ARFV_SALES_CREDITS
12.1.1
-
VIEW: APPS.ARFV_SALES_CREDITS
12.2.2
-
VIEW: APPS.ARFV_REVENUE_CREDITS
12.1.1
-
VIEW: APPS.ARFV_NON_REVENUE_CREDITS
12.2.2
-
View: RA_CUST_TRX_LINE_SALESREPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUST_TRX_LINE_SALESREPS_V, object_name:RA_CUST_TRX_LINE_SALESREPS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.RA_CUST_TRX_LINE_SALESREPS_V ,
-
APPS.ARP_TRX_DEFAULTS SQL Statements
12.2.2
-
VIEW: APPS.ARFV_NON_REVENUE_CREDITS
12.1.1
-
VIEW: APPS.ARFV_REVENUE_CREDITS
12.2.2
-
View: RA_CUST_TRX_LINE_SALESREPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUST_TRX_LINE_SALESREPS_V, object_name:RA_CUST_TRX_LINE_SALESREPS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.RA_CUST_TRX_LINE_SALESREPS_V ,
-
View: AS_DOSSIER_REPS_UNIONALL_V
12.1.1
product: AS - Sales Foundation , description: Union all view of order history sales representatives , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_DEDN_ASSGNS_ALL_V
12.2.2
product: AR - Receivables , description: Deduction Assignment Details , implementation_dba_data: Not implemented in this database ,
-
APPS.OE_BIS_SALESPERSON SQL Statements
12.2.2
-
APPS.OE_BIS_SALESPERSON SQL Statements
12.1.1
-
View: AS_DOSSIER_REPS_UNIONALL_V
12.2.2
product: AS - Sales Foundation , description: Union all view of order history sales representatives , implementation_dba_data: Not implemented in this database ,
-
View: OE_AK_SALESREPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SALESREPS_V, object_name:OE_AK_SALESREPS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_SALESREPS_V ,
-
View: OE_AK_SALESREPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SALESREPS_V, object_name:OE_AK_SALESREPS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_SALESREPS_V ,
-
View: AR_TA_DEDN_ASSGNS_ALL_V
12.1.1
product: AR - Receivables , description: Deduction Assignment Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ICX_CST_SALES_REP_7DAY_V
12.1.1
-
View: ASO_I_RA_SALESREPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_RA_SALESREPS_V, object_name:ASO_I_RA_SALESREPS_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_I_RA_SALESREPS_V ,
-
View: ASO_I_RA_SALESREPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_RA_SALESREPS_V, object_name:ASO_I_RA_SALESREPS_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_I_RA_SALESREPS_V ,
-
Lookup Type: AUTOGL_TABLES
12.1.1
product: AR - Receivables , meaning: Autogl Tables , description: Tables on which AutoAccounting can be based ,
-
Lookup Type: AUTOGL_TABLES
12.2.2
product: AR - Receivables , meaning: Autogl Tables , description: Tables on which AutoAccounting can be based ,
-
View: AR_TA_SPLIT_MERGE_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ICX_CST_SALES_REP_90DAY_V
12.1.1
-
View: AR_TA_SPLIT_MERGE_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ICX_CST_SALES_REP_30DAY_V
12.1.1
-
View: ICX_SALESREP_PERS_INFO_V
12.1.1
product: ICX - Oracle iProcurement , description: Sales Representative View , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GMF_AR_GET_SALESREPS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_AR_GET_SALESREPS, status:VALID,
-
View: ICX_SALESREP_PERS_INFO_V
12.2.2
product: ICX - Oracle iProcurement , description: Sales Representative View , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.OE_BIS_SALESPERSON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_BIS_SALESPERSON, status:VALID,
-
View: SO_SALESPERSONS_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_SALESPERSONS_ACTIVE_V, object_name:SO_SALESPERSONS_ACTIVE_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_SALESPERSONS_ACTIVE_V ,