DBA Data[Home] [Help]

APPS.IGI_IAC_ADDITIONS_PKG dependencies on IGI_IAC_REVAL_CRUD

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

891: l_get_latest_adjustment_id :=0;
892: OPEN C_Reval_Rates;
893: FETCH C_Reval_Rates into l_get_latest_adjustment_id;
894: CLOSE C_Reval_Rates;
895: IF NOT IGI_IAC_REVAL_CRUD.update_reval_rates (fp_adjustment_id => l_get_latest_adjustment_id) THEN
896: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
897: p_full_path => l_path_name,
898: p_string => '*** Failed to Update REVAL RATES');
899: return FALSE;