Search Results po_reqexpress_headers_all
Overview
The PO_REQEXPRESS_HEADERS_ALL table is a core data structure within the Oracle E-Business Suite Purchasing (PO) module, specifically for versions 12.1.1 and 12.2.2. As indicated by its description, it stores the header-level information for templates used in creating express requisitions. Express requisitions are simplified, template-driven requisitions that enable users to quickly request frequently ordered items without navigating the full, standard requisition entry process. This table acts as the master definition for these reusable templates, holding the template's identifying and descriptive attributes. Its ALL suffix signifies it is a multi-organization table, meaning it stores data partitioned by the ORG_ID (Operating Unit) to support a multi-org architecture.
Key Information Stored
The table's primary purpose is to define and identify each unique express requisition template. The most critical column is EXPRESS_NAME, which serves as the unique identifier for a template and is the primary key (PO_REQEXPRESS_HEADERS_UK1). While the provided ETRM excerpt does not list all columns, typical columns in such a header table would include CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and DESCRIPTION to provide an overview of the template's purpose. The ORG_ID column is essential for determining the operating unit context. Other likely columns control template availability and usage, such as an ACTIVE flag or START_DATE and END_DATE columns.
Common Use Cases and Queries
This table is central to the administration and reporting of express requisition templates. Common functional and technical activities include auditing template usage, identifying templates by operating unit, and troubleshooting data integrity. A fundamental query retrieves all active templates for a specific operating unit:
- SELECT express_name, description, creation_date FROM po_reqexpress_headers_all WHERE org_id = :org_id AND SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE);
For reporting purposes, one might join this table to the lines table (PO_REQEXPRESS_LINES_ALL) to generate a complete list of items defined within each template. Data fix scripts often reference the EXPRESS_NAME from this table to correct or purge related line data. Understanding the templates defined in this table is also crucial for supporting users who utilize the express requisitions functionality.
Related Objects
The primary related object is the PO_REQEXPRESS_LINES_ALL table, which stores the individual item lines associated with each template header. As documented in the foreign key relationship, PO_REQEXPRESS_LINES_ALL.EXPRESS_NAME references PO_REQEXPRESS_HEADERS_ALL.EXPRESS_NAME. This creates a one-to-many relationship where a single header template can have multiple item lines. The table is also integral to the underlying APIs and forms that drive the "Requisition Templates" and "Create Requisitions from Templates" functions within the Purchasing application. While not explicitly listed in the excerpt, it is often joined in views that provide consolidated reporting on requisition templates.
-
Table: PO_REQEXPRESS_HEADERS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQEXPRESS_HEADERS_ALL, object_name:PO_REQEXPRESS_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Template headers for express requisitions , implementation_dba_data: PO.PO_REQEXPRESS_HEADERS_ALL ,
-
Table: PO_REQEXPRESS_HEADERS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQEXPRESS_HEADERS_ALL, object_name:PO_REQEXPRESS_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Template headers for express requisitions , implementation_dba_data: PO.PO_REQEXPRESS_HEADERS_ALL ,
-
APPS.ICX_POR_EXT_DIAG dependencies on PO_REQEXPRESS_HEADERS_ALL
12.2.2
-
APPS.ICX_POR_EXT_DIAG dependencies on PO_REQEXPRESS_HEADERS_ALL
12.1.1
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_REQEXPRESS_HEADERS_ALL
12.1.1
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_REQEXPRESS_HEADERS_ALL
12.2.2
-
APPS.ICX_CAT_UTIL_PVT dependencies on PO_REQEXPRESS_HEADERS_ALL
12.2.2
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on PO_REQEXPRESS_HEADERS_ALL
12.2.2
-
APPS.ICX_CAT_POPULATE_ITEM_PVT dependencies on PO_REQEXPRESS_HEADERS_ALL
12.1.1
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on PO_REQEXPRESS_HEADERS_ALL
12.1.1
-
APPS.ICX_CAT_UTIL_PVT dependencies on PO_REQEXPRESS_HEADERS_ALL
12.1.1
-
APPS.ICX_CAT_POPULATE_ITEM_PVT dependencies on PO_REQEXPRESS_HEADERS_ALL
12.2.2
-
VIEW: APPS.PO_REQEXPRESS_HEADERS_ALL_DFV
12.2.2
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_LINES_ALL
12.2.2
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_HEADERS_ALL
12.2.2
-
VIEW: APPS.PO_REQEXPRESS_HEADERS_ALL_DFV
12.1.1
-
VIEW: APPS.PO_REQEXPRESS_HEADERS_ALL1_DFV
12.2.2
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_REQEXPRESS_LINES_ALL
12.1.1
-
APPS.ICX_CAT_UTIL_PVT dependencies on PO_REQEXPRESS_LINES_ALL
12.1.1
-
VIEW: APPS.PO_REQEXPRESS_HEADERS_ALL1_DFV
12.1.1
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_REQEXPRESS_LINES_ALL
12.2.2
-
APPS.ICX_CAT_POPULATE_ITEM_PVT dependencies on PO_REQEXPRESS_LINES_ALL
12.2.2
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_ATTRIBUTE_VALUES_TLP
12.2.2
-
APPS.ICX_POR_EXT_DIAG dependencies on PO_REQEXPRESS_LINES_ALL
12.2.2
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on PO_REQEXPRESS_LINES_ALL
12.1.1
-
APPS.ICX_CAT_UTIL_PVT dependencies on PO_REQEXPRESS_LINES_ALL
12.2.2
-
SYNONYM: APPS.PO_REQEXPRESS_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQEXPRESS_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.PO_REQEXPRESS_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQEXPRESS_HEADERS_ALL, status:VALID,
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on PO_REQEXPRESS_LINES_ALL
12.2.2
-
APPS.ICX_POR_EXT_DIAG dependencies on PO_REQEXPRESS_LINES_ALL
12.1.1
-
VIEW: PO.PO_REQEXPRESS_HEADERS_ALL#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_REQEXPRESS_HEADERS_ALL#, status:VALID,
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_ATTRIBUTE_VALUES_TLP
12.1.1
-
APPS.ICX_CAT_POPULATE_ITEM_PVT dependencies on PO_REQEXPRESS_LINES_ALL
12.1.1
-
VIEW: APPS.ICX_POR_REQ_TEMPLATES
12.2.2
-
VIEW: PO.PO_REQEXPRESS_HEADERS_ALL#
12.2.2
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_SESSION_GT
12.1.1
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_SESSION_GT
12.2.2
-
SYNONYM: APPS.PO_REQEXPRESS_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQEXPRESS_HEADERS, status:VALID,
-
VIEW: APPS.ICX_POR_REQ_TEMPLATES
12.1.1
-
VIEW: APPS.PO_REQEXPRESS_HEADERS_ALL1_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:PO_REQEXPRESS_HEADERS_ALL1_DFV, status:VALID,
-
VIEW: APPS.PO_REQEXPRESS_HEADERS_ALL1_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:PO_REQEXPRESS_HEADERS_ALL1_DFV, status:VALID,
-
Table: PO_REQEXPRESS_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQEXPRESS_LINES_ALL, object_name:PO_REQEXPRESS_LINES_ALL, status:VALID, product: PO - Purchasing , description: Template lines for express requisitions , implementation_dba_data: PO.PO_REQEXPRESS_LINES_ALL ,
-
Table: PO_REQEXPRESS_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQEXPRESS_LINES_ALL, object_name:PO_REQEXPRESS_LINES_ALL, status:VALID, product: PO - Purchasing , description: Template lines for express requisitions , implementation_dba_data: PO.PO_REQEXPRESS_LINES_ALL ,
-
TABLE: PO.PO_REQEXPRESS_HEADERS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQEXPRESS_HEADERS_ALL, object_name:PO_REQEXPRESS_HEADERS_ALL, status:VALID,
-
TABLE: PO.PO_REQEXPRESS_HEADERS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQEXPRESS_HEADERS_ALL, object_name:PO_REQEXPRESS_HEADERS_ALL, status:VALID,
-
PACKAGE BODY: APPS.ICX_POR_EXT_DIAG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_POR_EXT_DIAG, status:VALID,
-
SYNONYM: APPS.PO_REQEXPRESS_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQEXPRESS_HEADERS, status:VALID,
-
VIEW: APPS.PO_REQEXPRESS_HEADERS_ALL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:PO_REQEXPRESS_HEADERS_ALL_DFV, status:VALID,