DBA Data[Home] [Help]

APPS.IGI_IAC_ADDITIONS_PKG dependencies on IGI_IAC_REVAL_CRUD

Line 878: IF NOT IGI_IAC_REVAL_CRUD.update_reval_rates (fp_adjustment_id => l_get_latest_adjustment_id) THEN

874: l_get_latest_adjustment_id :=0;
875: OPEN C_Reval_Rates;
876: FETCH C_Reval_Rates into l_get_latest_adjustment_id;
877: CLOSE C_Reval_Rates;
878: IF NOT IGI_IAC_REVAL_CRUD.update_reval_rates (fp_adjustment_id => l_get_latest_adjustment_id) THEN
879: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
880: p_full_path => l_path_name,
881: p_string => '*** Failed to Update REVAL RATES');
882: return FALSE;