Search Results fa_trx_references
The FA_TRX_REFERENCES table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for tracking transactional references related to fixed asset activities. This table serves as a bridge between asset transactions and their corresponding source documents, ensuring traceability and auditability in the Fixed Assets (FA) module. Below is a detailed analysis of its structure, purpose, and functional significance.
Overview of FA_TRX_REFERENCES
The FA_TRX_REFERENCES table stores cross-references between fixed asset transactions (e.g., additions, transfers, retirements) and their originating source documents, such as AP invoices, GL journals, or manual entries. It maintains a linkage between asset IDs, transaction headers, and external references, enabling seamless reconciliation and reporting.
Key Columns and Their Significance
- TRX_REFERENCE_ID: Primary key, uniquely identifying each reference record.
- BOOK_TYPE_CODE: Associates the transaction with a specific asset book.
- ASSET_ID: Links to the FA_ASSETS table, identifying the asset involved.
- TRANSACTION_HEADER_ID: References FA_TRANSACTION_HEADERS, tying the record to a specific transaction.
- SOURCE_TYPE_CODE: Indicates the origin (e.g., 'AP' for Accounts Payable, 'GL' for General Ledger).
- SOURCE_TRANSACTION_ID: Foreign key to the source system (e.g., AP_INVOICES.INVOICE_ID).
- REFERENCE_NUM: Displays the document number (e.g., invoice or journal number).
- CREATION_DATE, CREATED_BY: Audit columns capturing record creation details.
Functional Role in Oracle EBS
1. Transaction Traceability: Enables users to trace asset transactions back to source documents, critical for audits and compliance.
2. Integration with Subledgers: Facilitates seamless integration between Fixed Assets and modules like AP or GL by maintaining referential integrity.
3. Error Resolution: Helps identify discrepancies during period-end close or reconciliation by providing a clear audit trail.
4. Reporting: Supports regulatory and internal reports by documenting transaction origins and relationships.
Example Use Case
When an asset is added via an AP invoice, the system populates FA_TRX_REFERENCES with:
- SOURCE_TYPE_CODE = 'AP'
- SOURCE_TRANSACTION_ID pointing to the AP_INVOICES table.
- REFERENCE_NUM storing the invoice number.
Technical Considerations
- Indexing: The table is indexed on key columns like TRANSACTION_HEADER_ID and ASSET_ID for performance optimization.
- Purge Logic: Records are retained per the FA purge process but may require manual archiving for long-term compliance.
- Custom Extensions: Customizations often leverage this table to add new source types or reference attributes.
Conclusion
The FA_TRX_REFERENCES table is a cornerstone of Oracle EBS Fixed Assets, ensuring transactional integrity and multi-module cohesion. Its design supports robust audit trails, simplifies troubleshooting, and enhances reporting accuracy, making it indispensable for asset lifecycle management in versions 12.1.1 and 12.2.2.
-
Table: FA_TRX_REFERENCES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRX_REFERENCES, object_name:FA_TRX_REFERENCES, status:VALID, product: OFA - Assets , description: Information about inter-asset transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRX_REFERENCES ,
-
Table: FA_TRX_REFERENCES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRX_REFERENCES, object_name:FA_TRX_REFERENCES, status:VALID, product: OFA - Assets , description: Information about inter-asset transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRX_REFERENCES ,
-
Table: FA_TRANSACTION_HEADERS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSACTION_HEADERS, object_name:FA_TRANSACTION_HEADERS, status:VALID, product: OFA - Assets , description: Information about all transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRANSACTION_HEADERS ,
-
Table: FA_TRANSACTION_HEADERS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSACTION_HEADERS, object_name:FA_TRANSACTION_HEADERS, status:VALID, product: OFA - Assets , description: Information about all transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRANSACTION_HEADERS ,
-
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 ,
-
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 ,
-
View: FA_FINANCIAL_INQUIRY_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FINANCIAL_INQUIRY_COST_V, object_name:FA_FINANCIAL_INQUIRY_COST_V, status:VALID, product: OFA - Assets , description: Financial Cost History , implementation_dba_data: APPS.FA_FINANCIAL_INQUIRY_COST_V ,
-
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: FA_RESERVE_TRANSFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RESERVE_TRANSFERS_V, object_name:FA_RESERVE_TRANSFERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_RESERVE_TRANSFERS_V ,
-
View: FA_RESERVE_TRANSFERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RESERVE_TRANSFERS_V, object_name:FA_RESERVE_TRANSFERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_RESERVE_TRANSFERS_V ,
-
View: FA_INVOICE_TRANSFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_INVOICE_TRANSFERS_V, object_name:FA_INVOICE_TRANSFERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_INVOICE_TRANSFERS_V ,
-
View: FA_INVOICE_TRANSFERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_INVOICE_TRANSFERS_V, object_name:FA_INVOICE_TRANSFERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_INVOICE_TRANSFERS_V ,
-
View: FA_TRANSACTION_HISTORY_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTION_HISTORY_TRX_V, object_name:FA_TRANSACTION_HISTORY_TRX_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_TRANSACTION_HISTORY_TRX_V ,
-
View: FA_TRANSACTION_HISTORY_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTION_HISTORY_TRX_V, object_name:FA_TRANSACTION_HISTORY_TRX_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_TRANSACTION_HISTORY_TRX_V ,
-
Table: FA_BOOK_CONTROLS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS, object_name:FA_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a depreciation book , implementation_dba_data: FA.FA_BOOK_CONTROLS ,
-
Table: FA_BOOK_CONTROLS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS, object_name:FA_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a depreciation book , implementation_dba_data: FA.FA_BOOK_CONTROLS ,