DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CONCURRENT dependencies on IGI_IAC_DET_BALANCES

Line 701: delete igi_iac_det_balances

697: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+deleted the iac adjustments');
698: end if;
699:
700: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+delete from the det balances table');
701: delete igi_iac_det_balances
702: where adjustment_id = l_headers.adjustment_id
703: ;
704: if sql%found then
705: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+deleted the det balances info');