Search Results op_prsl_dtl
Overview
The OP_PRSL_DTL table is a core transactional entity within the Oracle E-Business Suite Process Manufacturing Logistics (GML) module. It stores detailed line-level information for two key pre-sales order types: order profiles and blanket sales agreements. This table functions as the child record to the header table OP_PRSL_HDR, capturing all item-specific details, pricing, shipping, and customer information for each line on a pre-sales document. Its role is central to managing the lifecycle of negotiated sales agreements before they are converted into standard sales orders, ensuring that all contractual line-item terms are persistently stored and can be referenced for order generation and fulfillment.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which reveal the critical data elements it manages. The primary key is a composite of PRESALES_ORD_ID and PRESALES_ORDLINE_NO, linking the line directly to its parent header and establishing its sequence. A unique alternate key on PRESALES_ORDLINE_ID also exists. Essential columns, as indicated by the extensive foreign key relationships, include ITEM_ID (linking to IC_ITEM_MST_B), various customer identifiers (SOLDTOCUST_ID, SHIPCUST_ID, BILLCUST_ID), and pricing terms like COMMISSION_CODE and TERMS_CODE. It also holds logistical data such as SHIP_MTHD, FROM_WHSE, SHIPPER_CODE, and port details (EMBARKATION_PORT, DEBARKATION_PORT). Quality and packaging specifications are tracked via QC_GRADE_WANTED and SALESPKG_ID.
Common Use Cases and Queries
Primary use cases involve querying and reporting on blanket agreement or order profile lines for analysis, conversion to sales orders, and auditing. Common SQL patterns include joining to the header and related master tables to get a complete view of a profile's lines. For instance, to list all active lines for a specific customer, a query might join OP_PRSL_DTL to OP_PRSL_HDR on PRESALES_ORD_ID and filter by the customer and header status. Another critical operation is validating lines before order generation, checking for holds (HOLDREAS_CODE), item validity, and completeness of shipping instructions. Reporting often aggregates data by item, sales representative (SLSREP_CODE), or customer to analyze pre-sales pipeline activity and agreement coverage.
Related Objects
OP_PRSL_DTL has a dense network of relationships, as shown in the metadata. Its most direct parent is the OP_PRSL_HDR table, linked via PRESALES_ORD_ID. It references numerous master data tables, including:
- Customer Data: OP_CUST_MST (for multiple customer roles).
- Item Data: IC_ITEM_MST_B, OP_GNRC_ITM, OP_PKGD_ITM.
- Logistics: IC_WHSE_MST, OP_SHIP_MTH, OP_SHIP_MST, OP_PORT_MST.
- Financial Terms: OP_TERM_MST, GL_CURR_MST, OP_COMMISSION.
- Quality: GMD_GRADES_B, QC_GRAD_MST.
- System Data: SY_ADDR_MST (for addresses), SY_UO (for units of measure), OP_TEXT_HDR.
-
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 ,
-
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 ,
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRSL_DTL
12.2.2
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRSL_DTL
12.1.1
-
VIEW: APPS.OP_PRSL_DTL_DFV
12.1.1
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRSL_HDR
12.1.1
-
Table: OP_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.OP_PRSL_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_PRSL_DTL, status:VALID,
-
VIEW: APPS.OP_PRSL_DTL_DFV
12.2.2
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRSL_HDR
12.2.2
-
Table: OP_PORT_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PORT_MST, object_name:OP_PORT_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipping/receiving port codes. , implementation_dba_data: GML.OP_PORT_MST ,
-
SYNONYM: APPS.OP_PRSL_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_PRSL_DTL, status:VALID,
-
TABLE: GML.OP_PRSL_DTL_EFC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL_EFC, object_name:OP_PRSL_DTL_EFC, status:VALID,
-
TABLE: GML.OP_PRSL_DTL_EFC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL_EFC, object_name:OP_PRSL_DTL_EFC, status:VALID,
-
Table: OP_PORT_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PORT_MST, object_name:OP_PORT_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipping/receiving port codes. , implementation_dba_data: GML.OP_PORT_MST ,
-
APPS.GML_UPDATE_CUST_DATA_PVT SQL Statements
12.1.1
-
APPS.GML_UPDATE_CUST_DATA_PVT SQL Statements
12.2.2
-
Table: OP_PRSL_DTL_EFC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL_EFC, object_name:OP_PRSL_DTL_EFC, status:VALID, product: GML - Process Manufacturing Logistics , description: Shadow table of OP_PRSL_DTL for EFC migration. , implementation_dba_data: GML.OP_PRSL_DTL_EFC ,
-
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 ,
-
Table: OP_PRSL_DTL_EFC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL_EFC, object_name:OP_PRSL_DTL_EFC, status:VALID, product: GML - Process Manufacturing Logistics , description: Shadow table of OP_PRSL_DTL for EFC migration. , implementation_dba_data: GML.OP_PRSL_DTL_EFC ,
-
VIEW: GML.OP_PRSL_DTL#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_PRSL_DTL#, status:VALID,
-
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_CUST_CON
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_CON, object_name:OP_CUST_CON, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer contact information. , implementation_dba_data: GML.OP_CUST_CON ,
-
Table: OP_CUST_CON
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_CON, object_name:OP_CUST_CON, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer contact information. , implementation_dba_data: GML.OP_CUST_CON ,
-
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 ,
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_CUST_SHP
12.1.1
-
Table: OP_PRSL_CHG
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_CHG, object_name:OP_PRSL_CHG, status:VALID, product: GML - Process Manufacturing Logistics , description: Charges for an entire order profile and/or order profile lines. , implementation_dba_data: GML.OP_PRSL_CHG ,
-
Table: OP_LKBX_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_LKBX_MST, object_name:OP_LKBX_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Lockbox codes. , implementation_dba_data: GML.OP_LKBX_MST ,
-
Table: SY_UOMS_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_CUST_SHP
12.2.2
-
Table: OP_PKGD_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PKGD_ITM, object_name:OP_PKGD_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Packaged item names and shipping weights. , implementation_dba_data: GML.OP_PKGD_ITM ,
-
Table: OP_GNRC_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_GNRC_ITM, object_name:OP_GNRC_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer and generic (alternate) names for items. , implementation_dba_data: GML.OP_GNRC_ITM ,
-
Table: OP_TERM_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TERM_MST, object_name:OP_TERM_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Payment terms codes. , implementation_dba_data: GML.OP_TERM_MST ,
-
Table: OP_SHIP_MTH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SHIP_MTH, object_name:OP_SHIP_MTH, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipping method codes. , implementation_dba_data: GML.OP_SHIP_MTH ,
-
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_PRSL_CHG
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_CHG, object_name:OP_PRSL_CHG, status:VALID, product: GML - Process Manufacturing Logistics , description: Charges for an entire order profile and/or order profile lines. , implementation_dba_data: GML.OP_PRSL_CHG ,
-
Table: OP_LKBX_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_LKBX_MST, object_name:OP_LKBX_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Lockbox codes. , implementation_dba_data: GML.OP_LKBX_MST ,
-
Table: OP_PKGD_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PKGD_ITM, object_name:OP_PKGD_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Packaged item names and shipping weights. , implementation_dba_data: GML.OP_PKGD_ITM ,
-
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_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 ,
-
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: APPS.OP_PRSL_DTL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OP_PRSL_DTL_DFV, status:VALID,
-
Table: SY_UOMS_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: OP_GNRC_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_GNRC_ITM, object_name:OP_GNRC_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer and generic (alternate) names for items. , implementation_dba_data: GML.OP_GNRC_ITM ,
-
Table: OP_SHIP_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SHIP_MST, object_name:OP_SHIP_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Carrier (shipper) codes . , implementation_dba_data: GML.OP_SHIP_MST ,
-
PACKAGE BODY: APPS.GML_UPDATE_CUST_DATA_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_UPDATE_CUST_DATA_PVT, status:VALID,
-
Table: OP_TERM_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TERM_MST, object_name:OP_TERM_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Payment terms codes. , implementation_dba_data: GML.OP_TERM_MST ,
-
PACKAGE BODY: APPS.GML_UPDATE_CUST_DATA_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_UPDATE_CUST_DATA_PVT, status:VALID,
-
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 ,