Search Results jl_zz_fa_retiremnt_adjs
Overview
The table JL_ZZ_FA_RETIREMNT_ADJS is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the JL (Latin America Localizations) product module. Its primary function is to store detailed information related to the inflation adjustment of retired fixed assets. This table is critical for compliance with financial reporting and tax regulations in Latin American countries that mandate periodic revaluation of asset values based on inflation indices. It serves as a transactional repository that links asset retirement events with the subsequent accounting adjustments required by localization rules, ensuring the general ledger reflects adjusted historical costs and accumulated depreciation for retired assets.
Key Information Stored
The table's structure is designed to uniquely identify and track adjustment records for specific asset retirement transactions. Its primary key is a composite of RETIREMENT_ID, PERIOD_COUNTER, and DISTRIBUTION_ID, which together pinpoint the exact retirement event and accounting period for a given asset distribution line. Key columns include RETIREMENT_ID, which links to the base retirement transaction in FA_RETIREMENTS; DISTRIBUTION_ID, linking to the asset's assignment history in FA_DISTRIBUTION_HISTORY; and PERIOD_COUNTER, identifying the fiscal accounting period. A critical column is JE_LINE_ID, which creates a foreign key relationship to the journal entry line (JL_ZZ_FA_RETIREMNT_JES) that posts the calculated inflation adjustment to the general ledger.
Common Use Cases and Queries
The primary use case is generating reports for audit trails and regulatory compliance, detailing all inflation adjustments applied to retired assets within a specific date range or period. Financial analysts may query this table to reconcile fixed asset subledger retirement values with the adjusted amounts posted in the general ledger. A typical reporting query would join to related retirement and distribution tables to provide asset context.
- Sample Query for Adjustment Audit:
SELECT a.retirement_id, a.period_counter, a.distribution_id, r.asset_id, r.retirement_date, a.je_line_id FROM jl_zz_fa_retiremnt_adjs a, fa_retirements r WHERE a.retirement_id = r.retirement_id AND r.retirement_date BETWEEN :p_start_date AND :p_end_date ORDER BY r.retirement_date; - Reconciliation Use Case: The table is essential for reconciling the total inflation-adjusted retirement cost posted by the localization's retirement journal process with the sum of adjustments stored in this table for a given period.
Related Objects
JL_ZZ_FA_RETIREMNT_ADJS is centrally connected to several key EBS tables, primarily through its documented foreign key constraints. These relationships are fundamental to the data integrity of the localization's retirement adjustment process.
- FA_RETIREMENTS: Linked via RETIREMENT_ID. This is the source table for the original asset retirement transaction.
- FA_DISTRIBUTION_HISTORY: Linked via DISTRIBUTION_ID. This provides the specific asset assignment and cost center details for the retired asset line.
- JL_ZZ_FA_RETIREMNT_JES: Linked via JE_LINE_ID. This is the child table containing the actual journal entry line generated for the inflation adjustment, which posts to the general ledger.
-
Table: JL_ZZ_FA_RETIREMNT_ADJS
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_ZZ_FA_RETIREMNT_ADJS, object_name:JL_ZZ_FA_RETIREMNT_ADJS, status:VALID, product: JL - Latin America Localizations , description: Information about retired assets that need to be inflation adjusted , implementation_dba_data: JL.JL_ZZ_FA_RETIREMNT_ADJS ,
-
Table: JL_ZZ_FA_RETIREMNT_ADJS
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_ZZ_FA_RETIREMNT_ADJS, object_name:JL_ZZ_FA_RETIREMNT_ADJS, status:VALID, product: JL - Latin America Localizations , description: Information about retired assets that need to be inflation adjusted , implementation_dba_data: JL.JL_ZZ_FA_RETIREMNT_ADJS ,
-
Table: JL_ZZ_FA_RETIREMNT_JES
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_ZZ_FA_RETIREMNT_JES, object_name:JL_ZZ_FA_RETIREMNT_JES, status:VALID, product: JL - Latin America Localizations , description: Audit table that stores inflation adjustment journal entries of retired assets at code combination level , implementation_dba_data: JL.JL_ZZ_FA_RETIREMNT_JES ,
-
Table: JL_ZZ_FA_RETIREMNT_JES
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_ZZ_FA_RETIREMNT_JES, object_name:JL_ZZ_FA_RETIREMNT_JES, status:VALID, product: JL - Latin America Localizations , description: Audit table that stores inflation adjustment journal entries of retired assets at code combination level , implementation_dba_data: JL.JL_ZZ_FA_RETIREMNT_JES ,