Search Results fa_asset_invoices
The FA_ASSET_INVOICES table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Fixed Assets module, serving as the repository for asset invoice information. This table stores transactional details related to asset acquisitions, including vendor invoices, purchase orders, and associated financial data. It acts as a bridge between the procurement process (via Oracle Payables or Purchasing) and asset capitalization in the Fixed Assets module, ensuring accurate financial reporting and compliance with accounting standards.
Key Attributes of FA_ASSET_INVOICES
The table contains several important columns that define the relationship between assets and their source documents:- ASSET_ID: Foreign key linking to FA_ADDITIONS table, identifying the asset. <
- INVOICE_ID: Reference to the AP_INVOICES table in Payables.
- PO_NUMBER: Purchase order reference from Purchasing module.
- INVOICE_NUMBER: Vendor invoice number.
- INVOICE_DATE: Date of the invoice.
- INVOICE_AMOUNT: Total invoice amount.
- DISTRIBUTION_ID: Links to AP_INVOICE_DISTRIBUTIONS for cost allocation.
- BOOK_TYPE_CODE: Associates the invoice with an asset book.
- LINE_NUMBER: Invoice line number for multi-line invoices.
Functional Role in Asset Lifecycle
The FA_ASSET_INVOICES table plays a pivotal role in several asset management processes:- Asset Creation: When assets are created in FA_ADDITIONS, invoice details from this table provide the source documentation and cost basis.
- Cost Adjustment: Subsequent invoice adjustments are tracked here to maintain audit trails.
- Mass Additions: During the Mass Additions process, invoice data is validated against this table before creating assets.
- Tax Calculation: Stores tax information from source invoices for proper asset valuation.
- Retirement Processing: Used during asset retirement to verify original acquisition costs.
Integration Points
The table integrates with multiple Oracle EBS modules:- Oracle Payables: Through AP_INVOICES and AP_INVOICE_DISTRIBUTIONS tables.
- Oracle Purchasing: Via PO_HEADERS and PO_DISTRIBUTIONS tables.
- General Ledger: Provides source documentation for asset accounting entries.
- Project Accounting: For capital projects tracking through PA_EXPENDITURE_ITEMS.
Technical Considerations
For implementations and customizations:- The table is primarily maintained through the Fixed Assets interface programs.
- Direct DML operations should be avoided to prevent data integrity issues.
- Indexes exist on ASSET_ID, INVOICE_ID, and DISTRIBUTION_ID for performance.
- Triggers maintain referential integrity with related FA and AP tables.
Reporting and Compliance
FA_ASSET_INVOICES supports critical reporting requirements:- Asset acquisition audit reports
- Vendor payment reconciliation
- Tax basis documentation
- Capital expenditure tracking
-
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 ,
-
Table: FA_MASS_ADDITIONS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_ADDITIONS, object_name:FA_MASS_ADDITIONS, status:VALID, product: OFA - Assets , description: Information about assets that you want to automatically add to Oracle Assets from another system , implementation_dba_data: FA.FA_MASS_ADDITIONS ,
-
Table: FA_MASS_ADDITIONS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_ADDITIONS, object_name:FA_MASS_ADDITIONS, status:VALID, product: OFA - Assets , description: Information about assets that you want to automatically add to Oracle Assets from another system , implementation_dba_data: FA.FA_MASS_ADDITIONS ,
-
Table: FA_INVOICE_TRANSACTIONS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_INVOICE_TRANSACTIONS, object_name:FA_INVOICE_TRANSACTIONS, status:VALID, product: OFA - Assets , description: Information about transactions made to invoice lines within Oracle Assets , implementation_dba_data: FA.FA_INVOICE_TRANSACTIONS ,
-
Table: FA_INVOICE_TRANSACTIONS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_INVOICE_TRANSACTIONS, object_name:FA_INVOICE_TRANSACTIONS, status:VALID, product: OFA - Assets , description: Information about transactions made to invoice lines within Oracle Assets , implementation_dba_data: FA.FA_INVOICE_TRANSACTIONS ,
-
View: FABV_SRC_LNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_SRC_LNS, object_name:FABV_SRC_LNS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_SRC_LNS ,
-
View: FABV_SRC_LNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_SRC_LNS, object_name:FABV_SRC_LNS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_SRC_LNS ,
-
View: FAFV_SRC_LNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_SRC_LNS, object_name:FAFV_SRC_LNS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_SRC_LNS ,
-
View: FAFV_SRC_LNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_SRC_LNS, object_name:FAFV_SRC_LNS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_SRC_LNS ,
-
View: FA_ASSET_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_INVOICES_V, object_name:FA_ASSET_INVOICES_V, status:VALID, product: OFA - Assets , description: Business view of asset identification, financial, and purchasing information , implementation_dba_data: APPS.FA_ASSET_INVOICES_V ,
-
View: FA_ASSET_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_INVOICES_V, object_name:FA_ASSET_INVOICES_V, status:VALID, product: OFA - Assets , description: Business view of asset identification, financial, and purchasing information , implementation_dba_data: APPS.FA_ASSET_INVOICES_V ,
-
View: FA_INVOICE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_INVOICE_DETAILS_V, object_name:FA_INVOICE_DETAILS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_INVOICE_DETAILS_V ,
-
View: FA_SOURCE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_SOURCE_LINES_V, object_name:FA_SOURCE_LINES_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_SOURCE_LINES_V ,
-
View: FA_INVOICE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_INVOICE_DETAILS_V, object_name:FA_INVOICE_DETAILS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_INVOICE_DETAILS_V ,
-
View: FA_SOURCE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_SOURCE_LINES_V, object_name:FA_SOURCE_LINES_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_SOURCE_LINES_V ,
-
View: FA_INVOICE_DETAILS_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_INVOICE_DETAILS_WEB_V, object_name:FA_INVOICE_DETAILS_WEB_V, status:VALID, product: OFA - Assets , description: Detailed invoice information , implementation_dba_data: APPS.FA_INVOICE_DETAILS_WEB_V ,
-
View: FA_INVOICE_DETAILS_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_INVOICE_DETAILS_WEB_V, object_name:FA_INVOICE_DETAILS_WEB_V, status:VALID, product: OFA - Assets , description: Detailed invoice information , implementation_dba_data: APPS.FA_INVOICE_DETAILS_WEB_V ,
-
View: FA_QUICK_ADDITIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_QUICK_ADDITIONS_V, object_name:FA_QUICK_ADDITIONS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_QUICK_ADDITIONS_V ,
-
View: FA_QUICK_ADDITIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_QUICK_ADDITIONS_V, object_name:FA_QUICK_ADDITIONS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_QUICK_ADDITIONS_V ,
-
View: FA_ADD_INVOICE_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ADD_INVOICE_WEB_V, object_name:FA_ADD_INVOICE_WEB_V, status:VALID, product: OFA - Assets , description: Invoice information pertaining to the asset , implementation_dba_data: APPS.FA_ADD_INVOICE_WEB_V ,
-
View: FA_ADD_INVOICE_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ADD_INVOICE_WEB_V, object_name:FA_ADD_INVOICE_WEB_V, status:VALID, product: OFA - Assets , description: Invoice information pertaining to the asset , implementation_dba_data: APPS.FA_ADD_INVOICE_WEB_V ,
-
Table: FA_ADDITIONS_B
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADDITIONS_B, object_name:FA_ADDITIONS_B, status:VALID, product: OFA - Assets , description: Descriptive information about assets (base MLS table) , implementation_dba_data: FA.FA_ADDITIONS_B ,
-
Table: FA_ADDITIONS_B
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADDITIONS_B, object_name:FA_ADDITIONS_B, status:VALID, product: OFA - Assets , description: Descriptive information about assets (base MLS table) , implementation_dba_data: FA.FA_ADDITIONS_B ,