Search Results lookup_code
Overview
PO_LINE_LOCATIONS_CHANGE_PRINT is an APPS-owned database view in the Oracle E-Business Suite Purchasing (PO) module. It exposes shipment and schedule-level purchasing data drawn from the archived copy of purchase order line locations, joined to header, ship-to location, territory, and lookup metadata. The view is marked "Retrofitted," indicating it was migrated forward to support Oracle EBS 12.1.1 and 12.2.2 compatibility. Its name and column set suggest it is used primarily for change-order printing and audit reporting: it presents the shipment attributes (number, revision, type, promised date, quantities, price overrides, cancellation details, and descriptive flexfield context) needed to render a printed record of changes to a purchase order shipment.
Because the view filters on NVL(PLL.LATEST_EXTERNAL_FLAG, 'N') = 'Y', it reports only the latest externally visible version of each archived shipment, which is the appropriate scope for supplier-facing or change-notification output.
Underlying Base Objects
Per the documented ETRM 12.2.2 metadata, the view is defined over the following objects:
- PO_LINE_LOCATIONS_ARCHIVE (synonym) — the driving table, aliased
PLL, supplying shipment quantities, dates, flags, amounts, and DFF attributes. - PO_HEADERS_ALL (synonym) — aliased
POH, joined onPO_HEADER_IDto confirm the header context. - PO_HR_LOCATIONS (view) — aliased
HRL, supplying ship-to address components; outer-joined onLOCATION_ID = SHIP_TO_LOCATION_ID. - FND_TERRITORIES_TL (synonym) — aliased
FTE, resolving the country to a translated territory short name, language-matched toUSERENV('LANG'). - FND_LOOKUP_VALUES (synonym, referenced three times as
FCL1,FCL2,FCL3) — resolving province/region codes using lookup types such as<country>_PROVINCE. - FND_GLOBAL (package) and HR_GENERAL (package) — invoked for lookup security group resolution and related session context.
Key Columns
- SHIPMENT_NUM / REVISION_NUM — shipment identifier and revision, central to change tracking.
- Shipment type — a
DECODEmaps internal values to BLANKET, RELEASE, STANDARD, or PLANNED. - PROMISED_DATE / NEED_BY_DATE — coalesced via
NVLto give a single effective date. - QUANTITY, PRICE_OVERRIDE, AMOUNT — commercial terms of the shipment.
- CANCEL_FLAG, CANCEL_DATE, CANCEL_REASON, QUANTITY_CANCELLED, AMOUNT_CANCELLED — cancellation detail; the flag is normalized so both 'Y' and 'I' map to 'Y'.
- Address columns — ADDRESS_LINE_1..3, TOWN_OR_CITY, POSTAL_CODE, and a resolved REGION derived from the FND_LOOKUP_VALUES joins.
- TERRITORY_SHORT_NAME — country short name from FND_TERRITORIES_TL.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–15 — descriptive flexfield context and values.
- Key identifiers — PO_HEADER_ID, PO_LINE_ID, LINE_LOCATION_ID, SHIP_TO_LOCATION_ID, PO_RELEASE_ID, ORG_ID.
Common Use Cases and Queries
The view supports change-order print programs, shipment audit extracts, and reporting that requires resolved ship-to address and region text rather than raw lookup codes. Because the user searched for lookup_code, note that the region resolution depends on FCL.LOOKUP_CODE in the underlying join; the view exposes the resolved meaning rather than the raw code, so a query needing the code itself must look to FND_LOOKUP_VALUES directly. A typical query:
SELECT shipment_num, revision_num, quantity, nvl(promised_date, need_by_date) eff_date, town_or_city, region, territory_short_nameFROM apps.po_line_locations_change_printWHERE org_id = :org_id AND po_header_id = :header_id;
Analysts auditing cancellations often filter on cancel_flag = 'Y' and aggregate quantity_cancelled by header. For address validation, the outer joins mean shipments without a valid ship-to still return, with address columns null.
-
View: PO_LINE_LOCATIONS_CHANGE_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_CHANGE_PRINT, object_name:PO_LINE_LOCATIONS_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_CHANGE_PRINT ,
-
View: PO_LINE_LOCATIONS_CHANGE_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_CHANGE_PRINT, object_name:PO_LINE_LOCATIONS_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_CHANGE_PRINT ,
-
View: PO_SGD_MOD_HDRS_UDA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_MOD_HDRS_UDA_V, object_name:PO_SGD_MOD_HDRS_UDA_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_MOD_HDRS_UDA_V ,
-
View: EDW_LOOKUP_CODE_FKV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_LOOKUP_CODE_FKV, object_name:EDW_LOOKUP_CODE_FKV, status:VALID, product: PO - Purchasing , description: Lookup Code Key View , implementation_dba_data: APPS.EDW_LOOKUP_CODE_FKV ,
-
View: EDW_LOOKUP_CODE_FKV
12.2.2
product: PO - Purchasing , description: Lookup Code Key View , implementation_dba_data: Not implemented in this database ,
-
View: PO_SGD_HDRS_UDA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_HDRS_UDA_V, object_name:PO_SGD_HDRS_UDA_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_HDRS_UDA_V ,
-
View: EDW_LOOKUP_CODES_LCV
12.2.2
product: PO - Purchasing , description: Lookup Code Level Collection View , implementation_dba_data: Not implemented in this database ,
-
View: EDW_LOOKUP_CODES_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_LOOKUP_CODES_LCV, object_name:EDW_LOOKUP_CODES_LCV, status:VALID, product: PO - Purchasing , description: Lookup Code Level Collection View , implementation_dba_data: APPS.EDW_LOOKUP_CODES_LCV ,
-
View: PO_DOCUMENT_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DOCUMENT_TYPES_V, object_name:PO_DOCUMENT_TYPES_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_DOCUMENT_TYPES_V ,
-
View: PO_DOCUMENT_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DOCUMENT_TYPES_V, object_name:PO_DOCUMENT_TYPES_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_DOCUMENT_TYPES_V ,
-
View: PO_RFQQT_DOCUMENT_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQQT_DOCUMENT_STATUS_V, object_name:PO_RFQQT_DOCUMENT_STATUS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_RFQQT_DOCUMENT_STATUS_V ,
-
View: PO_RFQQT_DOCUMENT_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQQT_DOCUMENT_STATUS_V, object_name:PO_RFQQT_DOCUMENT_STATUS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_RFQQT_DOCUMENT_STATUS_V ,
-
View: PO_SGD_MOD_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_MOD_HEADERS_V, object_name:PO_SGD_MOD_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_MOD_HEADERS_V ,
-
View: PO_SGD_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_HEADERS_V, object_name:PO_SGD_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_HEADERS_V ,
-
View: PO_SGD_MOD_LINES_UDA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_MOD_LINES_UDA_V, object_name:PO_SGD_MOD_LINES_UDA_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_MOD_LINES_UDA_V ,
-
View: PO_SGD_LINES_UDA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_LINES_UDA_V, object_name:PO_SGD_LINES_UDA_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_LINES_UDA_V ,
-
View: PO_SGD_LINELOCS_UDA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_LINELOCS_UDA_V, object_name:PO_SGD_LINELOCS_UDA_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_LINELOCS_UDA_V ,
-
View: PO_DESTINATION_TYPES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DESTINATION_TYPES_ALL_V, object_name:PO_DESTINATION_TYPES_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_DESTINATION_TYPES_ALL_V ,
-
View: PO_RCV_CONTROL_LEVEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RCV_CONTROL_LEVEL_V, object_name:PO_RCV_CONTROL_LEVEL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_RCV_CONTROL_LEVEL_V ,
-
View: PO_TRANSACTION_NATURE_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_TRANSACTION_NATURE_ALL_V, object_name:PO_TRANSACTION_NATURE_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_TRANSACTION_NATURE_ALL_V ,
-
View: PO_SGD_MOD_LINELOCS_UDA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_MOD_LINELOCS_UDA_V, object_name:PO_SGD_MOD_LINELOCS_UDA_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_MOD_LINELOCS_UDA_V ,
-
View: PO_RCV_CONTROL_LEVEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RCV_CONTROL_LEVEL_V, object_name:PO_RCV_CONTROL_LEVEL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_RCV_CONTROL_LEVEL_V ,
-
View: PO_FREIGHT_TERMS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_FREIGHT_TERMS_VAL_V, object_name:PO_FREIGHT_TERMS_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_FREIGHT_TERMS_VAL_V ,
-
View: PO_DESTINATION_TYPES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DESTINATION_TYPES_VAL_V, object_name:PO_DESTINATION_TYPES_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_DESTINATION_TYPES_VAL_V ,
-
View: PO_INSPECTION_RESULTS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_INSPECTION_RESULTS_VAL_V, object_name:PO_INSPECTION_RESULTS_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_INSPECTION_RESULTS_VAL_V ,
-
View: PO_DESTINATION_TYPES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DESTINATION_TYPES_VAL_V, object_name:PO_DESTINATION_TYPES_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_DESTINATION_TYPES_VAL_V ,
-
View: PO_DESTINATION_TYPES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DESTINATION_TYPES_ALL_V, object_name:PO_DESTINATION_TYPES_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_DESTINATION_TYPES_ALL_V ,
-
View: PO_TRANSACTION_NATURE_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_TRANSACTION_NATURE_ALL_V, object_name:PO_TRANSACTION_NATURE_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_TRANSACTION_NATURE_ALL_V ,
-
View: PO_RECEIVED_VIA_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RECEIVED_VIA_VAL_V, object_name:PO_RECEIVED_VIA_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_RECEIVED_VIA_VAL_V ,
-
View: PO_FREIGHT_TERMS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_FREIGHT_TERMS_VAL_V, object_name:PO_FREIGHT_TERMS_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_FREIGHT_TERMS_VAL_V ,
-
View: PO_FOB_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_FOB_VAL_V, object_name:PO_FOB_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_FOB_VAL_V ,
-
View: PO_INSPECTION_RESULTS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_INSPECTION_RESULTS_VAL_V, object_name:PO_INSPECTION_RESULTS_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_INSPECTION_RESULTS_VAL_V ,
-
View: PO_FOB_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_FOB_VAL_V, object_name:PO_FOB_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_FOB_VAL_V ,
-
View: PO_RECEIVED_VIA_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RECEIVED_VIA_VAL_V, object_name:PO_RECEIVED_VIA_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_RECEIVED_VIA_VAL_V ,
-
View: RCV_AEL_SL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_AEL_SL_MRC_V, object_name:RCV_AEL_SL_MRC_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.RCV_AEL_SL_MRC_V ,
-
View: PO_APPROVED_SUPPLIER_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_APPROVED_SUPPLIER_LIST_V, object_name:PO_APPROVED_SUPPLIER_LIST_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_APPROVED_SUPPLIER_LIST_V ,
-
View: PO_APPROVED_SUPPLIER_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_APPROVED_SUPPLIER_LIST_V, object_name:PO_APPROVED_SUPPLIER_LIST_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_APPROVED_SUPPLIER_LIST_V ,
-
View: RCV_AEL_SL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_AEL_SL_MRC_V, object_name:RCV_AEL_SL_MRC_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.RCV_AEL_SL_MRC_V ,
-
View: RCV_AEL_SL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_AEL_SL_V, object_name:RCV_AEL_SL_V, status:VALID, product: PO - Purchasing , description: PO view accounting View , implementation_dba_data: APPS.RCV_AEL_SL_V ,
-
View: RCV_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_AEL_SL_V, object_name:RCV_AEL_SL_V, status:VALID, product: PO - Purchasing , description: PO view accounting View , implementation_dba_data: APPS.RCV_AEL_SL_V ,
-
View: RCV_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_AEL_GL_V, object_name:RCV_AEL_GL_V, status:VALID, product: PO - Purchasing , description: View for GL Drilldown , implementation_dba_data: APPS.RCV_AEL_GL_V ,
-
View: POS_CHV_ITEM_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_ITEM_ORDERS_V, object_name:POS_CHV_ITEM_ORDERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_CHV_ITEM_ORDERS_V ,
-
View: POS_CHV_ITEM_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_ITEM_ORDERS_V POS.POS_CHV_ITEM_ORDERS_V, object_name:POS_CHV_ITEM_ORDERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_CHV_ITEM_ORDERS_V ,
-
View: PO_SGD_MOD_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_MOD_LINES_V, object_name:PO_SGD_MOD_LINES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_MOD_LINES_V ,
-
View: PO_SGD_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_LINES_V, object_name:PO_SGD_LINES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_LINES_V ,
-
View: PO_RELEASE_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RELEASE_XML, object_name:PO_RELEASE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_RELEASE_XML ,
-
View: PO_RELEASE_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RELEASE_XML, object_name:PO_RELEASE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_RELEASE_XML ,
-
View: 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, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_EXPECTED_RECEIPTS_V ,
-
View: RCV_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_AEL_GL_V, object_name:RCV_AEL_GL_V, status:VALID, product: PO - Purchasing , description: View for GL Drilldown , implementation_dba_data: APPS.RCV_AEL_GL_V ,
-
View: 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, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_EXPECTED_RECEIPTS_V ,