DBA Data[Home] [Help]

APPS.FA_SLA_EVENTS_UPG_PKG dependencies on FA_MC_DEPRN_SUMMARY

Line 7258: update fa_mc_deprn_summary

7254: end if;
7255:
7256: if (l_mc_books > 0) then
7257: FORALL l_count IN 1..l_event_id_tbl.count
7258: update fa_mc_deprn_summary
7259: set event_id = l_event_id_tbl(l_count),
7260: deprn_run_id = nvl(deprn_run_id, 1)
7261: where asset_id = l_asset_id_tbl(l_count)
7262: and book_type_code = l_book_type_code_tbl(l_count)