Search Results supplier_order_line_number
Overview
The APPS.CLN_PO_ECX_LINE_LOC_ARCH_V view is a denormalized, integration-oriented projection over Oracle Purchasing line and shipment (line location) data. It consolidates attributes from the purchasing document header, line, and shipment levels into a single row structure intended for supplier-facing or exchange-based (ECX) archiving and outbound messaging scenarios. Within the Oracle E-Business Suite 12.1.1 and 12.2.2 environments, the view carries an Oracle Internal Use Only designation. Oracle Corporation does not support direct access to application data through this object except from standard Oracle Applications programs. The ETRM metadata classifies the view type as Internal, and the underlying FND design data is registered under the CLN product short name, indicating the object belongs to a specialized application module rather than the core PO schema.
Because the object name contains the ARCH token, its role is best understood as an archival or integration staging structure rather than a general transaction inquiry view. It is typically consumed by concurrent programs, exchange extracts, or supplier collaboration flows that require a flattened representation of purchase order line and shipment information keyed by a supplier order line number.
Underlying Base Objects
The documented dependencies for this view are limited and well defined. It is defined over the following base objects:
PO_LINE_LOCATIONS_ALL— the shipment or order line location detail table, providing quantities, dates, and ship-to information.PO_LINES_ALL— the purchase order line table, providing line-level identifiers and numbering.MTL_UNITS_OF_MEASURE_TL— the unit of measure translation table, used to resolve the UOM display value.
These base tables are accessed through APPS synonyms. The view joins them to associate each line location with its parent line and, in turn, with header and release context captured via the PO_HEADER_ID and PO_RELEASE_ID columns. The metadata confirms that CLN_PO_ECX_LINE_LOC_ARCH_V is not referenced by any other database object, establishing it as a leaf or terminal consumption object in the dependency chain.
Key Columns
The view exposes eighteen columns. The most significant include:
SUPPLIER_ORDER_LINE_NUMBER(VARCHAR2(25)) — the supplier-facing order line number, the field most commonly used to search this object and to correlate records with external supplier systems.PO_HEADER_ID,PO_RELEASE_ID,PO_LINE_ID,LINE_LOCATION_ID— the primary and foreign key identifiers linking the record to its header, release, line, and shipment.LINE_NUMandSHIPMENT_NUM— the numeric line and shipment sequence values used in purchasing displays and confirmations.ORDERED_QUANTITYandUOM— the ordered quantity and its corresponding unit of measure.NEED_BY_DATE,PROMISED_DATE,LAST_ACCEPT_DATE— scheduling and supplier commitment dates used in delivery performance reporting.PARTNER_ID,PRICE_OVERRIDE,TAXABLE_FLAG,TAX_CODE_ID,SHIP_TO_LOC_ID,CONSIGNED_FLAG— supplier, pricing, tax, and consignment attributes relevant to exchange messaging.
Common Use Cases and Queries
This view is most often used to extract supplier-facing line and shipment details for archiving, reconciliation, or exchange messaging. A typical query filters by supplier order line number or by purchase order identifiers.
Retrieve all shipments for a specific supplier order line number:
SELECT supplier_order_line_number,
line_num,
shipment_num,
ordered_quantity,
uom,
need_by_date,
promised_date
FROM apps.cln_po_ecx_line_loc_arch_v
WHERE supplier_order_line_number = :p_supplier_order_line_number;
Correlate shipments to a purchase order for integration reconciliation:
SELECT po_header_id,
po_line_id,
line_location_id,
shipment_num,
ordered_quantity,
last_accept_date
FROM apps.cln_po_ecx_line_loc_arch_v
WHERE po_header_id = :p_po_header_id
ORDER BY line_num, shipment_num;
Because the object is documented as Internal Use Only and is not supported for direct data access outside standard Oracle Applications programs, any query usage should be validated against the corresponding application flow and treated as read-only reporting rather than a supported integration interface.
-
VIEW: APPS.CLN_PO_ECX_LINE_LOC_ARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_PO_ECX_LINE_LOC_ARCH_V, object_name:CLN_PO_ECX_LINE_LOC_ARCH_V, status:VALID,
-
VIEW: APPS.CLN_PO_ECX_LINE_LOC_ARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_PO_ECX_LINE_LOC_ARCH_V, object_name:CLN_PO_ECX_LINE_LOC_ARCH_V, status:VALID,
-
VIEW: APPS.PO_LINE_LOCATION_CHANGES_V
12.2.2
-
VIEW: PO.PO_LINE_LOCATIONS_ALL#
12.2.2
-
VIEW: PO.PO_LINE_LOCATIONS_ARCHIVE_ALL#
12.2.2
-
VIEW: PO.PO_LINE_LOCATIONS_DRAFT_ALL#
12.2.2
-
View: CLN_PO_ECX_LINE_LOC_ARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_PO_ECX_LINE_LOC_ARCH_V, object_name:CLN_PO_ECX_LINE_LOC_ARCH_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: This view is used for mapping purposes in PIP-3A8Response , implementation_dba_data: APPS.CLN_PO_ECX_LINE_LOC_ARCH_V ,
-
View: CLN_PO_ECX_LINE_LOC_ARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_PO_ECX_LINE_LOC_ARCH_V, object_name:CLN_PO_ECX_LINE_LOC_ARCH_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: This view is used for mapping purposes in PIP-3A8Response , implementation_dba_data: APPS.CLN_PO_ECX_LINE_LOC_ARCH_V ,
-
VIEW: PO.PO_LINE_LOCATIONS_ARCHIVE_ALL#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_LINE_LOCATIONS_ARCHIVE_ALL#, status:VALID,
-
VIEW: PO.PO_LINE_LOCATIONS_DRAFT_ALL#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_LINE_LOCATIONS_DRAFT_ALL#, status:VALID,
-
VIEW: PO.PO_LINE_LOCATIONS_ALL#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_LINE_LOCATIONS_ALL#, status:VALID,
-
VIEW: APPS.PO_LINE_LOCATION_CHANGES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PO_LINE_LOCATION_CHANGES_V, status:VALID,
-
View: PO_LINE_LOCATIONS_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_TRX_V, object_name:PO_LINE_LOCATIONS_TRX_V, status:VALID, product: PO - Purchasing , description: View on po_line_locations table. , implementation_dba_data: APPS.PO_LINE_LOCATIONS_TRX_V ,
-
VIEW: APPS.PO_LINE_LOCATIONS_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_TRX_V, object_name:PO_LINE_LOCATIONS_TRX_V, status:VALID,
-
VIEW: APPS.PO_LINE_LOCS_DRAFT_DIFF_V
12.2.2
-
TYPE: APPS.PO_LINE_LOCATIONS_VAL_TYPE
12.1.1
owner:APPS, object_type:TYPE, object_name:PO_LINE_LOCATIONS_VAL_TYPE, status:VALID,
-
TYPE: APPS.PO_LINE_LOCATIONS_VAL_TYPE
12.2.2
owner:APPS, object_type:TYPE, object_name:PO_LINE_LOCATIONS_VAL_TYPE, status:VALID,
-
VIEW: APPS.PO_LINE_LOCS_DIFF_V
12.2.2
-
View: PO_LINE_LOCATIONS_MERGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_MERGE_V, object_name:PO_LINE_LOCATIONS_MERGE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_LINE_LOCATIONS_MERGE_V ,
-
View: PO_LINE_LOCATIONS_MERGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_MERGE_V, object_name:PO_LINE_LOCATIONS_MERGE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_LINE_LOCATIONS_MERGE_V ,
-
APPS.PO_LINE_LOCATIONS_DRAFT_PKG SQL Statements
12.1.1
-
View: PO_LINE_LOCATIONS_ARCHIVE_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_XML, object_name:PO_LINE_LOCATIONS_ARCHIVE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_LINE_LOCATIONS_ARCHIVE_XML ,
-
APPS.PO_LINE_LOCATIONS_DRAFT_PKG SQL Statements
12.2.2
-
View: PO_LINE_LOCATIONS_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_XML, object_name:PO_LINE_LOCATIONS_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_LINE_LOCATIONS_XML ,
-
View: PO_LINE_LOCATIONS_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_XML, object_name:PO_LINE_LOCATIONS_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_LINE_LOCATIONS_XML ,
-
View: PO_LINE_LOCATIONS_ARCHIVE_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_XML, object_name:PO_LINE_LOCATIONS_ARCHIVE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_LINE_LOCATIONS_ARCHIVE_XML ,
-
TABLE: PO.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,
-
VIEW: APPS.PO_LINE_LOCATIONS_ARCHIVE_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_XML, object_name:PO_LINE_LOCATIONS_ARCHIVE_XML, status:VALID,
-
VIEW: APPS.PO_LINE_LOCATIONS_MERGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_MERGE_V, object_name:PO_LINE_LOCATIONS_MERGE_V, status:VALID,
-
TABLE: PO.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,
-
VIEW: APPS.PO_LINE_LOCATIONS_MERGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_MERGE_V, object_name:PO_LINE_LOCATIONS_MERGE_V, status:VALID,
-
TABLE: PO.PO_LINE_LOCATIONS_DRAFT_ALL
12.1.1
owner:PO, object_type:TABLE, object_name:PO_LINE_LOCATIONS_DRAFT_ALL, status:VALID,
-
VIEW: APPS.PO_LINE_LOCATIONS_ARCHIVE_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_XML, object_name:PO_LINE_LOCATIONS_ARCHIVE_XML, status:VALID,
-
TABLE: PO.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,
-
VIEW: APPS.PO_LINE_LOCATIONS_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_XML, object_name:PO_LINE_LOCATIONS_XML, status:VALID,
-
VIEW: APPS.PO_LINE_LOCATIONS_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_XML, object_name:PO_LINE_LOCATIONS_XML, status:VALID,
-
TABLE: PO.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,
-
TABLE: PO.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,
-
PACKAGE BODY: APPS.PO_LINE_LOCATIONS_DRAFT_PKG
12.1.1
-
PACKAGE BODY: APPS.PO_LINE_LOCATIONS_DRAFT_PKG
12.2.2
-
APPS.PO_DOCUMENT_UPDATE_PVT SQL Statements
12.1.1
-
APPS.PO_SYNC_DRAFT_FROM_ARCHIVE_PVT SQL Statements
12.2.2
-
APPS.PO_DOCUMENT_UPDATE_PVT SQL Statements
12.2.2
-
APPS.PO_CHG_REQUEST_PVT SQL Statements
12.1.1
-
APPS.PO_CHG_REQUEST_PVT SQL Statements
12.2.2
-
APPS.PO_DOCUMENT_ARCHIVE_PVT SQL Statements
12.1.1
-
APPS.PO_CHG_REQUEST_PVT dependencies on PO_LINE_LOCATIONS_ALL
12.2.2
-
APPS.PO_CHG_REQUEST_PVT dependencies on PO_LINE_LOCATIONS_ALL
12.1.1
-
APPS.PO_CHG_REQUEST_PVT dependencies on PO_LINE_LOCATIONS
12.1.1
-
PACKAGE BODY: APPS.PO_SYNC_DRAFT_FROM_ARCHIVE_PVT
12.2.2