Search Results fa_invoice_transactions




Overview

The FA_INVOICE_TRANSACTIONS table is a core transactional entity within the Oracle Assets (OFA) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the central repository for recording and tracking all financial transactions associated with invoice lines that are processed for asset capitalization. Its primary role is to maintain a detailed, auditable link between an asset's financial history and its originating invoice line from the Payables or Purchasing modules. This linkage is fundamental for accurate cost basis tracking, depreciation calculations, and audit trails, ensuring that asset costs are correctly captured and managed throughout their lifecycle.

Key Information Stored

The table's structure is designed to capture the essential details of an invoice-related transaction. Its primary key is the INVOICE_TRANSACTION_ID, a unique system-generated identifier for each transaction record. A critical foreign key is BOOK_TYPE_CODE, which links to the FA_BOOK_CONTROLS table, associating the transaction with a specific asset book and its accounting rules. While the provided metadata does not list all columns, based on its described purpose and foreign key relationships, the table typically stores information such as the invoice line identifier, transaction date, cost amount, associated asset ID, and transaction type codes. This data collectively defines the financial impact of an invoice line on one or more asset records.

Common Use Cases and Queries

This table is pivotal for reconciliation, troubleshooting, and custom reporting. A common use case is tracing the invoice source of an asset's cost. For instance, to find all invoice transactions for a specific asset in the corporate book, a query would join FA_INVOICE_TRANSACTIONS to FA_TRANSACTION_HEADERS and FA_ADDITIONS. Another critical scenario involves investigating mass additions or invoice import errors, where queries against this table can identify unmatched or problematic invoice lines. Reporting on capitalized costs by period or project often requires aggregating data from this table, joined through FA_ASSET_INVOICES or FA_TRX_REFERENCES, to provide a detailed breakdown of asset acquisitions sourced from payables.

Related Objects

As indicated by its extensive foreign key relationships, FA_INVOICE_TRANSACTIONS is a hub table with dependencies to several key Assets tables. It is directly referenced by FA_ASSET_INVOICES and FA_MC_ASSET_INVOICES (for multicurrency) for processing invoice distributions. The FA_TRANSACTION_HEADERS table links asset transactions back to their invoice source via this table. For currency conversion in multicurrency environments, FA_MC_BOOKS_RATES references it. Furthermore, FA_TRX_REFERENCES uses it to maintain a history of transaction relationships. These relationships underscore its integral role in the asset transaction lifecycle, from invoice receipt to depreciation.