DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CONCURRENT dependencies on IGI_IAC_ADJUSTMENTS

Line 693: delete igi_iac_adjustments

689: end if;
690: end if;
691: end;
692: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+delete from the adjustments table');
693: delete igi_iac_adjustments
694: where adjustment_id = l_headers.adjustment_id
695: ;
696: if sql%found then
697: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+deleted the iac adjustments');