Search Results okx_salesreps_v
Overview
OKX_SALESREPS_V is a read-only database view owned by the APPS schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It belongs to the OKX product, which provides the Contracts Integration layer used by Oracle's sales and contract management modules. As its description indicates, the view exposes information about sales representatives, consolidating sales-credit and resource data into a single denormalized result set suitable for reporting, lookups, and programmatic access by integrated applications.
The view carries a status of VALID and is defined over two underlying objects. Rather than storing data itself, it joins a sales-representative source against a resource source so that consumers can retrieve representative attributes alongside uniquely identifying resource information. Because it is a view, any changes to the underlying base objects are reflected immediately in query results, and no direct DML is permitted against it.
Underlying Base Objects
The documented view text selects from two referenced objects:
- JTF_RS_SALESREPS_MO_V — a synonym referenced in the FROM clause (aliased as S), supplying the core sales-representative records including salesrep identifiers, credit type, person and name attributes, status, active dates, and e-mail address.
- JTF_RS_RESOURCE_EXTNS_VL — the resource extension view (aliased as RES), supplying the RESOURCE_ID and a CATEGORY value.
The two objects are joined on RESOURCE_ID. The join is further constrained so that the resource CATEGORY is restricted to the set: EMPLOYEE, OTHER, PARTY, PARTNER, and SUPPLIER_CONTACT. This restriction ensures that only resources qualifying as valid sales representatives are returned. The dependency on JTF_RS_RESOURCE_EXTNS_VL means the view relies on the resource foundation tables maintained by the JTF (CRM Foundation) module, while the sales-rep attributes originate from the JTF_RS_SALESREPS tables underlying the synonym.
Key Columns
The view projects the following columns:
- RESOURCE_ID — the unique identifier of the underlying resource, used as the join key and the primary reference for downstream integrations.
- ORG_ID — the operating unit (organization) to which the sales representative belongs, supporting multi-org reporting and security.
- SET_OF_BOOKS_ID — the set of books associated with the representative, relevant for financial and accounting context.
- SALES_CREDIT_TYPE_ID — identifies the sales credit type assigned to the representative.
- PERSON_ID — the person identifier linked to the sales representative record.
- NAME — the sales representative's name.
- DESCRIPTION — projected as a literal NULL in the view definition and therefore always empty.
- B_STATUS and STATUS — status indicators for the representative; the view exposes both the underlying status value and a status column suitable for filtering.
- START_DATE_ACTIVE and END_DATE_ACTIVE — the effective active date range for the representative, useful for determining current validity.
- EMAIL_ADDRESS — the representative's e-mail address.
Common Use Cases and Queries
OKX_SALESREPS_V is typically consumed to validate and display sales-representative information during contract integration and order flows. A frequent requirement is listing active representatives for a specific operating unit:
- Lookup by resource: retrieve representative details for a known RESOURCE_ID.
- Active representative listing: filter on STATUS and the active date range to return only currently effective representatives.
- Operational reporting: join RESOURCE_ID or PERSON_ID to contract and order tables for credit and ownership reporting.
A representative query follows:
SELECT RESOURCE_ID, ORG_ID, PERSON_ID, NAME, STATUS, START_DATE_ACTIVE, END_DATE_ACTIVE, EMAIL_ADDRESS FROM APPS.OKX_SALESREPS_V WHERE ORG_ID = :p_org_id AND STATUS = 'A' AND (END_DATE_ACTIVE IS NULL OR END_DATE_ACTIVE >= SYSDATE);
Because the view already restricts resource categories to valid sales-representative types, callers do not need to reapply that filter. Note that DESCRIPTION always returns NULL and should not be relied upon. As with all APPS views, access is governed by standard EBS responsibility and data-security rules.
-
View: OKX_SALESREPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_SALESREPS_V, object_name:OKX_SALESREPS_V, status:VALID, product: OKX - Contracts Integration , description: Information about sales reps , implementation_dba_data: APPS.OKX_SALESREPS_V ,
-
View: OKX_SALESREPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_SALESREPS_V, object_name:OKX_SALESREPS_V, status:VALID, product: OKX - Contracts Integration , description: Information about sales reps , implementation_dba_data: APPS.OKX_SALESREPS_V ,
-
PACKAGE BODY: APPS.OKL_VP_JTF_PARTY_NAME_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VP_JTF_PARTY_NAME_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_KEXP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_KEXP_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_KEXP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_KEXP_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_JTOT_CONTACT_EXTRACT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_JTOT_CONTACT_EXTRACT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_JTOT_CONTACT_EXTRACT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_JTOT_CONTACT_EXTRACT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_OC_INT_SALESCDT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_OC_INT_SALESCDT_PVT, status:VALID,
-
SYNONYM: APPS.JTF_RS_SALESREPS_MO_V
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_SALESREPS_MO_V, status:VALID,
-
SYNONYM: APPS.JTF_RS_SALESREPS_MO_V
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_SALESREPS_MO_V, status:VALID,
-
PACKAGE BODY: APPS.OKL_VP_JTF_PARTY_NAME_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VP_JTF_PARTY_NAME_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_OC_INT_SALESCDT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_OC_INT_SALESCDT_PVT, status:VALID,
-
APPS.OKC_KEXP_PVT SQL Statements
12.2.2
-
APPS.OKC_KEXP_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKL_LA_VALIDATION_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LA_VALIDATION_UTIL_PVT, status:VALID,
-
APPS.OKC_OC_INT_SALESCDT_PVT SQL Statements
12.2.2
-
APPS.OKC_OC_INT_SALESCDT_PVT SQL Statements
12.1.1
-
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
-
PACKAGE BODY: APPS.OKL_CNTRCT_FIN_EXTRACT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CNTRCT_FIN_EXTRACT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_OC_INT_KTQ_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_OC_INT_KTQ_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_LA_VALIDATION_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LA_VALIDATION_UTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_CNTRCT_FIN_EXTRACT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CNTRCT_FIN_EXTRACT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_OC_INT_KTQ_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_OC_INT_KTQ_PVT, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.OKL_CS_WF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CS_WF, status:VALID,
-
PACKAGE BODY: APPS.OKL_CS_WF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CS_WF, status:VALID,
-
VIEW: APPS.OKX_SALESREPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_SALESREPS_V, object_name:OKX_SALESREPS_V, status:VALID,
-
PACKAGE BODY: APPS.OKL_SLA_ACC_SOURCES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SLA_ACC_SOURCES_PVT, status:VALID,
-
VIEW: APPS.OKX_SALESREPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_SALESREPS_V, object_name:OKX_SALESREPS_V, status:VALID,
-
PACKAGE BODY: APPS.OKL_DEAL_CREAT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_DEAL_CREAT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_SLA_ACC_SOURCES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SLA_ACC_SOURCES_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_DEAL_CREAT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_DEAL_CREAT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKS_MASSCHANGE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_MASSCHANGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKS_MASSCHANGE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_MASSCHANGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_OPEN_INTERFACE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_OPEN_INTERFACE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_OPEN_INTERFACE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_OPEN_INTERFACE_PVT, status:VALID,
-
VIEW: APPS.OKI_K_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_K_CONTACTS_V, object_name:OKI_K_CONTACTS_V, status:VALID,
-
VIEW: APPS.OKI_K_CONTACTS_V
12.1.1
-
APPS.OKL_JTOT_CONTACT_EXTRACT_PVT SQL Statements
12.2.2
-
APPS.OKL_JTOT_CONTACT_EXTRACT_PVT SQL Statements
12.1.1
-
View: OKI_K_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_K_CONTACTS_V, object_name:OKI_K_CONTACTS_V, status:VALID, product: OKI - Contracts Intelligence , description: Information about contract contacts. , implementation_dba_data: APPS.OKI_K_CONTACTS_V ,
-
View: OKI_K_CONTACTS_V
12.2.2
product: OKI - Contracts Intelligence (Obsolete) , description: Information about contract contacts. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.OKC_KEXP_PVT
12.1.1
-
PACKAGE BODY: APPS.OKC_KEXP_PVT
12.2.2
-
APPS.OKL_VP_JTF_PARTY_NAME_PVT SQL Statements
12.1.1
-
APPS.OKL_VP_JTF_PARTY_NAME_PVT SQL Statements
12.2.2
-
VIEW: APPS.JTF_RS_RESOURCE_EXTNS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS_VL, object_name:JTF_RS_RESOURCE_EXTNS_VL, status:VALID,
-
APPS.OKL_CS_WF SQL Statements
12.1.1