Search Results inl_tax_lines
Overview
The INL_TAX_LINES table is a core transactional data object within the Oracle Landed Cost Management (LCM) module, owned by the INL schema. Its documented purpose is to store information on taxes associated with Shipment components. In the context of Oracle E-Business Suite 12.1.1 and 12.2.2, this table captures the tax line detail that accrues against landed cost shipments, enabling organizations to record, adjust, and reconcile tax amounts incurred during the movement of goods across borders or through the supply chain.
The object is classified as VALID and contains 22 documented columns in the ETRM 12.2.2 physical schema. From a heuristic Data Vault modeling perspective, the metadata suggests this table behaves as a satellite object, holding descriptive and measurable attributes (tax amounts, currency conversion details, adjustment references) that describe a central business concept — the tax line — rather than acting as a pure hub or link. The absence of outgoing foreign keys other than the reference to ZX_LINES reinforces this standalone classification, though the table also relates to shipment headers through its own columns.
Key Information Stored
The table's surrogate primary key is TAX_LINE_ID, which is also the sole documented unique index (INL_TAX_LINES_U1), making it the definitive business-key candidate and the column used for join integrity. Among the most significant columns are:
- TAX_LINE_NUM — the human-readable sequence number for the tax line within its shipment context.
- TAX_CODE — identifies the tax regime or classification applied to the component.
- SHIP_HEADER_ID — links the tax line back to its parent shipment header.
- PARENT_TAX_LINE_ID — supports hierarchical or adjusting tax line structures.
- ADJUSTMENT_NUM — tracks adjustments applied to the original tax line.
- MATCH_ID and MATCH_AMOUNT_ID — correlate the tax line to matching and reconciliation records.
- SOURCE_PARENT_TABLE_NAME and SOURCE_PARENT_TABLE_ID — identify the originating parent entity for traceability.
- TAX_AMT and NREC_TAX_AMT — hold the primary and non-recoverable tax amounts.
- CURRENCY_CODE, CURRENCY_CONVERSION_TYPE, CURRENCY_CONVERSION_DATE, and CURRENCY_CONVERSION_RATE — capture the multi-currency conversion context for the tax amount.
- TAX_AMT_INCLUDED_FLAG — indicates whether tax is embedded in the base amount.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard WHO audit columns.
Common Use Cases and Queries
Typical usage centers on landed cost analysis, tax reconciliation, and shipment cost reporting. A common query retrieves all tax lines for a given shipment:
SELECT TAX_LINE_NUM, TAX_CODE, TAX_AMT, CURRENCY_CODE
FROM INL_TAX_LINES
WHERE SHIP_HEADER_ID = :ship_header_id
ORDER BY TAX_LINE_NUM;
Reporting scenarios include aggregating recoverable versus non-recoverable tax by shipment, validating currency conversion consistency, and tracing adjustment chains via PARENT_TAX_LINE_ID. Integration queries join to ZX_LINES through TAX_LINE_ID to reconcile LCM tax lines with the E-Business Tax engine. Audit queries leverage the WHO columns to identify recent changes.
Related Objects
- ZX_LINES — referenced via
INL_TAX_LINES.TAX_LINE_ID → ZX_LINES.TAX_LINE_ID, providing the authoritative tax calculation detail. - INL_SHIP_HEADERS — parent shipment entity joined through
SHIP_HEADER_ID. - INL_SHIP_LINES — shipment component detail typically correlated to tax lines.
- INL_MATCHES / INL_MATCH_AMOUNTS — reconciliation records referenced by
MATCH_IDandMATCH_AMOUNT_ID. - ZX_LINES_SUMMARY and E-Business Tax reporting views — downstream consumers of tax line amounts.
-
Table: INL_TAX_LINES
12.2.2
owner:INL, object_type:TABLE, fnd_design_data:INL.INL_TAX_LINES, object_name:INL_TAX_LINES, status:VALID, product: INL - Oracle Landed Cost Management , description: This table stores information on taxes associated to Shipment components. , implementation_dba_data: INL.INL_TAX_LINES ,
-
Table: INL_TAX_LINES
12.1.1
owner:INL, object_type:TABLE, fnd_design_data:INL.INL_TAX_LINES, object_name:INL_TAX_LINES, status:VALID, product: INL - Oracle Landed Cost Management , description: This table stores information on taxes associated to Shipment components. , implementation_dba_data: INL.INL_TAX_LINES ,
-
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: APPS.INL_DET_LANDED_COSTS_V
12.1.1
-
VIEW: APPS.GMF_LC_ADJ_DETAILS_V
12.2.2
-
VIEW: APPS.INL_ADJ_TAX_LINES_V
12.2.2
-
VIEW: APPS.INL_DET_LANDED_COSTS_V
12.2.2
-
View: GMF_LC_ADJ_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_LC_ADJ_DETAILS_V, object_name:GMF_LC_ADJ_DETAILS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: LC Adjustment details view will contain detailed information for each actual LC adjustment , implementation_dba_data: APPS.GMF_LC_ADJ_DETAILS_V ,
-
VIEW: APPS.INL_ADJ_ASSOCIATIONS_V
12.2.2
-
APPS.INL_TAX_PVT SQL Statements
12.1.1
-
VIEW: APPS.INL_ALLOCATION_SUMMARY_V
12.1.1
-
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.INL_TAX_LINES#
12.2.2
owner:INL, object_type:VIEW, object_name:INL_TAX_LINES#, status:VALID,
-
APPS.INL_TAX_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.INL_INTERFACE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INL_INTERFACE_PVT, status:VALID,
-
VIEW: APPS.INL_ADJ_ASSOCIATIONS_V
12.1.1
-
SYNONYM: APPS.INL_TAX_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:INL_TAX_LINES, status:VALID,
-
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 ,
-
SYNONYM: APPS.INL_TAX_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:INL_TAX_LINES, status:VALID,
-
APPS.INL_LANDEDCOST_PVT SQL Statements
12.1.1
-
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.INL_TAX_LINES#
12.2.2
-
VIEW: APPS.INL_ALLOCATION_SUMMARY_V
12.2.2
-
VIEW: APPS.INL_ADJ_TAX_LINES_V
12.1.1
-
TABLE: INL.INL_TAX_LINES
12.2.2
owner:INL, object_type:TABLE, fnd_design_data:INL.INL_TAX_LINES, object_name:INL_TAX_LINES, status:VALID,
-
VIEW: APPS.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,
-
APPS.INL_LANDEDCOST_PVT SQL Statements
12.2.2
-
TABLE: INL.INL_TAX_LINES
12.1.1
owner:INL, object_type:TABLE, fnd_design_data:INL.INL_TAX_LINES, object_name:INL_TAX_LINES, status:VALID,
-
VIEW: APPS.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,
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.INL_PO_CHARGE_ALLOCATIONS_V
12.2.2
-
VIEW: APPS.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,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
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_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: APPS.INL_SHIPLN_LANDED_COSTS_V
12.2.2
-
PACKAGE BODY: APPS.INL_LANDEDCOST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INL_LANDEDCOST_PVT, status:VALID,
-
PACKAGE BODY: APPS.INL_TAX_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INL_TAX_PVT, status:VALID,
-
PACKAGE BODY: APPS.INL_LANDEDCOST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INL_LANDEDCOST_PVT, status:VALID,