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.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_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 ,
-
APPS.CST_PACEAMCOST_GRP dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.POR_CANCEL_NOTIF_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.PO_DOCUMENT_ACTION_UTIL dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.EAM_MAT_REQ_VALIDATE_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.INV_MGD_MVT_SO_MDTR dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.PO_CREATE_REQUISITION_SV dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.POR_PURGE_SYS_SAVED_REQ dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.IGC_CBC_FUNDS_CHECKER dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.CSP_SUPPLY_DEMAND_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.INV_DIAG_RCV_IO dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.RCV_AVAILABILITY dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.INV_DIAG_RCV_IPROC_COMMON dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.POA_DBI_PO_DIST_F_C dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.JAI_RCV_TAX_PKG dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.PA_CHECK_COMMITMENTS dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.INV_DIAG_RCV_IO dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.PO_DOCUMENT_ACTION_UTIL dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.PJM_SCHED_INT_WF dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.AHL_MM_MTL_MGT_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.PO_DOCUMENT_CHECKS_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.JAI_PO_TAX_PKG dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.PO_NEGOTIATIONS4_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.FV_YE_CLOSE dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.FV_FACTS_TRX_REGISTER dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.EAM_DIRECT_ITEMS_VALIDATE_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.FV_GTAS_TRX_REGISTER dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.PO_AME_SETUP_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.OE_ORDER_IMPORT_SPECIFIC_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.PO_NEGOTIATIONS4_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.CST_EAMCOST_PUB dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1
-
APPS.PO_REQ_LINES_SV dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.POR_AME_APPROVAL_LIST dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.OE_PROCESS_REQUISITION_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.PO_MODIFY_REQUISITION_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.INV_MGD_MVT_STATS_PROC dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.POR_PURGE_SYS_SAVED_REQ dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.JAI_PO_RLA_TRIGGER_PKG dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.WIP_OSP dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.PO_NEGOTIATION_REQ_NOTIF dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.OE_ORDER_IMPORT_INTEROP_PUB dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.CSP_PLAN_DETAILS_PKG dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.OE_INTERNAL_REQUISITION_PVT dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.EAM_WORKORDER_UTIL_PKG dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on PO_REQUISITION_HEADERS_ALL
12.1.1