DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PVT dependencies on FA_DEPRN_SUMMARY_H

Line 120: insert into fa_deprn_summary_h_mrc_v

116: if (p_reversal_event_id is not null) then
117:
118: if (p_mrc_sob_type_code = 'R') then
119:
120: insert into fa_deprn_summary_h_mrc_v
121: (BOOK_TYPE_CODE ,
122: ASSET_ID ,
123: DEPRN_RUN_DATE ,
124: DEPRN_AMOUNT ,

Line 245: insert into fa_deprn_summary_h

241:
242: else
243:
244: -- archive the prior info into the backup table
245: insert into fa_deprn_summary_h
246: (BOOK_TYPE_CODE ,
247: ASSET_ID ,
248: DEPRN_RUN_DATE ,
249: DEPRN_AMOUNT ,