Search Results po_rels_sch
Overview
The PO_RELS_SCH table is a core data structure within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module, specifically for releases 12.1.1 and 12.2.2. It serves as the primary repository for storing release schedules associated with blanket purchase orders (BPOs). A blanket purchase agreement establishes long-term terms with a supplier, and individual releases are issued against it for specific quantities and delivery dates. This table manages the detailed scheduling information for those releases, enabling precise control over material planning, procurement, and logistics execution within a manufacturing context. Its role is integral to linking high-level procurement agreements with the operational execution of material receipts.
Key Information Stored
The table's primary key, PO_RELS_SCH_PK, is a composite of BPOLINE_ID and AGREED_DLVDATE, uniquely identifying a scheduled release line for a specific delivery date. Key columns, as indicated by its foreign key relationships, store critical logistical and transactional data. The BPOLINE_ID links the release schedule back to its parent blanket purchase order line in PO_BPOS_DTL. The POLINE_ID can link the release to a standard purchase order line in PO_ORDR_DTL upon creation. Logistics data includes FROM_WHSE and TO_WHSE (referencing IC_WHSE_MST), SHIPPER_CODE (OP_SHIP_MST), and SHIP_MTHD (OP_SHIP_MTH). It also stores unit of measure information (ORDER_UM1, ORDER_UM2 from SY_UOMS_MST), a receiving address (RECVADDR_ID from SY_ADDR_MST), and a text code (TEXT_CODE from PO_TEXT_HDR) for additional instructions.
Common Use Cases and Queries
A primary use case is generating reports on upcoming material releases against blanket agreements for production planning. Procurement analysts run queries to monitor release adherence and forecast supplier demand. Common SQL patterns involve joining PO_RELS_SCH to its parent blanket order lines and header tables to provide context. For example, to find all scheduled releases for a specific blanket agreement number requiring shipment in the next 30 days, a query would join PO_RELS_SCH to PO_BPOS_DTL and PO_BPOS_HDR, filtering on AGREED_DLVDATE. Another critical use case is the transactional process of converting a scheduled release into a standard purchase order release, where the data in PO_RELS_SCH is used to populate lines in PO_ORDR_DTL.
Related Objects
PO_RELS_SCH has extensive dependencies, primarily as a child table to the blanket purchase order line. Its key related objects, as defined by its foreign keys, include:
- PO_BPOS_DTL: The primary parent table, providing the blanket purchase order line context.
- PO_ORDR_DTL: Links to a standard purchase order line if the release has been executed.
- IC_WHSE_MST: References for the source (FROM_WHSE) and destination (TO_WHSE) warehouses.
- OP_SHIP_MST / OP_SHIP_MTH: Define the shipper and shipping method for the release.
- SY_UOMS_MST, SY_ADDR_MST, PO_TEXT_HDR: Master data tables for units of measure, addresses, and descriptive text.
-
Table: PO_RELS_SCH
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RELS_SCH, object_name:PO_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Release schedules for a blanket purchase order. , implementation_dba_data: GML.PO_RELS_SCH ,
-
Table: PO_RELS_SCH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RELS_SCH, object_name:PO_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Release schedules for a blanket purchase order. , implementation_dba_data: GML.PO_RELS_SCH ,
-
APPS.GML_SYNCH_BPOS dependencies on PO_RELS_SCH
12.1.1
-
APPS.GML_SYNCH_BPOS dependencies on PO_RELS_SCH
12.2.2
-
SYNONYM: APPS.PO_RELS_SCH
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RELS_SCH, status:VALID,
-
SYNONYM: APPS.PO_RELS_SCH
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_RELS_SCH, status:VALID,
-
APPS.GML_SYNCH_BPOS dependencies on FND_FILE
12.2.2
-
VIEW: GML.PO_RELS_SCH#
12.2.2
owner:GML, object_type:VIEW, object_name:PO_RELS_SCH#, status:VALID,
-
APPS.GML_SYNCH_BPOS dependencies on FND_FILE
12.1.1
-
VIEW: GML.PO_RELS_SCH#
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
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 ,
-
TABLE: GML.PO_RELS_SCH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RELS_SCH, object_name:PO_RELS_SCH, status:VALID,
-
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 ,
-
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: GML.PO_RELS_SCH
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RELS_SCH, object_name:PO_RELS_SCH, status:VALID,
-
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: 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: PO_TEXT_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_TEXT_HDR, object_name:PO_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for OPM Purchasing application. , implementation_dba_data: GML.PO_TEXT_HDR ,
-
Table: OP_SHIP_MTH
12.2.2
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 ,
-
PACKAGE BODY: APPS.GML_SYNCH_BPOS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_SYNCH_BPOS, status:VALID,
-
PACKAGE BODY: APPS.GML_SYNCH_BPOS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_SYNCH_BPOS, status:VALID,
-
Table: OP_SHIP_MST
12.2.2
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 ,
-
Table: PO_TEXT_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_TEXT_HDR, object_name:PO_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for OPM Purchasing application. , implementation_dba_data: GML.PO_TEXT_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 ,
-
Table: PO_ORDR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_ORDR_DTL, object_name:PO_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Purchase order lines. , implementation_dba_data: GML.PO_ORDR_DTL ,
-
Table: PO_BPOS_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_BPOS_DTL, object_name:PO_BPOS_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket purchase order lines. , implementation_dba_data: GML.PO_BPOS_DTL ,
-
Table: PO_ORDR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_ORDR_DTL, object_name:PO_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Purchase order lines. , implementation_dba_data: GML.PO_ORDR_DTL ,
-
Table: PO_BPOS_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_BPOS_DTL, object_name:PO_BPOS_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket purchase order lines. , implementation_dba_data: GML.PO_BPOS_DTL ,
-
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 ,
-
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 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.GML_SYNCH_BPOS SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.GML_SYNCH_BPOS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GML_SYNCH_BPOS
12.1.1
-
PACKAGE BODY: APPS.GML_SYNCH_BPOS
12.2.2
-
TABLE: GML.CPG_PURCHASING_INTERFACE
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.CPG_PURCHASING_INTERFACE, object_name:CPG_PURCHASING_INTERFACE, status:VALID,
-
TABLE: GML.CPG_PURCHASING_INTERFACE
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.CPG_PURCHASING_INTERFACE, object_name:CPG_PURCHASING_INTERFACE, status:VALID,
-
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. ,