DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BENEFITS_GROUP dependencies on HR_PUMP_UTILS

Line 352: hr_pump_utils.set_multi_msg_error_flag(true);

348: when hr_multi_message.error_message_exist then
349: if cr%isopen then
350: close cr;
351: end if;
352: hr_pump_utils.set_multi_msg_error_flag(true);
353: when others then
354: if cr%isopen then
355: close cr;
356: end if;