| Case Number | 00043082 |
| Oracle Module | Fixed Assets (FA) |
| EBS Version | R12 |
| Functional Area | FA Depreciation / GL Transfer |
| Related Patches | None |
FA_DEPRN_PERIODS shows non-null batch IDs (e.g., depreciation_batch_id, transfer_batch_id, GL_TRANSFER_FLAG) for a period that needs to be re-transferred.FA_DEPRN_DETAIL and FA_ADJUSTMENTS rows for the period have je_header_id values that point to journal headers that were deleted or not properly created.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.
Run data_fix.sql. Backup tables are created for:
FA_DEPRN_PERIODS — the affected period recordFA_ADJUSTMENTS — adjustments for the periodFA_DEPRN_DETAIL — depreciation detail records for the periodFA_JOURNAL_ENTRIES — the stuck journal entry recordUpdate FA_DEPRN_PERIODS for the affected book and period counter to NULL out all batch ID columns:
depreciation_batch_id, retirement_batch_id, reclass_batch_id, transfer_batch_idaddition_batch_id, ADJUSTMENT_BATCH_ID, deferred_deprn_batch_idreval_batch_id, deprn_adjustment_batch_id, CIP batch IDsGL_TRANSFER_FLAG = NULLUpdate 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.
Update FA_ADJUSTMENTS for the affected book and period counter to NULL out je_header_id and related journal line number columns.
Issue COMMIT. Re-run the FA Create Journal Entries (GL Transfer) process for the affected book and period.
| File | Description |
|---|---|
| data_fix.sql | Creates 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. |
| Table | Action |
|---|---|
| FA_DEPRN_PERIODS | NULL out all batch IDs and GL_TRANSFER_FLAG |
| FA_DEPRN_DETAIL | NULL out je_header_id and journal line number columns |
| FA_ADJUSTMENTS | NULL out je_header_id and journal line columns |
| FA_JOURNAL_ENTRIES | Backup only |