DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_SG_PERSONAL_PAY_M dependencies on HR_MULTI_MESSAGE

Line 422: when hr_multi_message.error_message_exist then

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