Search Results fte_invoice_lines
Overview
FTE_INVOICE_LINES is a Transportation Execution (FTE) module table that stores the individual line-level details of freight and transportation invoices processed within Oracle E-Business Suite. It resides in the FTE schema and is documented as VALID in both Oracle EBS 12.1.1 and 12.2.2. Where the parent FTE_INVOICE_HEADERS table captures invoice-level attributes such as carrier, invoice number, and totals, FTE_INVOICE_LINES holds the granular charge, quantity, weight, volume, rate, discount, and surcharge information that constitutes each billed item on a transportation invoice.
The table is central to freight payment and audit workflows, providing the structured detail needed to reconcile carrier invoices against shipment and rate data. From a Data Vault modeling perspective, the documented foreign-key structure suggests a hub-leaning classification, with INVOICE_LINE_ID acting as the durable business key for each invoice line. Downstream tables across multiple modules reference this table, confirming its role as a foundational entity in the transportation execution data model.
Key Information Stored
The table contains 30 documented columns. The most significant are:
- INVOICE_LINE_ID — Surrogate primary key (FTE_INVOICE_LINES_PK) and also the unique business-key candidate defined by index FTE_INVOICE_LINES_U1.
- INVOICE_HEADER_ID — Foreign key to FTE_INVOICE_HEADERS, linking each line to its parent invoice.
- INVOICE_LINE_NUM — Sequence number identifying the line within the invoice.
- INVOICE_LINE_TYPE — Classifies the nature of the charge (for example, freight, fuel, or accessorial).
- DESCRIPTION — Free-text description of the billed line item.
- LADING_QUANTITY / LADING_UNIT — Quantity billed and its unit of measure.
- TOTAL_WEIGHT / WEIGHT_UOM and TOTAL_VOLUME / VOLUME_UOM — Weight and volume measures used in rating and audit.
- FREIGHT_CLASS — Freight classification code associated with the shipment.
- RATE_AMOUNT / RATE_TYPE / RATE_BASIS / RATE_BASIS_UOM — The charge rate, its type, and the basis on which the rate is applied.
- DISCOUNT_AMOUNT / DISCOUNT_TYPE and SURCHARGE_AMOUNT / SURCHARGE_TYPE — Discount and surcharge components of the line.
- APPROVED_AMOUNT — The approved payable amount for the line.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard Oracle EBS audit columns.
Common Use Cases and Queries
Typical uses include freight invoice audit reports, carrier spend analysis, line-level reconciliation against shipment and rate tables, and extraction into Accounts Payable interfaces for payment. A common query pattern joins the line to its header and filters by approved amount or line type:
- SELECT l.invoice_line_id, l.invoice_line_num, l.invoice_line_type, l.approved_amount, h.carrier_id FROM fte.fte_invoice_lines l JOIN fte.fte_invoice_headers h ON h.invoice_header_id = l.invoice_header_id WHERE l.approved_amount > 0;
- Aggregate freight charges by carrier or line type for spend reporting.
- Reconcile billed weight and volume (TOTAL_WEIGHT, TOTAL_VOLUME) against shipment data to detect billing discrepancies.
- Extract lines into AP_INVOICE_LINES_INTERFACE or AP_EXPENSE_FEED_DISTS_ALL using the INVOICE_LINE_ID reference for downstream payment processing.
Related Objects
- FTE_INVOICE_HEADERS — Parent table; joined via INVOICE_HEADER_ID.
- FTE_FAILURE_REASONS — References this table through PARENT_ID, capturing audit failure reasons per line.
- AP_INVOICE_LINES_INTERFACE — AP interface table referencing INVOICE_LINE_ID for payable import.
- AP_EXPENSE_FEED_DISTS_ALL — Expense distribution table referencing INVOICE_LINE_ID.
- AP_PPA_INVOICE_LINES_GT — Global temporary table referencing INVOICE_LINE_ID during processing.
- FV_IPAC_IMPORT / FV_IPAC_IMPORT_HISTORY — IPAC import structures referencing INVOICE_LINE_ID.
- OKL_XTL_PAY_INVS_ALL_B — Lease payment invoice table referencing INVOICE_LINE_ID.
- FA_LEASE_PAYMENT_ITEMS — Fixed Assets lease payment items referencing INVOICE_LINE_ID.
-
Table: FTE_INVOICE_LINES
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_INVOICE_LINES, object_name:FTE_INVOICE_LINES, status:VALID, product: FTE - Transportation Execution , description: Table to store invoice line information , implementation_dba_data: FTE.FTE_INVOICE_LINES ,
-
Table: FTE_INVOICE_LINES
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_INVOICE_LINES, object_name:FTE_INVOICE_LINES, status:VALID, product: FTE - Transportation Execution , description: Table to store invoice line information , implementation_dba_data: FTE.FTE_INVOICE_LINES ,
-
SYNONYM: APPS.FTE_INVOICE_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FTE_INVOICE_LINES, status:VALID,
-
SYNONYM: APPS.FTE_INVOICE_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FTE_INVOICE_LINES, status:VALID,
-
VIEW: FTE.FTE_INVOICE_LINES#
12.2.2
owner:FTE, object_type:VIEW, object_name:FTE_INVOICE_LINES#, status:VALID,
-
VIEW: FTE.FTE_INVOICE_LINES#
12.2.2
-
Table: FTE_FAILURE_REASONS
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_FAILURE_REASONS, object_name:FTE_FAILURE_REASONS, status:VALID, product: FTE - Transportation Execution , description: This table is used to store failure reasons for FPA , implementation_dba_data: FTE.FTE_FAILURE_REASONS ,
-
Table: FTE_FAILURE_REASONS
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_FAILURE_REASONS, object_name:FTE_FAILURE_REASONS, status:VALID, product: FTE - Transportation Execution , description: This table is used to store failure reasons for FPA , implementation_dba_data: FTE.FTE_FAILURE_REASONS ,
-
TABLE: FTE.FTE_INVOICE_LINES
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_INVOICE_LINES, object_name:FTE_INVOICE_LINES, status:VALID,
-
12.1.1 DBA 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
-
TABLE: FTE.FTE_INVOICE_LINES
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_INVOICE_LINES, object_name:FTE_INVOICE_LINES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.WSH_PURGE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_PURGE, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.FTE_FPA_UTIL SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WSH_PURGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_PURGE, status:VALID,
-
APPS.FTE_FPA_UTIL SQL Statements
12.2.2
-
PACKAGE BODY: APPS.FTE_FPA_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FTE_FPA_UTIL, status:VALID,
-
PACKAGE BODY: APPS.FTE_FPA_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FTE_FPA_UTIL, status:VALID,
-
eTRM - FTE Tables and Views
12.2.2
description: This table records many-to-many association between transportation trips and trip segments. ,
-
eTRM - FTE Tables and Views
12.1.1
description: This table records many-to-many association between transportation trips and trip segments. ,
-
APPS.WSH_PURGE SQL Statements
12.1.1
-
APPS.WSH_PURGE SQL Statements
12.2.2
-
APPS.FTE_FPA_UTIL dependencies on FTE_INVOICE_LINES
12.1.1
-
APPS.FTE_FPA_UTIL dependencies on FTE_INVOICE_LINES
12.2.2
-
APPS.WSH_PURGE dependencies on FTE_INVOICE_LINES
12.2.2
-
APPS.WSH_PURGE dependencies on FTE_INVOICE_LINES
12.1.1
-
PACKAGE BODY: APPS.FTE_FPA_UTIL
12.1.1
-
PACKAGE BODY: APPS.FTE_FPA_UTIL
12.2.2
-
APPS.WSH_PURGE dependencies on FTE_INVOICE_HEADERS
12.2.2
-
APPS.WSH_PURGE dependencies on FTE_INVOICE_HEADERS
12.1.1
-
APPS.WSH_PURGE dependencies on FTE_INVOICE_HISTORY
12.2.2
-
APPS.FTE_FPA_UTIL dependencies on FTE_INVOICE_HEADERS
12.1.1
-
APPS.WSH_PURGE dependencies on FTE_INVOICE_HISTORY
12.1.1
-
APPS.FTE_FPA_UTIL dependencies on FTE_INVOICE_HEADERS
12.2.2
-
PACKAGE: APPS.WSH_PURGE
12.1.1
-
PACKAGE: APPS.WSH_PURGE
12.2.2
-
APPS.FTE_FPA_UTIL dependencies on MTL_CATEGORIES_KFV
12.2.2
-
APPS.FTE_FPA_UTIL dependencies on MTL_CATEGORY_SETS
12.2.2
-
APPS.WSH_PURGE dependencies on FTE_FAILURE_REASONS
12.1.1
-
APPS.FTE_FPA_UTIL dependencies on MTL_CATEGORY_SETS
12.1.1
-
APPS.WSH_PURGE dependencies on WSH_DELIVERY_LEG_DETAILS
12.2.2
-
APPS.WSH_PURGE dependencies on WSH_DELIVERY_LEG_ACTIVITIES
12.2.2