Search Results po_requisition_headers_all
Overview
The PO_REQUISITION_HEADERS_ALL table is a core transactional entity within Oracle E-Business Suite Purchasing (PO) module. It serves as the master header record for purchase requisitions, which are formal internal requests for the procurement of goods or services. Each row in this table represents a single, unique requisition document, establishing its fundamental attributes, approval status, and sourcing method. As an "ALL" table, it is multi-organization enabled, storing data for all operating units defined within the instance, which is critical for deployments with shared service centers or complex organizational structures. The table's integrity is enforced by primary keys on REQUISITION_HEADER_ID and SEGMENT1, ensuring each requisition has a unique system identifier and document number.
Key Information Stored
The table's columns capture the essential metadata for a requisition header. The primary identifier is REQUISITION_HEADER_ID, a unique system-generated sequence. The SEGMENT1 column stores the human-readable requisition number, often displayed in application screens and reports. Other critical columns typically include PREPARER_ID (linking to the employee who created it), AUTHORIZATION_STATUS (tracking the approval workflow state), TYPE_LOOKUP_CODE (defining the requisition type, such as Purchase or Internal), and DESCRIPTION. It also contains organizational context via ORG_ID and sourcing directives such as SOURCE_TYPE_CODE. Dates for preparation, last update, and approval are standard, along with control attributes for processing and interfacing with other modules like General Ledger.
Common Use Cases and Queries
This table is central for requisition reporting, audit trails, and integration processes. Common analytical queries involve joining with PO_REQUISITION_LINES_ALL to assess requisition volume, value, and item details. A typical pattern is to retrieve requisition headers pending approval or created within a specific date range for a given operating unit. For troubleshooting, one might query the header to understand the lifecycle of a requisition referenced in an error from a downstream interface. Sample SQL to find requisitions by number and status is:
- SELECT segment1, authorization_status, prepared_date FROM po_requisition_headers_all WHERE segment1 = '<REQ_NUMBER>' AND org_id = <ORG_ID>;
Integration use cases include drop-ship sales orders linking via OE_DROP_SHIP_SOURCES, kanban replenishment via MTL_KANBAN_CARD_ACTIVITY, and supply planning through MTL_SUPPLY.
Related Objects
PO_REQUISITION_HEADERS_ALL has extensive relationships across the EBS suite. Its most direct child is the PO_REQUISITION_LINES_ALL table, which holds the detailed line items for each header. As indicated by the foreign key metadata, it is referenced by numerous transactional and interface tables. Key dependencies include:
- PO_REQUISITION_LINES_ALL: Core child table for line details.
- PO_ACTION_HISTORY / PO_NOTIFICATIONS_ALL: Track approval workflow and notifications.
- MTL_SUPPLY / MTL_KANBAN_CARD_ACTIVITY: Integrate with Inventory and Manufacturing for material planning.
- OE_DROP_SHIP_SOURCES: Links to Order Management for drop-ship fulfillment.
- PO_REQUISITIONS_INTERFACE_ALL: Serves as the target for data imported via the Requisitions Open Interface.
- PO_PURGE_REQ_LIST / PO_HISTORY_REQUISITIONS_ALL: Support data archival and purge processes.
These relationships underscore the table's pivotal role as the authoritative source for requisition header data, feeding procurement, financial, and supply chain execution processes.
-
Table: PO_REQUISITION_HEADERS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_HEADERS_ALL, object_name:PO_REQUISITION_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Requisition headers , implementation_dba_data: PO.PO_REQUISITION_HEADERS_ALL ,
-
Table: PO_REQUISITION_HEADERS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_HEADERS_ALL, object_name:PO_REQUISITION_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Requisition headers , implementation_dba_data: PO.PO_REQUISITION_HEADERS_ALL ,
-
Table: PO_MASSCANCEL_INTERIM
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_MASSCANCEL_INTERIM, object_name:PO_MASSCANCEL_INTERIM, status:VALID, product: PO - Purchasing , description: MassCancel temporary table , implementation_dba_data: PO.PO_MASSCANCEL_INTERIM ,
-
Table: PO_MASSCANCEL_INTERIM
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_MASSCANCEL_INTERIM, object_name:PO_MASSCANCEL_INTERIM, status:VALID, product: PO - Purchasing , description: MassCancel temporary table , implementation_dba_data: PO.PO_MASSCANCEL_INTERIM ,
-
Table: PO_HISTORY_REQUISITIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HISTORY_REQUISITIONS_ALL, object_name:PO_HISTORY_REQUISITIONS_ALL, status:VALID, product: PO - Purchasing , description: Purged requisitions , implementation_dba_data: PO.PO_HISTORY_REQUISITIONS_ALL ,
-
Table: PO_PURGE_REQ_LIST
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_PURGE_REQ_LIST, object_name:PO_PURGE_REQ_LIST, status:VALID, product: PO - Purchasing , description: Requisition candidates for purging , implementation_dba_data: PO.PO_PURGE_REQ_LIST ,
-
Table: PO_HISTORY_REQUISITIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HISTORY_REQUISITIONS_ALL, object_name:PO_HISTORY_REQUISITIONS_ALL, status:VALID, product: PO - Purchasing , description: Purged requisitions , implementation_dba_data: PO.PO_HISTORY_REQUISITIONS_ALL ,
-
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: PO_PURGE_REQ_LIST
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_PURGE_REQ_LIST, object_name:PO_PURGE_REQ_LIST, status:VALID, product: PO - Purchasing , description: Requisition candidates for purging , implementation_dba_data: PO.PO_PURGE_REQ_LIST ,
-
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_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: 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_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 ,
-
View: PO_REQS_IN_POOL_SEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQS_IN_POOL_SEC_V, object_name:PO_REQS_IN_POOL_SEC_V, status:VALID, product: PO - Purchasing , description: This view was created for HTML Autocreate. This view retrieves the requisition headers that have one or more lines that are currently in the pool (i.e. eligible for Autocreate), in the operating units specified by the MO: Security Profile p , implementation_dba_data: APPS.PO_REQS_IN_POOL_SEC_V ,
-
View: POBV_REQUISITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITIONS, object_name:POBV_REQUISITIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_REQUISITIONS ,
-
View: POBV_REQUISITIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITIONS, object_name:POBV_REQUISITIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_REQUISITIONS ,
-
View: PO_REQS_IN_POOL_SEC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQS_IN_POOL_SEC_V, object_name:PO_REQS_IN_POOL_SEC_V, status:VALID, product: PO - Purchasing , description: This view was created for HTML Autocreate. This view retrieves the requisition headers that have one or more lines that are currently in the pool (i.e. eligible for Autocreate), in the operating units specified by the MO: Security Profile p , implementation_dba_data: APPS.PO_REQS_IN_POOL_SEC_V ,
-
View: PO_REQ_LINES_IN_POOL_SEC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQ_LINES_IN_POOL_SEC_V, object_name:PO_REQ_LINES_IN_POOL_SEC_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_REQ_LINES_IN_POOL_SEC_V ,
-
View: PO_REQUISITION_HEADERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_HEADERS_ALL_V, object_name:PO_REQUISITION_HEADERS_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_REQUISITION_HEADERS_ALL_V ,
-
View: PO_REQ_LINES_IN_POOL_SEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQ_LINES_IN_POOL_SEC_V, object_name:PO_REQ_LINES_IN_POOL_SEC_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_REQ_LINES_IN_POOL_SEC_V ,
-
View: POFV_REQUISITIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITIONS, object_name:POFV_REQUISITIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_REQUISITIONS ,
-
View: PO_REQ_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQ_SUPPLY_VIEW, object_name:PO_REQ_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Requisition supply , implementation_dba_data: APPS.PO_REQ_SUPPLY_VIEW ,
-
View: POFV_REQUISITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITIONS, object_name:POFV_REQUISITIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_REQUISITIONS ,
-
View: PO_REQUISITION_HEADERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_HEADERS_ALL_V, object_name:PO_REQUISITION_HEADERS_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_REQUISITION_HEADERS_ALL_V ,
-
View: PO_REQ_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQ_SUPPLY_VIEW, object_name:PO_REQ_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Requisition supply , implementation_dba_data: APPS.PO_REQ_SUPPLY_VIEW ,
-
Table: PO_REQUISITION_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL, object_name:PO_REQUISITION_LINES_ALL, status:VALID, product: PO - Purchasing , description: Requisition lines , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL ,
-
View: POBV_REQUISITION_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_DISTRIBUTIONS, object_name:POBV_REQUISITION_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_REQUISITION_DISTRIBUTIONS ,
-
View: POBV_REQUISITION_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_DISTRIBUTIONS, object_name:POBV_REQUISITION_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_REQUISITION_DISTRIBUTIONS ,
-
Table: PO_REQUISITIONS_INTERFACE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITIONS_INTERFACE_ALL, object_name:PO_REQUISITIONS_INTERFACE_ALL, status:VALID, product: PO - Purchasing , description: Requisition Import interface table , implementation_dba_data: PO.PO_REQUISITIONS_INTERFACE_ALL ,
-
Table: PO_REQUISITION_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL, object_name:PO_REQUISITION_LINES_ALL, status:VALID, product: PO - Purchasing , description: Requisition lines , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL ,
-
Table: PO_REQUISITIONS_INTERFACE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITIONS_INTERFACE_ALL, object_name:PO_REQUISITIONS_INTERFACE_ALL, status:VALID, product: PO - Purchasing , description: Requisition Import interface table , implementation_dba_data: PO.PO_REQUISITIONS_INTERFACE_ALL ,
-
View: PO_REQ_LINES_IN_POOL_SRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQ_LINES_IN_POOL_SRC_V, object_name:PO_REQ_LINES_IN_POOL_SRC_V, status:VALID, product: PO - Purchasing , description: This view shows all the requisition lines which are available in the pool from Oracle sourcing point of view. That is the where clause does not check for reqs_in_pool_flag='Y'. , implementation_dba_data: APPS.PO_REQ_LINES_IN_POOL_SRC_V ,
-
View: PO_REQ_LINES_IN_POOL_SRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQ_LINES_IN_POOL_SRC_V, object_name:PO_REQ_LINES_IN_POOL_SRC_V, status:VALID, product: PO - Purchasing , description: This view shows all the requisition lines which are available in the pool from Oracle sourcing point of view. That is the where clause does not check for reqs_in_pool_flag='Y'. , implementation_dba_data: APPS.PO_REQ_LINES_IN_POOL_SRC_V ,
-
View: PO_REQ_TAX_LINES_SUMMARY_V
12.1.1
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: PO_REQ_TAX_LINES_SUMMARY_V
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: PO_OWNED_REQUISITION_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_OWNED_REQUISITION_LINES, object_name:PO_OWNED_REQUISITION_LINES, status:VALID, product: PO - Purchasing , description: Security view for owned requisition lines , implementation_dba_data: APPS.PO_OWNED_REQUISITION_LINES ,
-
View: POFV_REQUISITION_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITION_DISTRIBUTIONS, object_name:POFV_REQUISITION_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_REQUISITION_DISTRIBUTIONS ,
-
View: PO_OWNED_REQUISITION_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_OWNED_REQUISITION_LINES, object_name:PO_OWNED_REQUISITION_LINES, status:VALID, product: PO - Purchasing , description: Security view for owned requisition lines , implementation_dba_data: APPS.PO_OWNED_REQUISITION_LINES ,
-
View: POFV_REQUISITION_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITION_DISTRIBUTIONS, object_name:POFV_REQUISITION_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_REQUISITION_DISTRIBUTIONS ,
-
View: POS_RCV_REJECTED_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_REJECTED_ITEMS_V, object_name:POS_RCV_REJECTED_ITEMS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_REJECTED_ITEMS_V ,
-
View: POS_RCV_REJECTED_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_REJECTED_ITEMS_V POS.POS_RCV_REJECTED_ITEMS_V, object_name:POS_RCV_REJECTED_ITEMS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_REJECTED_ITEMS_V ,
-
View: POBV_REQUISITION_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_LINES, object_name:POBV_REQUISITION_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_REQUISITION_LINES ,
-
View: POBV_REQUISITION_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_LINES, object_name:POBV_REQUISITION_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_REQUISITION_LINES ,
-
View: POFV_INBOUND_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENT_LINES, object_name:POFV_INBOUND_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_INBOUND_SHIPMENT_LINES ,
-
View: POFV_INBOUND_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENT_LINES, object_name:POFV_INBOUND_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_INBOUND_SHIPMENT_LINES ,
-
View: PO_DISTRIBUTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_V, object_name:PO_DISTRIBUTIONS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_DISTRIBUTIONS_V ,
-
View: PO_DISTRIBUTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_V, object_name:PO_DISTRIBUTIONS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_DISTRIBUTIONS_V ,
-
View: POFV_STD_PO_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_STD_PO_DISTRIBUTIONS, object_name:POFV_STD_PO_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_STD_PO_DISTRIBUTIONS ,
-
View: POFV_PLAN_PO_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PLAN_PO_DISTRIBUTIONS, object_name:POFV_PLAN_PO_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_PLAN_PO_DISTRIBUTIONS ,