Search Results consigned_flag
Overview
PO_LINE_LOCATIONS_PRINT is an APPS-owned view in the Oracle E-Business Suite Purchasing (PO) module, documented in ETRM as a retrofitted object. It presents shipment- and distribution-level purchasing data drawn from the line locations table, joined to the corresponding purchasing document header. In Oracle EBS 12.1.1 and 12.2.2 the view functions as a print and reporting interface rather than a transactional entity: it denormalizes shipment attributes — scheduling, pricing, cancellation, taxability, descriptive flexfields, and consignment status — into a single queryable structure suitable for purchase order printing, BI Publisher extracts, ad hoc reporting, and integration feeds.
The view is significant for users searching the CONSIGNED_FLAG attribute, because it is one of the few published, supported objects that surface consignment information at the shipment level alongside the parent document context.
Underlying Base Objects
Per the documented metadata, the view is defined over two referenced base objects:
- PO_LINE_LOCATIONS_ALL (SYNONYM) (aliased
PLL) — the primary source, supplying all shipment-level columns includingCONSIGNED_FLAG, quantities, dates, amounts, and the sequential descriptive flexfield attributes. - PO_HEADERS (SYNONYM) (aliased
PH) — joined onPLL.PO_HEADER_ID = PH.PO_HEADER_IDto anchor each shipment row to its purchasing document header.
All columns originate from PO_LINE_LOCATIONS_ALL except the header identifier used for the join; no columns from PO_HEADERS are projected in the select list. The _ALL suffix on the line locations table indicates that the view is multi-organization aware, and the document organization is exposed through ORG_ID, derived from the shipment record.
Key Columns
- PO_HEADER_ID, PO_LINE_ID, LINE_LOCATION_ID — the primary keys linking header, line, and shipment, essential for joins back to transactional tables.
- SHIPMENT_NUM — the shipment (schedule) number within the line.
- QUANTITY (exposed as QUANTITY_ORDERED), AMOUNT, RELEASE_PRICE (PRICE_OVERRIDE), QUANTITY_CANCELLED, AMOUNT_CANCELLED — order and pricing quantities.
- DUE_DATE — derived via
NVL(NEED_BY_DATE, PROMISED_DATE); PROMISED_DATE and NEED_BY_DATE are also projected separately. - CANCEL_FLAG, CANCEL_DATE, CANCEL_REASON — cancellation status of the shipment.
- SHIPMENT_TYPE — a decoded value normalizing shipment types to STANDARD, PLANNED, BLANKET, or RELEASE.
- CONSIGNED_FLAG — indicates whether the shipment is transacted on consignment terms, a key attribute for supplier-owned inventory reporting.
- TAXABLE_FLAG, START_DATE, END_DATE, SHIP_TO_LOCATION_ID, PO_RELEASE_ID, ORG_ID — taxability, effective dating, destination, release reference, and operating unit.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–15 — the shipment-level descriptive flexfield segments.
Common Use Cases and Queries
Typical applications include consigned inventory reporting, open shipment extracts, and purchase order print programs. A query to identify consigned shipments is:
SELECT pllp.shipment_num, pllp.po_header_id, pllp.po_line_id, pllp.line_location_id, pllp.quantity_ordered, pllp.due_date, pllp.shipment_type, pllp.org_id FROM apps.po_line_locations_print pllp WHERE pllp.consigned_flag = 'Y' AND pllp.cancel_flag = 'N' AND pllp.org_id = :p_org_id;
Users may further constrain by SHIPMENT_TYPE = 'STANDARD' or filter on DUE_DATE ranges for scheduling analysis, and join PO_HEADER_ID and PO_LINE_ID to the transactional purchasing tables for supplier and item detail.
-
View: PO_LINE_LOCATIONS_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_PRINT, object_name:PO_LINE_LOCATIONS_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_PRINT ,
-
View: PO_LINE_LOCATIONS_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_PRINT, object_name:PO_LINE_LOCATIONS_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_PRINT ,
-
View: PO_ECX_LINE_LOC_ARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ECX_LINE_LOC_ARCH_V, object_name:PO_ECX_LINE_LOC_ARCH_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ECX_LINE_LOC_ARCH_V ,
-
View: PO_ECX_LINE_LOC_ARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ECX_LINE_LOC_ARCH_V, object_name:PO_ECX_LINE_LOC_ARCH_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ECX_LINE_LOC_ARCH_V ,
-
View: RCV_TRANSACTIONS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRANSACTIONS_MRC_V, object_name:RCV_TRANSACTIONS_MRC_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRANSACTIONS_MRC_V ,
-
View: RCV_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RETURNS_V, object_name:RCV_RETURNS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_RETURNS_V ,
-
View: RCV_TRANSACTIONS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRANSACTIONS_MRC_V, object_name:RCV_TRANSACTIONS_MRC_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRANSACTIONS_MRC_V ,
-
View: RCV_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RETURNS_V, object_name:RCV_RETURNS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_RETURNS_V ,
-
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: PO_LINE_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_V, object_name:PO_LINE_LOCATIONS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_V ,
-
View: PO_LINE_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_V, object_name:PO_LINE_LOCATIONS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_V ,
-
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 ,
-
View: PO_DISTRIBUTIONS_INQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_INQ_V, object_name:PO_DISTRIBUTIONS_INQ_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_DISTRIBUTIONS_INQ_V ,
-
View: PO_DISTRIBUTIONS_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_INQ_V, object_name:PO_DISTRIBUTIONS_INQ_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_DISTRIBUTIONS_INQ_V ,
-
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 ,
-
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 ,
-
View: 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, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_INQ_V ,
-
View: 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, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_INQ_V ,