Search Results ship_header_id
Overview
APPS.INL_SHIPLN_LANDED_COSTS_V is a reporting view owned by the APPS schema within Oracle Landed Cost Management (INL). It is a VALID database object in Oracle E-Business Suite 12.1.1 and 12.2.2. The view presents landed cost information aggregated at the shipment line level, allowing cost components allocated to imported or received goods to be analyzed by shipment header, adjustment number, ship line, organization, and inventory item.
In the context of the user search term landed_cost_flag, the view is significant because its internal aggregation logic filters the underlying allocation summary on LANDED_COST_FLAG = 'Y'. This flag distinguishes genuine landed cost allocations from other allocation rows that may exist for the same shipment, adjustment, line, organization, and item combination. Consequently, INL_SHIPLN_LANDED_COSTS_V serves as the canonical read-only interface for retrieving landed cost amounts that have been successfully associated with a shipment line, rather than raw allocation data that may include non-landed-cost adjustments.
The view is principally used in reporting, reconciliation, and integration scenarios where shipment-level cost composition — item price, charges, and taxes — must be examined independently and in total.
Underlying Base Objects
Per the ETRM metadata, the view's documented base objects are:
- INL_ALLOCATIONS (SYNONYM) — the principal source of allocation amounts and quantities.
- INL_ASSOCIATIONS (SYNONYM) — associates allocations with their originating charge or tax records.
- INL_SHIP_HEADERS_ALL (SYNONYM) — the shipment header, supplying
SHIP_HEADER_ID. - INL_SHIP_LINES_ALL (SYNONYM) — the shipment lines, supplying
SHIP_LINE_IDandSHIP_LINE_NUM.
The view text references an intermediate object, INL_ALLOCATION_SUMMARY_V, from which the cost components are derived through correlated subqueries. Each subquery constrains the summary rows by SHIP_HEADER_ID, ADJUSTMENT_NUM, SHIP_LINE_ID, ORGANIZATION_ID, and INVENTORY_ITEM_ID, and applies LANDED_COST_FLAG = 'Y'. The association source table is further inspected via ASSOC_FROM_PARENT_TABLE_NAME pattern matching to classify rows as item price, charges, or taxes.
Key Columns
SHIP_HEADER_ID— identifier of the parent shipment header.ADJUSTMENT_NUM— the landed cost adjustment number under which costs were computed.SHIP_LINE_ID,SHIP_LINE_NUM— the shipment line identifier and displayed line number.ORGANIZATION_ID— the inventory organization context for the allocation.INVENTORY_ITEM_ID— the item to which costs are allocated.ITEM_PRICE— summed allocation amount whereASSOC_FROM_PARENT_TABLE_NAMEis null or does not begin withINL_CHARGEorINL_TAX.CHARGES— summed allocation amount where the association originates from a table beginning withINL_CHARGE%.TAXES— summed allocation amount where the association originates from a table beginning withINL_TAX%.PRIMARY_QTY,PRIMARY_UOM_CODE— aggregated primary quantity and its unit of measure for the shipment line.
Common Use Cases and Queries
Typical uses include verifying landed cost allocation for a shipment, reconciling charges and taxes by item, and feeding downstream cost analysis or integration extracts. The following query lists landed cost components for a specific shipment header:
SELECT ship_line_num,
inventory_item_id,
item_price,
charges,
taxes,
primary_qty,
primary_uom_code
FROM apps.inl_shipln_landed_costs_v
WHERE ship_header_id = :p_ship_header_id
ORDER BY ship_line_num;
To isolate lines where landed cost charges were allocated:
SELECT ship_header_id, adjustment_num, ship_line_id, charges
FROM apps.inl_shipln_landed_costs_v
WHERE charges > 0
AND organization_id = :p_org_id;
Because the view is built from allocation summary data filtered by LANDED_COST_FLAG = 'Y', results reflect only allocations flagged as landed cost, making it suitable for period-end valuation and landed cost audit reporting.
-
View: INL_SHIPLN_LANDED_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_SHIPLN_LANDED_COSTS_V, object_name:INL_SHIPLN_LANDED_COSTS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows landed cost information for Shipment Lines , implementation_dba_data: APPS.INL_SHIPLN_LANDED_COSTS_V ,
-
View: INL_SHIP_LANDED_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_SHIP_LANDED_COSTS_V, object_name:INL_SHIP_LANDED_COSTS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows landed cost information for a Shipment. , implementation_dba_data: APPS.INL_SHIP_LANDED_COSTS_V ,
-
View: INL_SHIP_LANDED_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_SHIP_LANDED_COSTS_V, object_name:INL_SHIP_LANDED_COSTS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows landed cost information for a Shipment. , implementation_dba_data: APPS.INL_SHIP_LANDED_COSTS_V ,
-
View: INL_ADJ_SHIP_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ADJ_SHIP_LINES_V, object_name:INL_ADJ_SHIP_LINES_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows adjusted information on Shipment Lines. , implementation_dba_data: APPS.INL_ADJ_SHIP_LINES_V ,
-
View: INL_ADJ_SHIP_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ADJ_SHIP_LINES_V, object_name:INL_ADJ_SHIP_LINES_V, status:VALID, product: INL - Oracle Landed Cost Management , implementation_dba_data: APPS.INL_ADJ_SHIP_LINES_V ,
-
View: INL_CORR_MATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_CORR_MATCHES_V, object_name:INL_CORR_MATCHES_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows corrected information of matches between actual and estimated amounts of a Landed Cost Shipment. , implementation_dba_data: APPS.INL_CORR_MATCHES_V ,
-
View: INL_ADJ_TAX_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ADJ_TAX_LINES_V, object_name:INL_ADJ_TAX_LINES_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows adjusted information on Tax Lines. , implementation_dba_data: APPS.INL_ADJ_TAX_LINES_V ,
-
View: INL_ADJ_TAX_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ADJ_TAX_LINES_V, object_name:INL_ADJ_TAX_LINES_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows adjusted information on Tax Lines. , implementation_dba_data: APPS.INL_ADJ_TAX_LINES_V ,
-
View: INL_EBTAX_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_EBTAX_LINES_V, object_name:INL_EBTAX_LINES_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows EBTAX Line information. , implementation_dba_data: APPS.INL_EBTAX_LINES_V ,
-
View: INL_EBTAX_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_EBTAX_LINES_V, object_name:INL_EBTAX_LINES_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows EBTAX Line information. , implementation_dba_data: APPS.INL_EBTAX_LINES_V ,
-
View: INL_ADJ_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ADJ_ASSOCIATIONS_V, object_name:INL_ADJ_ASSOCIATIONS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows adjusted associations between landed cost components of the same or different Shipments. , implementation_dba_data: APPS.INL_ADJ_ASSOCIATIONS_V ,
-
View: INL_CORR_MATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_CORR_MATCHES_V, object_name:INL_CORR_MATCHES_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows corrected information of matches between actual and estimated amounts of a Landed Cost Shipment. , implementation_dba_data: APPS.INL_CORR_MATCHES_V ,
-
View: INL_ALLOCATION_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ALLOCATION_SUMMARY_V, object_name:INL_ALLOCATION_SUMMARY_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows the summary of the allocation of Shipment amounts. , implementation_dba_data: APPS.INL_ALLOCATION_SUMMARY_V ,
-
View: INL_ALLOCATION_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ALLOCATION_SUMMARY_V, object_name:INL_ALLOCATION_SUMMARY_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows the summary of the allocation of Shipment amounts. , implementation_dba_data: APPS.INL_ALLOCATION_SUMMARY_V ,
-
View: INL_ALLOCATION_FLOW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ALLOCATION_FLOW_V, object_name:INL_ALLOCATION_FLOW_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows information on the flow of the Shipment amounts to get the corresponding Shipment Lines. , implementation_dba_data: APPS.INL_ALLOCATION_FLOW_V ,
-
View: INL_ALLOCATION_FLOW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ALLOCATION_FLOW_V, object_name:INL_ALLOCATION_FLOW_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows information on the flow of the Shipment amounts to get the corresponding Shipment Lines. , implementation_dba_data: APPS.INL_ALLOCATION_FLOW_V ,
-
View: INL_SHIP_PO_OVERALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_SHIP_PO_OVERALL_V, object_name:INL_SHIP_PO_OVERALL_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows overall information on Shipments for Purchase Orders , implementation_dba_data: APPS.INL_SHIP_PO_OVERALL_V ,
-
View: INL_ALLOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ALLOCATIONS_V, object_name:INL_ALLOCATIONS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows all amounts of a Shipment, prorated into its Shipment Lines. , implementation_dba_data: APPS.INL_ALLOCATIONS_V ,
-
View: INL_CHARGE_OVERALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_CHARGE_OVERALL_V, object_name:INL_CHARGE_OVERALL_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows overall information on Charges. , implementation_dba_data: APPS.INL_CHARGE_OVERALL_V ,
-
View: INL_CHARGE_OVERALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_CHARGE_OVERALL_V, object_name:INL_CHARGE_OVERALL_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows overall information on Charges. , implementation_dba_data: APPS.INL_CHARGE_OVERALL_V ,
-
View: INL_ADJ_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ADJ_ASSOCIATIONS_V, object_name:INL_ADJ_ASSOCIATIONS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows adjusted associations between landed cost components of the same or different Shipments. , implementation_dba_data: APPS.INL_ADJ_ASSOCIATIONS_V ,
-
View: INL_SHIPLN_LANDED_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_SHIPLN_LANDED_COSTS_V, object_name:INL_SHIPLN_LANDED_COSTS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows landed cost information for Shipment Lines , implementation_dba_data: APPS.INL_SHIPLN_LANDED_COSTS_V ,
-
View: INL_DET_LANDED_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_DET_LANDED_COSTS_V, object_name:INL_DET_LANDED_COSTS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows detailed landed cost information for a Shipment. , implementation_dba_data: APPS.INL_DET_LANDED_COSTS_V ,
-
View: INL_ALLOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ALLOCATIONS_V, object_name:INL_ALLOCATIONS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows all amounts of a Shipment, prorated into its Shipment Lines. , implementation_dba_data: APPS.INL_ALLOCATIONS_V ,
-
View: INL_DET_LANDED_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_DET_LANDED_COSTS_V, object_name:INL_DET_LANDED_COSTS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows detailed landed cost information for a Shipment. , implementation_dba_data: APPS.INL_DET_LANDED_COSTS_V ,
-
View: INL_SHIP_IR_OVERALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_SHIP_IR_OVERALL_V, object_name:INL_SHIP_IR_OVERALL_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows overall information on Shipments for Internal Requisition , implementation_dba_data: APPS.INL_SHIP_IR_OVERALL_V ,
-
View: INL_SHIP_RMA_OVERALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_SHIP_RMA_OVERALL_V, object_name:INL_SHIP_RMA_OVERALL_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows overall information on Shipments for Return Material Authorizations , implementation_dba_data: APPS.INL_SHIP_RMA_OVERALL_V ,
-
View: INL_SHIP_OVERALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_SHIP_OVERALL_V, object_name:INL_SHIP_OVERALL_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows overall information on Shipments and their sources different from Purchase Orders, Internal Requisitions and RMA. , implementation_dba_data: APPS.INL_SHIP_OVERALL_V ,
-
View: INL_SHIP_OVERALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_SHIP_OVERALL_V, object_name:INL_SHIP_OVERALL_V, status:VALID, product: INL - Oracle Landed Cost Management , description: This view shows overall information on Shipments and their sources such as Purchase Orders, Internal Requisitions and RMA. , implementation_dba_data: APPS.INL_SHIP_OVERALL_V ,