Search Results op_prsl_hdr
Overview
The OP_PRSL_HDR table is a core data object within the Oracle E-Business Suite Process Manufacturing Logistics (GML) module. It serves as the master header table for two distinct but related transactional entities: Order Profiles and Blanket Sales Orders. An Order Profile is a template or pre-configured order that standardizes terms and conditions for recurring sales, while a Blanket Sales Order is a long-term agreement defining pricing and terms for a specific item over a period. This table stores the overarching contractual and administrative data for these agreements, acting as the parent record for associated lines, charges, and subsequent standard sales orders. Its role is critical for managing pre-sales agreements and streamlining the order-to-cash process within manufacturing and distribution environments.
Key Information Stored
The table's primary identifier is the PRESALES_ORD_ID, which is the system-generated primary key (OP_PRSL_HDR_PK). For application-level uniqueness, a composite key (OP_PRSL_HDRI1) is also defined using ORGN_CODE, PRESALES_ORD_NO, and PRESALES_ORD_TYPE. Key stored information includes customer identifiers (SOLDTOCUST_ID, SHIPCUST_ID, BILLCUST_ID, ULTIMATE_SHIPCUST_ID, CONSIGNEE_ID), defining the complex customer relationships in a transaction. It holds logistical data such as warehouse codes (FROM_WHSE, TO_WHSE), shipping methods (SHIP_MTHD, SHIPPER_CODE), and port details (EMBARKATION_PORT, DEBARKATION_PORT). Commercial terms are captured via columns for currency (BILLING_CURRENCY), payment terms (TERMS_CODE), FOB (FOB_CODE), freight billing method (FRTBILL_MTHD), and commission (COMMISSION_CODE). Status management is supported through fields like HOLDREAS_CODE and CONTACT_ID.
Common Use Cases and Queries
A primary use case is generating reports on all active blanket agreements for a specific customer or sales representative. For example, to list open blanket sales orders for a customer, one might query: SELECT presales_ord_no, creation_date, terms_code FROM gml.op_prsl_hdr WHERE soldtocust_id = :cust_id AND presales_ord_type = 'BLANKET' AND sysdate BETWEEN start_date AND NVL(end_date, sysdate);. Another common scenario involves tracing the fulfillment of a blanket agreement by joining to the standard order header: SELECT o.ord_no, o.ord_date, p.presales_ord_no FROM gml.op_prsl_hdr p, apps.oe_order_headers_all o WHERE p.presales_ord_id = o.presales_ord_id;. Data fixes or validations often require queries that join to referenced master tables, such as validating customer IDs against OP_CUST_MST or currency codes against GL_CURR_MST.
Related Objects
The OP_PRSL_HDR table maintains extensive foreign key relationships, primarily through the PRESALES_ORD_ID column. Key child transactional tables include:
- OP_PRSL_DTL: Stores the line-level details (items, quantities) for the order profile or blanket agreement.
- OP_PRSL_CHG: Holds any special charges or adjustments associated with the header.
- OP_ORDR_HDR: The standard sales order header table, which references the PRESALES_ORD_ID to indicate the source blanket agreement or profile.
- OP_CUST_MST (Customer Master): For various customer IDs (SOLDTOCUST_ID, SHIPCUST_ID, etc.).
- OP_PRSL_TYP_B: For the PRESALES_ORD_TYPE.
- IC_WHSE_MST (Warehouse Master): For FROM_WHSE and TO_WHSE.
- GL_CURR_MST: For BILLING_CURRENCY.
- OP_TERM_MST, OP_FOBC_MST, OP_SHIP_MTH, OP_SLSR_MST: For terms, FOB, shipping method, and sales representative data.
-
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: 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 ,
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRSL_HDR
12.1.1
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRSL_HDR
12.2.2
-
TABLE: GML.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,
-
TABLE: GML.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,
-
SYNONYM: APPS.OP_PRSL_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_PRSL_HDR, status:VALID,
-
Table: OP_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OP_PRSL_HDR_DFV
12.2.2
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRSL_DTL
12.2.2
-
VIEW: APPS.OP_PRSL_HDR_DFV
12.1.1
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRSL_DTL
12.1.1
-
SYNONYM: APPS.OP_PRSL_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_PRSL_HDR, status:VALID,
-
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 ,
-
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 dependencies on OP_ORDR_DTL
12.1.1
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_ORDR_DTL
12.2.2
-
APPS.GML_UPDATE_CUST_DATA_PVT SQL Statements
12.2.2
-
APPS.GML_UPDATE_CUST_DATA_PVT SQL Statements
12.1.1
-
TABLE: GML.OP_PRSL_HDR_EFC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR_EFC, object_name:OP_PRSL_HDR_EFC, status:VALID,
-
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: GML.OP_PRSL_HDR_EFC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR_EFC, object_name:OP_PRSL_HDR_EFC, 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_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_FOBC_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_FOBC_MST, object_name:OP_FOBC_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Free on Board (FOB) codes. , implementation_dba_data: GML.OP_FOBC_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 ,
-
VIEW: GML.OP_PRSL_HDR#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_PRSL_HDR#, status:VALID,
-
Table: OP_PRSL_TYP_B
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_TYP_B, object_name:OP_PRSL_TYP_B, status:VALID, product: GML - Process Manufacturing Logistics , description: This table is not used in 11i. , implementation_dba_data: GML.OP_PRSL_TYP_B ,
-
Table: OP_CTRD_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CTRD_CLS, object_name:OP_CTRD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Trade Classes. , implementation_dba_data: GML.OP_CTRD_CLS ,
-
Table: OP_CTRD_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CTRD_CLS, object_name:OP_CTRD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Trade Classes. , implementation_dba_data: GML.OP_CTRD_CLS ,
-
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_TYP_B
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_TYP_B, object_name:OP_PRSL_TYP_B, status:VALID, product: GML - Process Manufacturing Logistics , description: This table is not used in 11i. , implementation_dba_data: GML.OP_PRSL_TYP_B ,
-
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: 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_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: IC_WHSE_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
Table: IC_WHSE_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
Table: OP_FOBC_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_FOBC_MST, object_name:OP_FOBC_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Free on Board (FOB) codes. , implementation_dba_data: GML.OP_FOBC_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 ,
-
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 ,
-
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 ,
-
VIEW: APPS.OP_PRSL_HDR_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OP_PRSL_HDR_DFV, status:VALID,
-
VIEW: APPS.OP_PRSL_HDR_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OP_PRSL_HDR_DFV, status:VALID,