DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CONCURRENT dependencies on IGI_IAC_EXCEPTIONS

Line 646: delete from igi_iac_exceptions

642: loop
643: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+adjustment id '||l_headers.adjustment_id);
644: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+delete from exceptions table');
645: l_delete_flag := true;
646: delete from igi_iac_exceptions
647: where asset_id = l_rates.asset_id
648: and revaluation_id = fp_revaluation_id
649: and book_type_code = l_rates.book_type_code
650: ;