DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PRTT_PREM dependencies on HR_MULTI_MESSAGE

Line 443: when hr_multi_message.error_message_exist then

439: close cr;
440: --
441: hr_data_pump.exit('call');
442: exception
443: when hr_multi_message.error_message_exist then
444: if cr%isopen then
445: close cr;
446: end if;
447: hr_pump_utils.set_multi_msg_error_flag(true);