DBA Data[Home] [Help]

APPS.HRDPP_HIRE_MX_APPLICANT dependencies on HR_PUMP_UTILS

Line 296: hr_pump_utils.set_multi_msg_error_flag(true);

292: when hr_multi_message.error_message_exist then
293: if cr%isopen then
294: close cr;
295: end if;
296: hr_pump_utils.set_multi_msg_error_flag(true);
297: when others then
298: if cr%isopen then
299: close cr;
300: end if;