Search Results fa_asset_invoices
Overview
The FA_ASSET_INVOICES table is a core transactional table within the Oracle E-Business Suite Fixed Assets module (OFA). It serves as the central repository for linking capital asset records to their originating source documents from the Procure-to-Pay cycle. Its primary role is to store detailed accounts payable and purchasing information for each asset, creating an auditable trail from the asset's financial addition in Fixed Assets back to the invoice in Payables (AP) and, often, the original purchase order (PO) in Purchasing. This integration is fundamental for accurate asset costing, reconciliation with subledgers, and project accounting tie-ins.
Key Information Stored
The table's columns can be categorized by their link to related EBS modules. Key foreign key columns establish these critical relationships. The ASSET_ID links to the FA_ADDITIONS_B table, the master asset record. The INVOICE_ID and AP_DISTRIBUTION_LINE_NUMBER pair connects to the AP_INVOICE_DISTRIBUTIONS_ALL table, tying the asset cost to a specific invoice line. For purchased assets, PO_DISTRIBUTION_ID links to Purchasing. Project-related columns like PROJECT_ID, TASK_ID, and PROJECT_ASSET_LINE_ID facilitate Project Accounting (PA) integration. The table also manages the lifecycle of assets sourced from the Mass Additions interface through links to FA_MASS_ADDITIONS via columns such as PARENT_MASS_ADDITION_ID, SPLIT_PARENT_MASS_ADDITIONS_ID, and MERGE_PARENT_MASS_ADDITIONS_ID.
Common Use Cases and Queries
This table is essential for reconciliation reports and troubleshooting asset cost discrepancies. A common query traces an asset's invoice source by joining to AP and Purchasing tables. For example:
SELECT fa.asset_number, ai.invoice_id, ap.invoice_num, po.segment1 po_number FROM fa_additions fa, fa_asset_invoices ai, ap_invoices_all ap, po_headers_all po WHERE fa.asset_id = ai.asset_id AND ai.invoice_id = ap.invoice_id AND ai.po_number = po.po_header_id(+);
It is also critical for identifying assets created from a specific Mass Addition batch or for validating that all project-related assets have correct task assignments. Support and implementation teams frequently query this table to diagnose issues where an asset's cost does not match the associated invoice distribution amount or to find assets linked to a specific vendor via the PO_VENDOR_ID.
Related Objects
As indicated by its extensive foreign keys, FA_ASSET_INVOICES is a central hub integrating multiple modules. Its primary relationships are:
- Fixed Assets:
FA_ADDITIONS_B(core asset),FA_INVOICE_TRANSACTIONS(in/out transactions),FA_MASS_ADDITIONS(interface source). - Payables:
AP_INVOICES_ALL,AP_INVOICE_DISTRIBUTIONS_ALL(source invoice). - Purchasing:
PO_HEADERS_ALL,PO_DISTRIBUTIONS_ALL,PO_VENDORS. - Projects:
PA_PROJECTS_ALL,PA_TASKS,PA_PROJECT_ASSET_LINES_ALL. - General Ledger:
GL_CODE_COMBINATIONS(viaPAYABLES_CODE_COMBINATION_ID). - Concurrent Processing:
FND_CONCURRENT_REQUESTS(for batch creation and posting).
-
Table: FA_ASSET_INVOICES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ASSET_INVOICES, object_name:FA_ASSET_INVOICES, status:VALID, product: OFA - Assets , description: Accounts payable and purchasing information for each asset , implementation_dba_data: FA.FA_ASSET_INVOICES ,
-
Table: FA_ASSET_INVOICES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ASSET_INVOICES, object_name:FA_ASSET_INVOICES, status:VALID, product: OFA - Assets , description: Accounts payable and purchasing information for each asset , implementation_dba_data: FA.FA_ASSET_INVOICES ,
-
APPS.FARX_AJ dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.PA_FAXFACE dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_RX_SHARED_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_ADDITION_PVT dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.CSE_ASSET_ADJUST_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.PA_FA_TIEBACK_PVT dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.AP_PURGE_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_MASSADD_CREATE_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_MC_UPG2_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_INVOICE_PVT dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.PA_ASSET_UTILS dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_CUA_MASS_EXT_RET_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_RX_SHARED_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_VENDORMERGE_GRP dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_ADDITION_PVT dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.JG_RX_FAREG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_VENDORMERGE_GRP dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_TOFES_YUD_ALEF_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_INVOICE_PVT dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.AP_PURGE_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_PROCESS_GROUPS_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.PA_ASSET_UTILS dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_CUA_MASS_EXT_RET_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_DELETION_PUB dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FARX_AD dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_DET_ADD_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_MASSPSLTFR_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.CSE_ASSET_CREATION_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_MASSADD_CREATE_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_UTIL_PVT dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.JGRX_FAREG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.CSE_ASSET_ADJUST_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FARX_AD dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FARX_AJ dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_RETIREMENT_PUB dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_DET_ADD_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.CSE_ASSET_CREATION_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_RETIREMENT_PUB dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_ASSET_INVOICES_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.CSE_IPV_FA_PKG dependencies on FA_ASSET_INVOICES
12.2.2
-
APPS.FA_TOFES_YUD_ALEF_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.CSE_IPV_FA_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_MASSPSLTFR_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.JGRX_FAREG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_ASSET_INVOICES_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.JAI_FA_ASSETS_PKG dependencies on FA_ASSET_INVOICES
12.1.1
-
APPS.FA_XLA_EXTRACT_TRX_PKG dependencies on FA_ASSET_INVOICES
12.1.1