← Back to Cases
FA GL Transfer Batch IDs Stuck on Depreciation Period
Case Number00043082
Oracle ModuleFixed Assets (FA)
EBS VersionR12
Functional AreaFA Depreciation / GL Transfer
Related PatchesNone

Symptoms

Root Cause

A failed or incomplete GL Transfer run left batch ID and journal header references on the Fixed Assets period and detail tables. These references signal to the FA system that the transfer is complete, but the corresponding GL journal entries were not successfully created. Clearing the batch IDs and journal references allows the GL Transfer process to be re-run for the affected period.

Resolution

Step 1 – Create backup tables

Run data_fix.sql. Backup tables are created for:

Step 2 – Clear batch IDs and GL transfer flag from FA_DEPRN_PERIODS

Update FA_DEPRN_PERIODS for the affected book and period counter to NULL out all batch ID columns:

Step 3 – Clear journal line references from FA_DEPRN_DETAIL

Update FA_DEPRN_DETAIL for the affected book and period counter to NULL out deprn_expense_je_line_num, deprn_reserve_je_line_num, bonus journal line numbers, and je_header_id.

Step 4 – Clear je_header_id from FA_ADJUSTMENTS

Update FA_ADJUSTMENTS for the affected book and period counter to NULL out je_header_id and related journal line number columns.

Step 5 – Commit and re-run GL Transfer

Issue COMMIT. Re-run the FA Create Journal Entries (GL Transfer) process for the affected book and period.

Note: The book type code in the original script references a specific asset book. Verify the correct book type code and period counter before running this fix.

Script Inventory

FileDescription
data_fix.sqlCreates backups; clears all batch IDs and GL_TRANSFER_FLAG from FA_DEPRN_PERIODS; clears je_header_id from FA_DEPRN_DETAIL and FA_ADJUSTMENTS for the affected book and period. Allows GL Transfer to be re-run.

Key Tables Affected

TableAction
FA_DEPRN_PERIODSNULL out all batch IDs and GL_TRANSFER_FLAG
FA_DEPRN_DETAILNULL out je_header_id and journal line number columns
FA_ADJUSTMENTSNULL out je_header_id and journal line columns
FA_JOURNAL_ENTRIESBackup only