DBA Data[Home] [Help]

APPS.FA_SLA_EVENTS_UPG_PKG dependencies on FA_MC_DEPRN_SUMMARY

Line 7197: update fa_mc_deprn_summary

7193: l_period_counter_tbl;
7194:
7195: if (l_mc_books > 0) then
7196: FORALL l_count IN 1..l_event_id_tbl.count
7197: update fa_mc_deprn_summary
7198: set event_id = l_event_id_tbl(l_count),
7199: deprn_run_id = nvl(deprn_run_id, 1)
7200: where asset_id = l_asset_id_tbl(l_count)
7201: and book_type_code = l_book_type_code_tbl(l_count)