DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PAYROLL_RUN dependencies on HR_MULTI_MESSAGE

Line 386: when hr_multi_message.error_message_exist then

382: close cr;
383: --
384: hr_data_pump.exit('call');
385: exception
386: when hr_multi_message.error_message_exist then
387: if cr%isopen then
388: close cr;
389: end if;
390: hr_pump_utils.set_multi_msg_error_flag(true);