DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BALANCE_AMOUNT dependencies on HR_PUMP_UTILS

Line 441: hr_pump_utils.set_multi_msg_error_flag(true);

437: when hr_multi_message.error_message_exist then
438: if cr%isopen then
439: close cr;
440: end if;
441: hr_pump_utils.set_multi_msg_error_flag(true);
442: when others then
443: if cr%isopen then
444: close cr;
445: end if;