DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SG_PERSONAL_PAY_M dependencies on HR_MULTI_MESSAGE

Line 420: when hr_multi_message.error_message_exist then

416: close cr;
417: --
418: hr_data_pump.exit('call');
419: exception
420: when hr_multi_message.error_message_exist then
421: if cr%isopen then
422: close cr;
423: end if;
424: hr_pump_utils.set_multi_msg_error_flag(true);