Search Results transaction_type_code
The FA.FA_TRANSACTION_HEADERS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as a critical repository for tracking asset transactions within the Fixed Assets module. This table stores header-level information for all asset-related transactions, providing a comprehensive audit trail for financial reporting, compliance, and asset lifecycle management. Below is a detailed analysis of its structure, purpose, and key attributes in the context of Oracle EBS.
Purpose and Functional Overview
TheFA_TRANSACTION_HEADERS
table acts as the primary ledger for recording asset transactions, including additions, adjustments, transfers, retirements, and reclassifications. It maintains metadata about each transaction, such as dates, types, and approval statuses, while detailed line-level data is stored in related tables like FA_TRANSACTION_LINES
. This design ensures referential integrity and supports the hierarchical relationship between transaction headers and their corresponding entries.
Key Columns and Their Significance
- TRANSACTION_HEADER_ID: A unique identifier for each transaction, serving as the primary key.
- ASSET_ID: Links to the
FA_ADDITIONS
table, associating the transaction with a specific asset. - TRANSACTION_TYPE_CODE: Defines the nature of the transaction (e.g., 'ADDITION', 'ADJUSTMENT', 'TRANSFER').
- DATE_EFFECTIVE: The date when the transaction impacts the asset's financial records.
- DATE_ENTERED: Timestamp of when the transaction was recorded in the system.
- BOOK_TYPE_CODE: Specifies the asset book (e.g., 'CORPORATE', 'TAX') to which the transaction applies.
- TRANSACTION_SUBTYPE: Further classifies transactions (e.g., 'FULL' or 'PARTIAL' for retirements).
- STATUS: Indicates workflow states like 'POSTED', 'PENDING', or 'APPROVED'.
- PERIOD_COUNTER: Ties the transaction to a specific accounting period in
FA_DEPRN_PERIODS
.
Integration with Other Modules
The table integrates with Oracle General Ledger (GL) through theGL_POSTED_DATE
column, which marks when journal entries are created. It also interacts with AP/PO modules for invoice-backed additions via INVOICE_TRANSACTION_ID
. Cross-references to FA_MASS_ADDITIONS
facilitate bulk asset imports from procurement systems.
Technical Considerations
- Indexing: Key indexes include
FA_TRANSACTION_HEADERS_N1
(onASSET_ID
) andFA_TRANSACTION_HEADERS_N2
(onBOOK_TYPE_CODE
+DATE_EFFECTIVE
) for performance optimization. - Partitioning: In high-volume environments, partitioning by
DATE_EFFECTIVE
orBOOK_TYPE_CODE
may be implemented. - Audit Trail: Columns like
CREATED_BY
,CREATION_DATE
, andLAST_UPDATE_DATE
support compliance tracking.
Business Process Implications
The table enables critical processes such as:- Depreciation calculation (via period counters and effective dates)
- Tax reporting (through book-type segregation)
- Asset reconciliation (by maintaining transaction history)
Customization and Extensions
Organizations often extend functionality by:- Adding descriptive flexfields (DFFs) for industry-specific attributes
- Creating triggers to enforce custom validation rules
- Building views that join with subsidiary tables for reporting
Version-Specific Notes
While the core structure remains consistent between 12.1.1 and 12.2.2, later versions may include:- Enhanced validation logic for transaction sequencing
- Additional columns for cloud integration features
- Optimized locking mechanisms for concurrent processing
FA_TRANSACTION_HEADERS
forms the backbone of Oracle Fixed Assets' transactional integrity, enabling organizations to maintain accurate asset records while supporting complex financial and regulatory requirements.
-
Lookup Type: TRANSACTION_TYPE_CODE
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , meaning: GCS Transaction Types , description: GCS Transaction Types ,
-
Lookup Type: TRANSACTION_TYPE_CODE
12.1.1
product: GCS - Financial Consolidation Hub , meaning: GCS Transaction Types , description: GCS Transaction Types ,
-
APPS.CSFW_DEBRIEF_PUB dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.CSFW_DEBRIEF_PUB dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
VIEW: OZF.OZF_NA_DEDUCTION_RULES_B#
12.2.2
-
VIEW: FA.FA_TRANSACTION_INTERFACE#
12.2.2
-
VIEW: JA.JAI_RGM_MANUAL_TRXS#
12.2.2
-
VIEW: APPS.GMF_ORDER_TYPES_V
12.2.2
-
VIEW: IGI.IGI_IAC_ADJUSTMENTS_HISTORY#
12.2.2
-
VIEW: IGI.IGI_IAC_TRANSACTION_HEADERS#
12.2.2
-
VIEW: FA.FA_PARALLEL_WORKERS#
12.2.2
-
View: GMF_ORDER_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_ORDER_TYPES_V, object_name:GMF_ORDER_TYPES_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for the value set , GMF_ORDER_TYPES , implementation_dba_data: APPS.GMF_ORDER_TYPES_V ,
-
View: ASO_I_LINE_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_LINE_TYPES_V, object_name:ASO_I_LINE_TYPES_V, status:VALID, product: ASO - Order Capture , description: This is a view on OE_TRANSACTION_TYPES_VL with Transaction_type_code = 'LINE' , implementation_dba_data: APPS.ASO_I_LINE_TYPES_V ,
-
VIEW: BOM.CST_MISC_RECONCILIATION#
12.2.2
-
VIEW: BOM.CST_AP_PO_RECONCILIATION#
12.2.2
-
VIEW: BOM.CST_WRITE_OFFS#
12.2.2
-
VIEW: AHL.AHL_OSP_ORDER_LOGS#
12.2.2
-
VIEW: BOM.CST_WRITE_OFF_DETAILS#
12.2.2
-
APPS.GCS_ELIM_RULES_PKG SQL Statements
12.1.1
-
View: ASO_I_LINE_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_LINE_TYPES_V, object_name:ASO_I_LINE_TYPES_V, status:VALID, product: ASO - Order Capture , description: This is a view on OE_TRANSACTION_TYPES_VL with Transaction_type_code = 'LINE' , implementation_dba_data: APPS.ASO_I_LINE_TYPES_V ,
-
VIEW: AHL.AHL_WORKORDER_TXNS#
12.2.2
-
VIEW: PO.RCV_ROUTING_STEPS#
12.2.2
-
TABLE: FA.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,
-
APPS.IGI_IAC_COMMON_UTILS dependencies on IGI_IAC_TRANSACTION_HEADERS
12.2.2
-
APPS.FA_UTIL_PVT dependencies on FA_TRANSACTION_HEADERS
12.2.2
-
APPS.IGI_IAC_COMMON_UTILS dependencies on IGI_IAC_TRANSACTION_HEADERS
12.1.1
-
TABLE: FA.FA_PARALLEL_WORKERS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_PARALLEL_WORKERS, object_name:FA_PARALLEL_WORKERS, status:VALID,
-
VIEW: FA.FA_TRANSACTION_HEADERS#
12.2.2
-
PACKAGE BODY: APPS.IGI_IAC_REVAL_HIST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGI_IAC_REVAL_HIST_PKG
12.2.2
-
APPS.FA_UTIL_PVT dependencies on FA_TRANSACTION_HEADERS
12.1.1
-
APPS.IGI_IAC_REVAL_UTILITIES dependencies on IGI_IAC_TRANSACTION_HEADERS
12.2.2
-
APPS.FA_RETIRE_PKG dependencies on FA_UTIL_PVT
12.1.1
-
VIEW: AHL.AHL_WO_OPERATIONS_TXNS#
12.2.2
-
APPS.FA_IMPAIRMENT_DELETE_PVT dependencies on FA_TRANSACTION_HEADERS
12.2.2
-
APPS.IGI_IAC_REVAL_UTILITIES dependencies on IGI_IAC_TRANSACTION_HEADERS
12.1.1
-
APPS.IGI_IAC_TYPES dependencies on IGI_IAC_TRANSACTION_HEADERS
12.1.1
-
APPS.IGI_IAC_TYPES dependencies on IGI_IAC_TRANSACTION_HEADERS
12.2.2
-
APPS.FA_STD_TYPES dependencies on FA_TRANSACTION_HEADERS
12.1.1
-
APPS.FA_RETIRE_PKG dependencies on FA_UTIL_PVT
12.2.2
-
VIEW: APPS.WSH_SOURCE_TYPES_V
12.2.2
-
PACKAGE: APPS.GCS_ELIM_RULES_PKG
12.1.1
-
APPS.FA_ASSET_TRACE_PKG dependencies on FA_TRANSACTION_HEADERS
12.1.1
-
VIEW: APPS.WSH_SOURCE_TYPES_V
12.1.1
-
View: FA_RETIREMENT_ADJUSTMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENT_ADJUSTMENTS_V, object_name:FA_RETIREMENT_ADJUSTMENTS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_RETIREMENT_ADJUSTMENTS_V ,
-
APPS.OZF_NA_DDN_RULE_PKG dependencies on OZF_NA_DEDUCTION_RULES_B
12.1.1
-
TABLE: FA.FA_PARALLEL_WORKERS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_PARALLEL_WORKERS, object_name:FA_PARALLEL_WORKERS, status:VALID,
-
APPS.OE_VALIDATE_WF dependencies on OE_TRANSACTION_TYPES_VL
12.1.1
-
APPS.OE_VALIDATE_WF dependencies on OE_TRANSACTION_TYPES_VL
12.2.2
-
View: FA_FINANCIAL_INQUIRY_UPL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FINANCIAL_INQUIRY_UPL_V, object_name:FA_FINANCIAL_INQUIRY_UPL_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_FINANCIAL_INQUIRY_UPL_V ,