Search Results sales
The OP_SLSR_MST_INT table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical interface table primarily used in the Order Management (OM) module. This table facilitates the integration of sales representative master data from external systems into Oracle EBS, ensuring seamless synchronization of salesperson information across the enterprise. Below is a detailed technical and functional breakdown of this table.
1. Purpose and Functional Context
The OP_SLSR_MST_INT table serves as a staging area for sales representative data before it is validated and processed into the base Oracle tables, such as JTF_RS_SALESREPS and JTF_RS_RESOURCE_EXTNS. It is part of Oracle's Open Interface architecture, which allows for bulk data imports from third-party systems, legacy applications, or flat files. This table is particularly useful in scenarios where sales representative data needs to be migrated or updated in bulk, such as during system implementations, mergers, or periodic data refreshes.2. Key Columns and Structure
The table consists of several key columns that define the sales representative's attributes and metadata for processing. Below are some of the critical columns:- SLSREP_ID: A unique identifier for the sales representative record in the interface table.
- SLSREP_NUM: The sales representative number, often used as a business key.
- SLSREP_NAME: The name of the sales representative.
- RESOURCE_ID: Links to the resource record in JTF_RS_RESOURCE_EXTNS.
- START_DATE_ACTIVE and END_DATE_ACTIVE: Define the validity period of the sales representative record.
- STATUS: Indicates the processing status (e.g., 'PENDING', 'PROCESSED', 'ERROR').
- ERROR_MESSAGE: Stores validation errors if the record fails processing.
3. Integration and Data Flow
The typical data flow involving OP_SLSR_MST_INT involves the following steps:- Data Loading: External data is loaded into the interface table via SQL*Loader, APIs, or custom scripts.
- Validation: The Oracle Concurrent Program "Sales Representative Interface" validates the data against business rules (e.g., mandatory fields, valid resource IDs).
- Processing: Valid records are transferred to base tables, while erroneous records remain in the interface table with error details.
- Purge: Processed records can be purged to maintain optimal performance.
4. Technical Considerations
- Indexing: Proper indexing on SLSREP_ID and STATUS is recommended for performance.
- Error Handling: The ERROR_MESSAGE column must be monitored to address data issues promptly.
- Custom Extensions: The table can be extended with custom columns to support additional attributes, though this requires careful impact analysis.
5. Version-Specific Notes
In Oracle EBS 12.2.2, the table retains the same core structure but may include minor enhancements in validation logic or integration with newer features like Oracle Fusion Middleware. The processing concurrent program remains largely unchanged, ensuring backward compatibility.6. Best Practices
- Always pre-validate data before loading to minimize errors.
- Schedule interface processing during off-peak hours to reduce system load.
- Regularly archive processed records to maintain table efficiency.
-
File: GML_11i_OP Sales Rep.pdf
12.2.2
product: GML - Process Manufacturing Logistics , size: 15.221 KBytes , file_type: PDF Diagram ,
-
File: GML_11i_OP Sales Rep.pdf
12.1.1
product: GML - Process Manufacturing Logistics , size: 15.221 KBytes , file_type: PDF Diagram ,
-
Concurrent Program: ORAKRP
12.2.2
execution_filename: ORAKRP , product: GML - Process Manufacturing Logistics , user_name: ORAKRP , description: Sales Order Acknowledgement Report of Oracle OPM OP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: ORAKRP
12.1.1
execution_filename: ORAKRP , product: GML - Process Manufacturing Logistics , user_name: ORAKRP , description: Sales Order Acknowledgement Report of Oracle OPM OP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: ORAUDTR
12.1.1
execution_filename: ORAUDTR , product: GML - Process Manufacturing Logistics , user_name: ORAUDTR , description: Sales Order Audit Trail Report of OPM OP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: ORAUDTR
12.2.2
execution_filename: ORAUDTR , product: GML - Process Manufacturing Logistics , user_name: ORAUDTR , description: Sales Order Audit Trail Report of OPM OP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: ORAUDTR_XML
12.1.1
product: GML - Process Manufacturing Logistics , user_name: Sales Order Audit Trail Report (XML) , description: Sales Order Audit Trail Report of OPM OP , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: ORAKRP_XML
12.2.2
product: GML - Process Manufacturing Logistics , user_name: Sales Order Acknowledgement Report (XML) , description: Sales Order Acknowledgement Report of Oracle OPM OP , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: ORAKRP_XML
12.1.1
product: GML - Process Manufacturing Logistics , user_name: Sales Order Acknowledgement Report (XML) , description: Sales Order Acknowledgement Report of Oracle OPM OP , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: GMIALLOC
12.2.2
execution_filename: GMI_AUTO_ALLOC_BATCH_PKG.AUTO_ALLOCATE_BATCH , product: GML - Process Manufacturing Logistics , user_name: Allocate OM Sales Orders , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ORAUDTR_XML
12.2.2
product: GML - Process Manufacturing Logistics , user_name: Sales Order Audit Trail Report (XML) , description: Sales Order Audit Trail Report of OPM OP , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: GMLCRBT
12.2.2
execution_filename: GML_CREATE_BATCH_FOR_SO_PVT.create_batch_for_so_line , product: GML - Process Manufacturing Logistics , user_name: Create Batch for Sales Orders , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMLCRBT
12.1.1
execution_filename: GML_CREATE_BATCH_FOR_SO_PVT.create_batch_for_so_line , product: GML - Process Manufacturing Logistics , user_name: Create Batch for Sales Orders , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMIALLOC
12.1.1
execution_filename: GMI_AUTO_ALLOC_BATCH_PKG.AUTO_ALLOCATE_BATCH , product: GML - Process Manufacturing Logistics , user_name: Allocate OM Sales Orders , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: GEMMS_OP_ORUARPJ
12.2.2
product: GML - Process Manufacturing Logistics , meaning: OPM Sales Audit Trail Report , description: OPM Sales Audit Trail Report ,
-
Lookup Type: GEMMS_OP_ORUARPJ
12.1.1
product: GML - Process Manufacturing Logistics , meaning: OPM Sales Audit Trail Report , description: OPM Sales Audit Trail Report ,
-
Table: 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, product: GML - Process Manufacturing Logistics , description: Sales representative interface table used to transfer data from Oracle Receivables. , implementation_dba_data: GML.OP_SLSR_MST_INT ,
-
Table: 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, product: GML - Process Manufacturing Logistics , description: Sales representative interface table used to transfer data from Oracle Receivables. , implementation_dba_data: GML.OP_SLSR_MST_INT ,
-
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 ,
-
Table: OP_AUDT_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_AUDT_DTL, object_name:OP_AUDT_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Audit Trail by order line , implementation_dba_data: GML.OP_AUDT_DTL ,
-
Table: OP_AUDT_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_AUDT_MST, object_name:OP_AUDT_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Header record which links all change records for a sales orderdetail line. , implementation_dba_data: GML.OP_AUDT_MST ,
-
Table: OP_AUDT_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_AUDT_MST, object_name:OP_AUDT_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Header record which links all change records for a sales orderdetail line. , implementation_dba_data: GML.OP_AUDT_MST ,
-
Table: OP_AUDT_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_AUDT_DTL, object_name:OP_AUDT_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Audit Trail by order line , implementation_dba_data: GML.OP_AUDT_DTL ,
-
Table: OP_HOLD_CDS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_HOLD_CDS, object_name:OP_HOLD_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales order hold reason codes. , implementation_dba_data: GML.OP_HOLD_CDS ,
-
Table: OP_HOLD_CDS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_HOLD_CDS, object_name:OP_HOLD_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales order hold reason codes. , implementation_dba_data: GML.OP_HOLD_CDS ,
-
Concurrent Program: GMLOEOI
12.2.2
execution_filename: GMLOEOI , product: GML - Process Manufacturing Logistics , user_name: EDI OPM Order Entry Open Interface , description: OPM Inbound EDI Sales Order , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
View: GML_GASNO_ORDER_TEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_ORDER_TEXT_V, object_name:GML_GASNO_ORDER_TEXT_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header Text view , implementation_dba_data: APPS.GML_GASNO_ORDER_TEXT_V ,
-
View: GML_GPOAO_DETAIL_TEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_DETAIL_TEXT_V, object_name:GML_GPOAO_DETAIL_TEXT_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Detail Text view , implementation_dba_data: APPS.GML_GPOAO_DETAIL_TEXT_V ,
-
View: GML_GASNO_DETAIL_TEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_DETAIL_TEXT_V, object_name:GML_GASNO_DETAIL_TEXT_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Detail Text view , implementation_dba_data: APPS.GML_GASNO_DETAIL_TEXT_V ,
-
View: GML_GASNO_ORDER_TEXT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_ORDER_TEXT_V, object_name:GML_GASNO_ORDER_TEXT_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header Text view , implementation_dba_data: APPS.GML_GASNO_ORDER_TEXT_V ,
-
View: GML_GASNO_DETAIL_TEXT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_DETAIL_TEXT_V, object_name:GML_GASNO_DETAIL_TEXT_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Detail Text view , implementation_dba_data: APPS.GML_GASNO_DETAIL_TEXT_V ,
-
Concurrent Program: GMLOEOI
12.1.1
execution_filename: GMLOEOI , product: GML - Process Manufacturing Logistics , user_name: EDI OPM Order Entry Open Interface , description: OPM Inbound EDI Sales Order , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Table: OP_RELS_SCH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_RELS_SCH, object_name:OP_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket Sales Order Release Schedules. , implementation_dba_data: GML.OP_RELS_SCH ,
-
View: GML_GPOAO_ORDER_TEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_ORDER_TEXT_V, object_name:GML_GPOAO_ORDER_TEXT_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header Text view , implementation_dba_data: APPS.GML_GPOAO_ORDER_TEXT_V ,
-
View: GML_GPOAO_DETAIL_TEXT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_DETAIL_TEXT_V, object_name:GML_GPOAO_DETAIL_TEXT_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Detail Text view , implementation_dba_data: APPS.GML_GPOAO_DETAIL_TEXT_V ,
-
Table: OP_RELS_SCH
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_RELS_SCH, object_name:OP_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket Sales Order Release Schedules. , implementation_dba_data: GML.OP_RELS_SCH ,
-
View: GML_GPOAO_ORDER_TEXT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_ORDER_TEXT_V, object_name:GML_GPOAO_ORDER_TEXT_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header Text view , implementation_dba_data: APPS.GML_GPOAO_ORDER_TEXT_V ,
-
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 ,
-
View: GML_GPOAO_DETAIL_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_DETAIL_CHARGES_V, object_name:GML_GPOAO_DETAIL_CHARGES_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Detail Charges view , implementation_dba_data: APPS.GML_GPOAO_DETAIL_CHARGES_V ,
-
View: GML_GPOAO_DETAIL_CHARGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_DETAIL_CHARGES_V, object_name:GML_GPOAO_DETAIL_CHARGES_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Detail Charges view , implementation_dba_data: APPS.GML_GPOAO_DETAIL_CHARGES_V ,
-
View: GML_GPOAO_ORDER_CHARGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_ORDER_CHARGES_V, object_name:GML_GPOAO_ORDER_CHARGES_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header Charges view , implementation_dba_data: APPS.GML_GPOAO_ORDER_CHARGES_V ,
-
View: GML_GASNO_DETAIL_CHARGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_DETAIL_CHARGES_V, object_name:GML_GASNO_DETAIL_CHARGES_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Detail Charges view , implementation_dba_data: APPS.GML_GASNO_DETAIL_CHARGES_V ,
-
View: GML_GASNO_ORDER_CHARGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_ORDER_CHARGES_V, object_name:GML_GASNO_ORDER_CHARGES_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header Charges view , implementation_dba_data: APPS.GML_GASNO_ORDER_CHARGES_V ,
-
View: GML_GASNO_DETAIL_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_DETAIL_CHARGES_V, object_name:GML_GASNO_DETAIL_CHARGES_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Detail Charges view , implementation_dba_data: APPS.GML_GASNO_DETAIL_CHARGES_V ,
-
View: GML_GPOAO_ORDER_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_ORDER_CHARGES_V, object_name:GML_GPOAO_ORDER_CHARGES_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header Charges view , implementation_dba_data: APPS.GML_GPOAO_ORDER_CHARGES_V ,
-
View: GML_GASNO_ORDER_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_ORDER_CHARGES_V, object_name:GML_GASNO_ORDER_CHARGES_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header Charges view , implementation_dba_data: APPS.GML_GASNO_ORDER_CHARGES_V ,
-
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 ,
-
View: GML_GPOAO_DETAIL_ALLOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_DETAIL_ALLOCATIONS_V, object_name:GML_GPOAO_DETAIL_ALLOCATIONS_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Detail Allocations view , implementation_dba_data: APPS.GML_GPOAO_DETAIL_ALLOCATIONS_V ,