Search Results unordered_flag
Overview
The OKX_PO_LINES_V view is a Contracts Integration object shipped within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 technical reference model (ETRM). It exposes purchase order line attributes in a normalized, single-row-per-line format suitable for integration and reporting workflows that bridge Oracle Purchasing and Oracle Contracts. The view is documented in the OKX - Contracts Integration product module, which handles the movement of contract and sourcing data between the purchasing and contracting schemas.
The view projects a consistent set of PO line columns so that downstream consumers — interfaces, concurrent programs, and custom reports — can query purchase order line details without joining the full PO_LINES_ALL table and its related lookup structures. It also supplies the standard Name/Description header columns (here both NULL) to satisfy a generic integration contract that expects a uniform column layout across the OKX family of views.
Per the ETRM metadata, the view is not physically implemented in the reference database; the definition is supplied for documentation purposes only. The identifier columns ID1 and ID2 are returned as PO_LINE_ID and the literal '#' respectively.
Underlying Base Objects
The view is defined over a single base table:
- PO_LINES_ALL — aliased as POL, this is the multi-organization base table storing purchase order line records in Oracle Purchasing. Every column exposed by OKX_PO_LINES_V maps directly to a column on PO_LINES_ALL with no join, aggregation, or expression.
Because the view selects directly from PO_LINES_ALL, its row count and filter behavior mirror the underlying table. The metadata lists "none documented" for referenced base objects beyond this direct reference. No other tables, views, or synonyms are involved in the definition.
Key Columns
- ID1 / ID2 — Integration surrogate keys; ID1 carries PO_LINE_ID and ID2 is the literal '#' (both aliased from the select list as ID1 and ID2, then presented as the NAME/DESCRIPTION stand-ins).
- PO_HEADER_ID — Foreign key linking the line to its parent purchase order header.
- PO_LINE_ID — Primary key of the purchase order line.
- LINE_TYPE_ID, LINE_NUM — Line type classification and the displayed line number.
- ITEM_ID, ITEM_REVISION, CATEGORY_ID, ITEM_DESCRIPTION — Item identity, revision, category, and descriptive text.
- UNIT_MEAS_LOOKUP_CODE — Unit of measure lookup code.
- LIST_PRICE_PER_UNIT, UNIT_PRICE, QUANTITY — Pricing and quantity values.
- UNORDERED_FLAG, CLOSED_FLAG, USER_HOLD_FLAG, CANCEL_FLAG — Status indicators. The USER_HOLD_FLAG column, the term behind the user's search, indicates whether a user-defined hold has been placed on the line.
- CANCEL_DATE, CLOSED_DATE — Timestamps for cancellation and closure events.
- ORG_ID — Multi-organization operating unit identifier.
Common Use Cases and Queries
This view is typically used to extract purchase order line data for contract integration, hold analysis, and status reporting. A typical query isolating lines under a user hold would resemble:
SELECT PO_HEADER_ID, PO_LINE_ID, LINE_NUM, ITEM_DESCRIPTION, USER_HOLD_FLAG FROM OKX_PO_LINES_V WHERE USER_HOLD_FLAG = 'Y';
Other practical uses include auditing closed and cancelled lines by date range, extracting unit price and quantity for contract value reconciliation, and driving interface programs that populate contract repositories. Because the view is not implemented in the reference database, organizations must confirm the view exists in their environment before relying on it for integration queries.
-
View: OKX_PO_LINES_V
12.1.1
product: OKX - Contracts Integration , implementation_dba_data: Not implemented in this database ,
-
View: OKX_PO_LINES_V
12.2.2
product: OKX - Contracts Integration , implementation_dba_data: Not implemented in this database ,
-
VIEW: IGC.IGC_CC_ARC_PO_LINES_ALL#
12.2.2
-
VIEW: APPS.PO_LINE_CHANGES_V
12.2.2
-
VIEW: PO.PO_LINES_ALL#
12.2.2
-
VIEW: PO.PO_LINES_ARCHIVE_ALL#
12.2.2
-
VIEW: PO.PO_LINES_DRAFT_ALL#
12.2.2
-
View: PO_LINES_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_TRX_V, object_name:PO_LINES_TRX_V, status:VALID, product: PO - Purchasing , description: View on po_lines table. , implementation_dba_data: APPS.PO_LINES_TRX_V ,
-
VIEW: APPS.PO_LINES_TRX_V
12.2.2
-
View: PO_OWNED_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_OWNED_LINES, object_name:PO_OWNED_LINES, status:VALID, product: PO - Purchasing , description: Security view for owned purchase order lines , implementation_dba_data: APPS.PO_OWNED_LINES ,
-
VIEW: IGC.IGC_CC_ARC_PO_LINES_ALL#
12.2.2
owner:IGC, object_type:VIEW, object_name:IGC_CC_ARC_PO_LINES_ALL#, status:VALID,
-
View: PO_OWNED_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_OWNED_LINES, object_name:PO_OWNED_LINES, status:VALID, product: PO - Purchasing , description: Security view for owned purchase order lines , implementation_dba_data: APPS.PO_OWNED_LINES ,
-
APPS.IGC_CC_PO_LINES_ALL_PVT SQL Statements
12.1.1
-
APPS.IGC_CC_PO_LINES_ALL_PVT SQL Statements
12.2.2
-
TABLE: PO.PO_LINES_GT
12.1.1
owner:PO, object_type:TABLE, object_name:PO_LINES_GT, status:VALID,
-
VIEW: APPS.PO_OWNED_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_OWNED_LINES, object_name:PO_OWNED_LINES, status:VALID,
-
VIEW: PO.PO_LINES_ALL#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_LINES_ALL#, status:VALID,
-
VIEW: PO.PO_LINES_ARCHIVE_ALL#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_LINES_ARCHIVE_ALL#, status:VALID,
-
TABLE: PO.PO_LINES_GT1
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_GT1, object_name:PO_LINES_GT1, status:VALID,
-
VIEW: PO.PO_LINES_DRAFT_ALL#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_LINES_DRAFT_ALL#, status:VALID,
-
VIEW: APPS.PO_OWNED_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_OWNED_LINES, object_name:PO_OWNED_LINES, status:VALID,
-
APPS.PO_COPY_DOCUMENTS_S SQL Statements
12.2.2
-
VIEW: APPS.PO_LINE_CHANGES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PO_LINE_CHANGES_V, status:VALID,
-
APPS.PO_COPY_DOCUMENTS_S SQL Statements
12.1.1
-
VIEW: APPS.PO_LINES_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_TRX_V, object_name:PO_LINES_TRX_V, status:VALID,
-
View: PO_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_V, object_name:PO_LINES_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_LINES_V ,
-
VIEW: APPS.PO_LINES_DIFF_V
12.2.2
-
View: PO_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_V, object_name:PO_LINES_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_LINES_V ,
-
VIEW: APPS.PO_LINE_LOCATIONS_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_INQ_V, object_name:PO_LINE_LOCATIONS_INQ_V, status:VALID,
-
VIEW: APPS.PO_LINES_INQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_INQ_V, object_name:PO_LINES_INQ_V, status:VALID,
-
VIEW: APPS.POS_PO_EXPECTED_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_EXPECTED_RECEIPTS_V POS.POS_PO_EXPECTED_RECEIPTS_V, object_name:POS_PO_EXPECTED_RECEIPTS_V, status:VALID,
-
VIEW: APPS.PO_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_V, object_name:PO_LINES_V, status:VALID,
-
VIEW: APPS.PO_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_V, object_name:PO_LINES_V, status:VALID,
-
TYPE: APPS.PO_LINES_VAL_TYPE
12.1.1
owner:APPS, object_type:TYPE, object_name:PO_LINES_VAL_TYPE, status:VALID,
-
VIEW: APPS.PO_LINES_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_INQ_V, object_name:PO_LINES_INQ_V, status:VALID,
-
VIEW: APPS.PO_LINES_DRAFT_DIFF_V
12.2.2
-
VIEW: APPS.PO_LINE_LOCATIONS_INQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_INQ_V, object_name:PO_LINE_LOCATIONS_INQ_V, status:VALID,
-
VIEW: APPS.POS_PO_EXPECTED_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_EXPECTED_RECEIPTS_V, object_name:POS_PO_EXPECTED_RECEIPTS_V, status:VALID,
-
TYPE: APPS.PO_LINES_VAL_TYPE
12.2.2
owner:APPS, object_type:TYPE, object_name:PO_LINES_VAL_TYPE, status:VALID,
-
APPS.PO_LINES_DRAFT_PKG SQL Statements
12.1.1
-
View: ICX_PO_LINES_INQ_V
12.1.1
product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: PO_LINES_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_XML, object_name:PO_LINES_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_LINES_XML ,
-
TABLE: IGC.IGC_CC_ARC_PO_LINES_ALL
12.1.1
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CC_ARC_PO_LINES_ALL, object_name:IGC_CC_ARC_PO_LINES_ALL, status:VALID,
-
View: ICX_PO_LINES_INQ_V
12.2.2
product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: PO_LINES_MERGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_MERGE_V, object_name:PO_LINES_MERGE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_LINES_MERGE_V ,
-
View: PO_LINES_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_XML, object_name:PO_LINES_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_LINES_XML ,
-
View: PO_LINES_MERGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_MERGE_V, object_name:PO_LINES_MERGE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_LINES_MERGE_V ,
-
View: PO_LINES_ARCHIVE_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_ARCHIVE_XML, object_name:PO_LINES_ARCHIVE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_LINES_ARCHIVE_XML ,
-
TABLE: IGC.IGC_CC_ARC_PO_LINES_ALL
12.2.2
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CC_ARC_PO_LINES_ALL, object_name:IGC_CC_ARC_PO_LINES_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGC_CC_PO_LINES_ALL_PVT
12.1.1