Search Results po_releases_all
Overview
The PO_RELEASES_ALL table is the central repository for all purchase order release records within Oracle E-Business Suite Purchasing (PO) modules, including versions 12.1.1 and 12.2.2. It represents the contractual agreements for the delivery of goods or services against a master blanket purchase agreement (PO_HEADERS_ALL). Each record in this table defines a specific, scheduled delivery or a defined quantity of items from the overarching contract. The table's multi-org structure, indicated by the "_ALL" suffix, stores data for all operating units, with access controlled by the MOAC (Multi-Org Access Control) security profile. Its role is critical for managing procurement schedules, tracking deliveries, and integrating with receiving, inventory, and financial accounting processes.
Key Information Stored
The table's primary key is PO_RELEASE_ID, a unique system-generated identifier. A significant composite unique key (PO_RELEASES_UK1) enforces business logic by combining PO_HEADER_ID (linking to the parent blanket agreement) and RELEASE_NUM (the sequential release number). Other essential columns include AGENT_ID, which identifies the purchasing agent responsible for the release, and HOLD_BY, which can place the release on a purchasing hold. The table also stores critical transactional data such as release dates, shipment and job details, currency, terms, and approval status. This structure ensures each release is uniquely tied to its contract and maintains a clear audit trail for procurement fulfillment.
Common Use Cases and Queries
This table is fundamental for operational reporting and process integration. Common use cases include generating delivery schedules, tracking release statuses (e.g., approved, on hold), and reconciling received quantities against planned releases. A typical query retrieves release details for a specific blanket agreement:
- SELECT pr.release_num, pr.release_date, pr.quantity, pr.promised_date FROM po_releases_all pr WHERE pr.po_header_id = <header_id> ORDER BY pr.release_num;
For integration with receiving, a join to RCV_SHIPMENT_LINES is standard to match physical receipts to their scheduled releases. Reporting on releases pending receipt or those exceeding promised dates also relies heavily on this table. Analysts frequently query it to monitor procurement cycle compliance and supplier performance against contractual schedules.
Related Objects
As indicated by its extensive foreign key relationships, PO_RELEASES_ALL is a cornerstone table with broad integration across EBS. Its primary relationship is with PO_HEADERS_ALL, the parent blanket agreement. Key transactional child tables include PO_LINE_LOCATIONS_ALL (defining shipment schedules), PO_DISTRIBUTIONS_ALL (accounting distributions), and RCV_SHIPMENT_LINES (receipt transactions). It is also referenced by critical interfaces and history tables such as RCV_TRANSACTIONS_INTERFACE, PO_ACTION_HISTORY, and archive tables (e.g., PO_LINE_LOCATIONS_ARCHIVE_ALL). Furthermore, it feeds into financial and business intelligence objects like FII_AP_INV_B and supply planning entities like MTL_SUPPLY and RCV_SUPPLY, highlighting its central role in the procure-to-pay and supply chain execution flows.
-
Table: PO_RELEASES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL, object_name:PO_RELEASES_ALL, status:VALID, product: PO - Purchasing , description: Purchase order releases , implementation_dba_data: PO.PO_RELEASES_ALL ,
-
Table: PO_RELEASES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL, object_name:PO_RELEASES_ALL, status:VALID, product: PO - Purchasing , description: Purchase order releases , implementation_dba_data: PO.PO_RELEASES_ALL ,
-
Table: PO_AGENTS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AGENTS, object_name:PO_AGENTS, status:VALID, product: PO - Purchasing , description: Buyers table , implementation_dba_data: PO.PO_AGENTS ,
-
Table: PO_AGENTS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AGENTS, object_name:PO_AGENTS, status:VALID, product: PO - Purchasing , description: Buyers table , implementation_dba_data: PO.PO_AGENTS ,
-
Table: PO_ACCEPTANCES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ACCEPTANCES, object_name:PO_ACCEPTANCES, status:VALID, product: PO - Purchasing , description: Purchase order acceptances , implementation_dba_data: PO.PO_ACCEPTANCES ,
-
Table: PO_ACCEPTANCES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ACCEPTANCES, object_name:PO_ACCEPTANCES, status:VALID, product: PO - Purchasing , description: Purchase order acceptances , implementation_dba_data: PO.PO_ACCEPTANCES ,
-
Table: PO_NOTIFICATIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_NOTIFICATIONS_ALL, object_name:PO_NOTIFICATIONS_ALL, status:VALID, product: PO - Purchasing , description: Notifications , implementation_dba_data: PO.PO_NOTIFICATIONS_ALL ,
-
Table: PO_NOTIFICATIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_NOTIFICATIONS_ALL, object_name:PO_NOTIFICATIONS_ALL, status:VALID, product: PO - Purchasing , description: Notifications , implementation_dba_data: PO.PO_NOTIFICATIONS_ALL ,
-
Table: PO_ACTION_HISTORY
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ACTION_HISTORY, object_name:PO_ACTION_HISTORY, status:VALID, product: PO - Purchasing , description: Document approval and control action history table , implementation_dba_data: PO.PO_ACTION_HISTORY ,
-
Table: PO_ACTION_HISTORY
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ACTION_HISTORY, object_name:PO_ACTION_HISTORY, status:VALID, product: PO - Purchasing , description: Document approval and control action history table , implementation_dba_data: PO.PO_ACTION_HISTORY ,
-
Table: RCV_SUPPLY
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SUPPLY, object_name:RCV_SUPPLY, status:VALID, product: PO - Purchasing , description: Summary information about items in receiving/inspection , implementation_dba_data: PO.RCV_SUPPLY ,
-
Table: RCV_ACCOUNTING_EVENTS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_ACCOUNTING_EVENTS, object_name:RCV_ACCOUNTING_EVENTS, status:VALID, product: PO - Purchasing , description: Receiving Accounting Events , implementation_dba_data: PO.RCV_ACCOUNTING_EVENTS ,
-
Table: PO_LINE_LOCATIONS_DRAFT_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_DRAFT_ALL, object_name:PO_LINE_LOCATIONS_DRAFT_ALL, status:VALID, product: PO - Purchasing , description: Draft table for PO_LINE_LOCATIONS_ALL , implementation_dba_data: PO.PO_LINE_LOCATIONS_DRAFT_ALL ,
-
Table: PO_LINE_LOCATIONS_ARCHIVE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_ALL, object_name:PO_LINE_LOCATIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order shipments , implementation_dba_data: PO.PO_LINE_LOCATIONS_ARCHIVE_ALL ,
-
View: POS_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_LINES_V, object_name:POS_LINES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_LINES_V ,
-
Table: PO_LINE_LOCATIONS_ARCHIVE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_ALL, object_name:PO_LINE_LOCATIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order shipments , implementation_dba_data: PO.PO_LINE_LOCATIONS_ARCHIVE_ALL ,
-
Table: RCV_SUPPLY
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SUPPLY, object_name:RCV_SUPPLY, status:VALID, product: PO - Purchasing , description: Summary information about items in receiving/inspection , implementation_dba_data: PO.RCV_SUPPLY ,
-
Table: RCV_ACCOUNTING_EVENTS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_ACCOUNTING_EVENTS, object_name:RCV_ACCOUNTING_EVENTS, status:VALID, product: PO - Purchasing , description: Receiving Accounting Events , implementation_dba_data: PO.RCV_ACCOUNTING_EVENTS ,
-
Table: PO_DISTRIBUTIONS_ARCHIVE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_ARCHIVE_ALL, object_name:PO_DISTRIBUTIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived distributions , implementation_dba_data: PO.PO_DISTRIBUTIONS_ARCHIVE_ALL ,
-
View: POS_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_LINES_V POS.POS_LINES_V, object_name:POS_LINES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_LINES_V ,
-
Table: PO_DISTRIBUTIONS_DRAFT_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_DRAFT_ALL, object_name:PO_DISTRIBUTIONS_DRAFT_ALL, status:VALID, product: PO - Purchasing , description: Purchase order distributions draft , implementation_dba_data: PO.PO_DISTRIBUTIONS_DRAFT_ALL ,
-
Table: PO_DISTRIBUTIONS_ARCHIVE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_ARCHIVE_ALL, object_name:PO_DISTRIBUTIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived distributions , implementation_dba_data: PO.PO_DISTRIBUTIONS_ARCHIVE_ALL ,
-
View: PO_SHIPMENTS_AP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIPMENTS_AP_V, object_name:PO_SHIPMENTS_AP_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_SHIPMENTS_AP_V ,
-
View: PO_SHIPMENTS_AP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIPMENTS_AP_V, object_name:PO_SHIPMENTS_AP_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_SHIPMENTS_AP_V ,
-
Table: RCV_TRANSACTIONS_INTERFACE
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS_INTERFACE, object_name:RCV_TRANSACTIONS_INTERFACE, status:VALID, product: PO - Purchasing , description: Receiving transactions interface table , implementation_dba_data: PO.RCV_TRANSACTIONS_INTERFACE ,
-
Table: RCV_TRANSACTIONS_INTERFACE
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS_INTERFACE, object_name:RCV_TRANSACTIONS_INTERFACE, status:VALID, product: PO - Purchasing , description: Receiving transactions interface table , implementation_dba_data: PO.RCV_TRANSACTIONS_INTERFACE ,
-
View: POBV_PLAN_PO_RELEASES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_PLAN_PO_RELEASES, object_name:POBV_PLAN_PO_RELEASES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_PLAN_PO_RELEASES ,
-
View: POBV_PLAN_PO_RELEASES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_PLAN_PO_RELEASES, object_name:POBV_PLAN_PO_RELEASES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_PLAN_PO_RELEASES ,
-
View: PO_RCV_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RCV_SUPPLY_VIEW, object_name:PO_RCV_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Receiving supply , implementation_dba_data: APPS.PO_RCV_SUPPLY_VIEW ,
-
View: PO_RCV_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RCV_SUPPLY_VIEW, object_name:PO_RCV_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Receiving supply , implementation_dba_data: APPS.PO_RCV_SUPPLY_VIEW ,
-
View: POBV_BKT_PO_RELEASES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_BKT_PO_RELEASES, object_name:POBV_BKT_PO_RELEASES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_BKT_PO_RELEASES ,
-
View: POBV_BKT_PO_RELEASES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_BKT_PO_RELEASES, object_name:POBV_BKT_PO_RELEASES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_BKT_PO_RELEASES ,
-
Table: RCV_SHIPMENT_LINES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_LINES, object_name:RCV_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: Receiving shipment line information , implementation_dba_data: PO.RCV_SHIPMENT_LINES ,
-
Table: RCV_SHIPMENT_LINES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_LINES, object_name:RCV_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: Receiving shipment line information , implementation_dba_data: PO.RCV_SHIPMENT_LINES ,
-
View: PO_PO_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_PO_SUPPLY_VIEW, object_name:PO_PO_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Purchasing supply , implementation_dba_data: APPS.PO_PO_SUPPLY_VIEW ,
-
View: PO_PURCHASE_ORDER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_PURCHASE_ORDER_V, object_name:PO_PURCHASE_ORDER_V, status:VALID, product: PO - Purchasing , description: Purchase order , implementation_dba_data: APPS.PO_PURCHASE_ORDER_V ,
-
View: PO_PO_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_PO_SUPPLY_VIEW, object_name:PO_PO_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Purchasing supply , implementation_dba_data: APPS.PO_PO_SUPPLY_VIEW ,
-
View: PO_PURCHASE_ORDER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_PURCHASE_ORDER_V, object_name:PO_PURCHASE_ORDER_V, status:VALID, product: PO - Purchasing , description: Purchase order , implementation_dba_data: APPS.PO_PURCHASE_ORDER_V ,
-
View: PO_ENC_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ENC_AEL_GL_V, object_name:PO_ENC_AEL_GL_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ENC_AEL_GL_V ,
-
View: POBV_SCHEDULED_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_SCHEDULED_DISTRIBUTIONS, object_name:POBV_SCHEDULED_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_SCHEDULED_DISTRIBUTIONS ,
-
View: POS_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_SHIPMENTS_V, object_name:POS_SHIPMENTS_V, status:VALID, product: PO - Purchasing , description: Create ASN View , implementation_dba_data: APPS.POS_SHIPMENTS_V ,
-
View: POBV_BKT_PO_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_BKT_PO_DISTRIBUTIONS, object_name:POBV_BKT_PO_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_BKT_PO_DISTRIBUTIONS ,
-
Table: PO_LINE_LOCATIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
Table: PO_LINE_LOCATIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
View: POS_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_SHIPMENTS_V POS.POS_SHIPMENTS_V, object_name:POS_SHIPMENTS_V, status:VALID, product: PO - Purchasing , description: Create ASN View , implementation_dba_data: APPS.POS_SHIPMENTS_V ,
-
View: POFV_PLAN_PO_RELEASES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PLAN_PO_RELEASES, object_name:POFV_PLAN_PO_RELEASES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_PLAN_PO_RELEASES ,
-
View: PO_ENC_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ENC_AEL_GL_V, object_name:PO_ENC_AEL_GL_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ENC_AEL_GL_V ,
-
Table: PO_DISTRIBUTIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_ALL, object_name:PO_DISTRIBUTIONS_ALL, status:VALID, product: PO - Purchasing , description: Purchase order distributions , implementation_dba_data: PO.PO_DISTRIBUTIONS_ALL ,
-
View: POFV_PLAN_PO_RELEASES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PLAN_PO_RELEASES, object_name:POFV_PLAN_PO_RELEASES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_PLAN_PO_RELEASES ,
-
View: POBV_BKT_PO_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_BKT_PO_DISTRIBUTIONS, object_name:POBV_BKT_PO_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_BKT_PO_DISTRIBUTIONS ,