Search Results op_slsr_mst
Overview
The OP_SLSR_MST table is the central master data repository for sales representatives within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module. It functions as a core reference table, establishing and maintaining the unique identity and attributes of each salesperson or agent in the system. Its primary role is to provide a consistent, validated source of sales representative information that is linked to critical transactional and master data across the order management, customer management, and commission calculation processes. The table's integrity is enforced by its primary key and numerous foreign key relationships, ensuring data consistency throughout the logistics and sales operations.
Key Information Stored
While the full column list is not detailed in the provided metadata, the foreign key relationships and primary key indicate the core data elements stored. The central column is SLSREP_CODE, which serves as the unique identifier (primary key) for each sales representative record. Other significant fields, inferred from the foreign keys, include COMMISSION_CODE (linking to the OP_COMMISSION table for compensation rules), SLSREP_CLASS (for categorization via OP_SLSR_CLS), TEXT_CODE (for descriptive notes via OP_TEXT_HDR), and ADDR_ID (for address information in SY_ADDR_MST). The CO_CODE (company code) column links the representative to organizational structures in SY_ORGN_MST, anchoring them within the enterprise hierarchy.
Common Use Cases and Queries
This table is essential for operational reporting, transaction processing, and master data maintenance. Common use cases include populating sales representative lists on sales orders (OP_ORDR_HDR/DTL), proposals (OP_PRSL_HDR/DTL), and customer accounts (OP_CUST_MST). It is also critical for calculating commissions via the OP_COMM_CDS table. A typical query might retrieve active representatives for a specific company code or associate representative details with their sales transactions. For example:
SELECT slsrep_code, [name_column], co_code FROM gml.op_slsr_mst WHERE co_code = :p_co_code;- Joining with order headers to analyze sales performance:
SELECT o.slsrep_code, s.[name_column], SUM(o.order_total) FROM op_ordr_hdr o, op_slsr_mst s WHERE o.slsrep_code = s.slsrep_code GROUP BY o.slsrep_code, s.[name_column];
Related Objects
As evidenced by the extensive foreign key metadata, OP_SLSR_MST is a foundational table with wide-ranging dependencies. Key related objects include transactional tables like OP_ORDR_HDR, OP_ORDR_DTL, OP_PRSL_HDR, and OP_PRSL_DTL, which store the sales representative assigned to each document. Master data tables OP_CUST_MST and OP_CUST_MST_OPM reference it to define the primary representative for a customer. Commission-related objects OP_COMMISSION and OP_COMM_CDS depend on it. It also integrates with shared EBS entities for address (SY_ADDR_MST), organization (SY_ORGN_MST), and descriptive text (OP_TEXT_HDR).
-
Table: OP_SLSR_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_MST, object_name:OP_SLSR_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales representative master table. , implementation_dba_data: GML.OP_SLSR_MST ,
-
Table: OP_SLSR_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_MST, object_name:OP_SLSR_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales representative master table. , implementation_dba_data: GML.OP_SLSR_MST ,
-
APPS.GMF_GLSYNCH dependencies on OP_SLSR_MST
12.1.1
-
APPS.GMF_GLSYNCH dependencies on OP_SLSR_MST
12.2.2
-
VIEW: GML.OP_SLSR_MST#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_SLSR_MST#, status:VALID,
-
SYNONYM: APPS.OP_SLSR_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_SLSR_MST, status:VALID,
-
SYNONYM: APPS.OP_SLSR_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_SLSR_MST, status:VALID,
-
TABLE: GML.OP_SLSR_MST_INT
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_MST_INT, object_name:OP_SLSR_MST_INT, status:VALID,
-
VIEW: GML.OP_SLSR_MST#
12.2.2
-
TABLE: GML.OP_SLSR_MST_INT
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_MST_INT, object_name:OP_SLSR_MST_INT, status:VALID,
-
Table: OP_COMM_CDS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_COMM_CDS, object_name:OP_COMM_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Commission code detail. , implementation_dba_data: GML.OP_COMM_CDS ,
-
Table: OP_COMM_CDS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_COMM_CDS, object_name:OP_COMM_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Commission code detail. , implementation_dba_data: GML.OP_COMM_CDS ,
-
Table: OP_SLSR_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_CLS, object_name:OP_SLSR_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales representative classes. , implementation_dba_data: GML.OP_SLSR_CLS ,
-
Table: OP_SLSR_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_CLS, object_name:OP_SLSR_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales representative classes. , implementation_dba_data: GML.OP_SLSR_CLS ,
-
Table: OP_COMMISSION
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_COMMISSION, object_name:OP_COMMISSION, status:VALID, product: GML - Process Manufacturing Logistics , description: Commission code header. , implementation_dba_data: GML.OP_COMMISSION ,
-
Table: OP_COMMISSION
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_COMMISSION, object_name:OP_COMMISSION, status:VALID, product: GML - Process Manufacturing Logistics , description: Commission code header. , implementation_dba_data: GML.OP_COMMISSION ,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
Table: OP_CUST_MST_OPM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
Table: OP_CUST_MST_OPM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
TABLE: GML.OP_SLSR_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_MST, object_name:OP_SLSR_MST, status:VALID,
-
Table: OP_PRSL_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR, object_name:OP_PRSL_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Order Profile Header and Blanket Sales Order Header. , implementation_dba_data: GML.OP_PRSL_HDR ,
-
Table: OP_TEXT_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for the Order Fulfillment application. , implementation_dba_data: GML.OP_TEXT_HDR ,
-
Table: OP_PRSL_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order profile lines and blanket sales order lines. , implementation_dba_data: GML.OP_PRSL_DTL ,
-
Table: OP_PRSL_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR, object_name:OP_PRSL_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Order Profile Header and Blanket Sales Order Header. , implementation_dba_data: GML.OP_PRSL_HDR ,
-
TABLE: GML.OP_SLSR_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_MST, object_name:OP_SLSR_MST, status:VALID,
-
Table: SY_ADDR_MST
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ADDR_MST, object_name:SY_ADDR_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Address master. Table which stores addresses for all Oracle Process , implementation_dba_data: GMA.SY_ADDR_MST ,
-
Table: OP_TEXT_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for the Order Fulfillment application. , implementation_dba_data: GML.OP_TEXT_HDR ,
-
Table: OP_ORDR_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR, object_name:OP_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header table. , implementation_dba_data: GML.OP_ORDR_HDR ,
-
Table: OP_ORDR_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR, object_name:OP_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header table. , implementation_dba_data: GML.OP_ORDR_HDR ,
-
Table: SY_ADDR_MST
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ADDR_MST, object_name:SY_ADDR_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Address master. Table which stores addresses for all Oracle Process , implementation_dba_data: GMA.SY_ADDR_MST ,
-
12.2.2 DBA Data
12.2.2
-
Table: OP_PRSL_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order profile lines and blanket sales order lines. , implementation_dba_data: GML.OP_PRSL_DTL ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
Table: OP_ORDR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
Table: OP_ORDR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
Table: OP_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMF_GLSYNCH SQL Statements
12.2.2
-
APPS.GMF_GLSYNCH SQL Statements
12.1.1
-
Table: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
VIEW: APPS.PMIFV_SALES_DETAILS_V
12.1.1
-
VIEW: APPS.PMIFV_SALES_DETAILS_V
12.2.2
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,