Search Results op_slsr_cls
Overview
The OP_SLSR_CLS table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module. It serves as the master repository for defining and storing sales representative classes. These classes function as a categorization mechanism, allowing organizations to group sales representatives based on shared attributes such as territory, commission structure, product specialization, or organizational hierarchy. The table's primary role is to provide a referential foundation for classifying sales personnel, enabling consistent assignment, reporting, and rule application across related logistics and order management processes.
Key Information Stored
The central piece of data stored in this table is the sales representative class code. Based on the provided metadata, the primary key for the table is a column named SLSREP_CLASS. This column uniquely identifies each class definition. While the specific metadata for additional columns is not detailed in the excerpt, tables of this nature in Oracle EBS commonly include descriptive columns such as a class description (e.g., SLSREP_CLASS_DESC), enabled flags, and creation/modification audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY). The table also contains a foreign key relationship via a TEXT_CODE column to the OP_TEXT_HDR table, which is a standard EBS construct for storing extensive descriptive text or notes associated with the class.
Common Use Cases and Queries
This table is primarily used in master data setup, transactional validation, and analytical reporting. Administrators use it to create and maintain the list of valid classes for assigning to sales representatives in the OP_SLSR_MST (Sales Representative Master) table. A common operational query is to validate or list all active classes. For reporting, it is frequently joined to the sales representative master to analyze representative distribution by class.
- Basic Lookup:
SELECT slsrep_class FROM gml.op_slsr_cls WHERE enabled_flag = 'Y' ORDER BY 1; - Join with Representative Master:
SELECT mst.slsrep_code, cls.slsrep_class, mst.slsrep_name FROM gml.op_slsr_mst mst, gml.op_slsr_cls cls WHERE mst.slsrep_class = cls.slsrep_class; - Data Validation (Find Unused Classes):
SELECT cls.slsrep_class FROM gml.op_slsr_cls cls WHERE NOT EXISTS (SELECT 1 FROM gml.op_slsr_mst mst WHERE mst.slsrep_class = cls.slsrep_class);
Related Objects
The OP_SLSR_CLS table has defined relationships with several other key GML tables, forming a critical part of the sales representative data model.
- OP_SLSR_MST (Sales Representative Master): This is the most direct relationship. The SLSREP_CLASS column in OP_SLSR_MST is a foreign key referencing OP_SLSR_CLS, classifying each sales representative.
- OP_TEXT_HDR (Text Header): The TEXT_CODE foreign key allows for storing long descriptive text for a sales representative class, leveraging Oracle EBS's flexible textual information architecture.
- Given its master data nature, OP_SLSR_CLS may also be referenced by various views, reports, and APIs within the GML and related Order Management modules for data validation and list of values (LOV) population.
-
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_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 ,
-
VIEW: GML.OP_SLSR_CLS#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_SLSR_CLS#, status:VALID,
-
SYNONYM: APPS.OP_SLSR_CLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_SLSR_CLS, status:VALID,
-
SYNONYM: APPS.OP_SLSR_CLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_SLSR_CLS, status:VALID,
-
VIEW: GML.OP_SLSR_CLS#
12.2.2
-
TABLE: GML.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,
-
TABLE: GML.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,
-
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 ,
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
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_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 ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1