DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ELIGIBLE_PERSON dependencies on HR_PUMP_UTILS

Line 917: hr_pump_utils.set_multi_msg_error_flag(true);

913: when hr_multi_message.error_message_exist then
914: if cr%isopen then
915: close cr;
916: end if;
917: hr_pump_utils.set_multi_msg_error_flag(true);
918: when others then
919: if cr%isopen then
920: close cr;
921: end if;