DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on IGI_IAC_REVAL_CRUD

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

3720: /* bug 2502128 need to update the reval rates ..only one record should have staus = 'Y' for an asset */
3721: OPEN C_Reval_Rates;
3722: FETCH C_Reval_Rates into l_get_latest_adjustment_id;
3723: CLOSE C_Reval_Rates;
3724: IF NOT IGI_IAC_REVAL_CRUD.update_reval_rates (fp_adjustment_id => l_get_latest_adjustment_id) THEN
3725: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
3726: p_full_path => l_path_name,
3727: p_string => 'FAILED UPDATE REVAL RATES');
3728: END IF;