Search Results calculate_tax_flag
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: 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_RELEASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_RELEASE_V, object_name:PO_LINE_LOCATIONS_RELEASE_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_RELEASE_V ,
-
View: PO_LINE_LOCATIONS_RELEASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_RELEASE_V, object_name:PO_LINE_LOCATIONS_RELEASE_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_RELEASE_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_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_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_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 ,