Search Results po_line_locations_trx_v
Overview
The APPS.PO_LINE_LOCATIONS_TRX_V view is a Purchasing (PO) module database object in Oracle E-Business Suite 12.1.1 and 12.2.2. It exposes a transaction-oriented projection of the PO_LINE_LOCATIONS table, which holds the shipment- and distribution-schedule level detail of a purchase order line. Each row in PO_LINE_LOCATIONS represents a specific shipment or schedule for a given PO line, carrying quantity, pricing, receipt, invoicing, and tax attributes that govern how that shipment is processed downstream.
The view is classified as VALID and owned by the APPS schema. Its role is to provide a stable, read-oriented interface for reporting and integration that other PO components — including package logic and tax calculation routines — can reference without directly targeting the base table. Because the searched term "calculate_tax_flag" relates to tax determination on purchasing documents, this view is relevant where transactional tax flags and amounts are read from the shipment level.
Underlying Base Objects
The documented metadata identifies the following referenced base objects:
PO_LINE_LOCATIONS(SYNONYM) — the primary physical table from which the view derives its columns.PO_LINES_TRX_V(VIEW) — the line-level transactional view, related to this view through thePO_LINE_IDforeign key.PO_DISTRIBUTIONS_ALL(SYNONYM) — distribution-level detail linked to shipments viaLINE_LOCATION_ID.PO_CLM_INTG_GRP(PACKAGE) — a Purchasing package referenced in the dependency chain, generally associated with contract/commitment integration processing.
The view text directly selects from POLL (the PO_LINE_LOCATIONS alias), projecting nearly all columns of the base table. It does not perform aggregation, so one view row corresponds to one shipment/schedule record.
Key Columns
LINE_LOCATION_ID— primary key of the shipment/schedule record; the join key to distributions and receipts.PO_HEADER_ID,PO_LINE_ID— foreign keys to the PO header and line.QUANTITY,QUANTITY_RECEIVED,QUANTITY_ACCEPTED,QUANTITY_REJECTED,QUANTITY_BILLED,QUANTITY_CANCELLED— ordered, received, and settled quantities.TAXABLE_FLAG,TAX_NAME,ESTIMATED_TAX_AMOUNT— tax-related attributes that determine whether a shipment is taxable and which tax regime applies. These are the fields most closely associated with tax calculation behavior.NEED_BY_DATE,PROMISED_DATE,START_DATE,END_DATE— scheduling dates.SHIP_TO_LOCATION_ID,SHIP_TO_ORGANIZATION_ID,SHIPMENT_NUM— shipment destination and numbering.INSPECTION_REQUIRED_FLAG,RECEIPT_REQUIRED_FLAG,QTY_RCV_TOLERANCE,QTY_RCV_EXCEPTION_CODE— receiving controls.CLOSED_FLAG,CANCEL_FLAG,APPROVED_FLAG,ENCUMBERED_FLAG— status and encumbrance indicators.ATTRIBUTE1throughATTRIBUTE15— descriptive flexfield columns.
Common Use Cases and Queries
Typical scenarios include reporting open shipment quantities, reviewing tax attributes per shipment, and feeding receiving or invoicing processes. A representative query retrieves taxable shipments for a given PO line:
SELECT line_location_id, po_line_id, quantity, taxable_flag, tax_name, estimated_tax_amount FROM apps.po_line_locations_trx_v WHERE po_line_id = :p_line_id AND taxable_flag = 'Y';- Joining to
PO_DISTRIBUTIONS_ALLonLINE_LOCATION_IDto reconcile billed versus ordered quantities. - Filtering on
CLOSED_FLAG = 'N'andCANCEL_FLAG = 'N'to isolate active shipments pending receipt.
Because the view projects the base table without transformation, its results remain consistent with transaction-level Purchasing data and are suitable for custom reports, extracts, and integration interfaces.
-
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.POR_RCV_HOME_RECEIPTS_V
12.2.2
-
VIEW: APPS.POR_RCV_SHIP_DISP_HEADERS_V
12.2.2
-
VIEW: APPS.POR_RCV_SHIP_DISP_LINES_V
12.2.2
-
APPS.INV_RCV_TXN_INTERFACE SQL Statements
12.2.2
-
VIEW: APPS.POR_RCV_RETURN_TO_VENDOR_V
12.2.2
-
PACKAGE BODY: APPS.WMS_PLAN_TASKS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_PLAN_TASKS_PVT, status:VALID,
-
PACKAGE BODY: APPS.INV_RCV_TXN_INTERFACE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_RCV_TXN_INTERFACE, status:VALID,
-
VIEW: APPS.POR_RCV_CONF_ITEMS_V
12.2.2
-
VIEW: APPS.POR_RCV_REQS_ALL_V
12.2.2
-
PACKAGE BODY: APPS.INV_LABEL_PVT3
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT3, status:VALID,
-
PACKAGE: APPS.PO_CLM_INTG_GRP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PO_CLM_INTG_GRP, status:VALID,
-
VIEW: APPS.POR_RCV_HOME_REQS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_HOME_REQS_V, object_name:POR_RCV_HOME_REQS_V, status:VALID,
-
VIEW: APPS.POR_RCV_REQS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_ALL_V, object_name:POR_RCV_REQS_ALL_V, status:VALID,
-
VIEW: APPS.POR_RCV_HOME_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_HOME_RECEIPTS_V, object_name:POR_RCV_HOME_RECEIPTS_V, status:VALID,
-
PACKAGE BODY: APPS.INV_LABEL_PVT1
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT1, status:VALID,
-
PACKAGE BODY: APPS.WMS_WAVEPLAN_TASKS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_WAVEPLAN_TASKS_PVT, status:VALID,
-
VIEW: APPS.POR_RCV_ALL_ITEMS_V1
12.2.2
-
PACKAGE BODY: APPS.WMS_PACKING_WORKBENCH_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_PACKING_WORKBENCH_PVT, status:VALID,
-
VIEW: APPS.POR_RCV_PURCHASE_ITEMS_V
12.2.2
-
VIEW: APPS.POR_RCV_HOME_REQS_V
12.2.2
-
PACKAGE BODY: APPS.QA_PLAN_ELEMENT_API
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QA_PLAN_ELEMENT_API, status:VALID,
-
PACKAGE BODY: APPS.INV_LABEL_PVT4
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT4, status:VALID,
-
VIEW: APPS.POR_RCV_CONF_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_CONF_ITEMS_V, object_name:POR_RCV_CONF_ITEMS_V, status:VALID,
-
PACKAGE BODY: APPS.INV_LABEL_PVT5
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT5, status:VALID,
-
VIEW: APPS.POR_RCV_MY_PURCHASE_ITEMS_V
12.2.2
-
PACKAGE BODY: APPS.INV_UI_RCV_LOVS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_UI_RCV_LOVS, status:VALID,
-
VIEW: APPS.POR_RCV_PURCHASE_RECEIPTS_V
12.2.2
-
VIEW: APPS.POR_RCV_SHIP_DISP_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_SHIP_DISP_HEADERS_V, object_name:POR_RCV_SHIP_DISP_HEADERS_V, status:VALID,
-
VIEW: APPS.POR_RCV_EXPRESS_ITEMS_V
12.2.2
-
VIEW: APPS.POR_RCV_REQ_PURCH_RECEIPTS_V
12.2.2
-
VIEW: APPS.POR_RCV_SHIPMENTS_V
12.2.2
-
VIEW: APPS.POR_RCV_EXPRESS_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_EXPRESS_ITEMS_V, object_name:POR_RCV_EXPRESS_ITEMS_V, status:VALID,
-
VIEW: APPS.RCV_RETURNS_V
12.2.2
-
VIEW: APPS.POR_RCV_SHIP_DISP_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_SHIP_DISP_LINES_V, object_name:POR_RCV_SHIP_DISP_LINES_V, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_LCM_V
12.2.2
-
VIEW: APPS.RCV_ENTER_RECEIPTS_ASN_V
12.2.2
-
VIEW: APPS.RCV_CORRECTIONS_V
12.2.2
-
APPS.INV_UI_RCV_LOVS SQL Statements
12.2.2
-
VIEW: APPS.POR_RCV_ALL_ITEMS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_ALL_ITEMS_V1, object_name:POR_RCV_ALL_ITEMS_V1, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_PO_V
12.2.2
-
VIEW: APPS.RCV_VRC_TXS_VENDINT_V
12.2.2
-
VIEW: APPS.POR_RCV_MY_PURCHASE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:POR_RCV_MY_PURCHASE_ITEMS_V, status:VALID,
-
VIEW: APPS.POR_RCV_REQ_ITEMS_V
12.2.2
-
VIEW: APPS.POR_RCV_REQ_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_ITEMS_V, object_name:POR_RCV_REQ_ITEMS_V, status:VALID,
-
VIEW: APPS.POR_RCV_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_SHIPMENTS_V, object_name:POR_RCV_SHIPMENTS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.POR_RCV_PURCHASE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_PURCHASE_ITEMS_V, object_name:POR_RCV_PURCHASE_ITEMS_V, status:VALID,
-
VIEW: APPS.RCV_MSL_V
12.2.2
-
VIEW: APPS.RCV_VRC_TXS_V
12.2.2