DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CBR_QUALD_BNF dependencies on HR_MULTI_MESSAGE

Line 453: when hr_multi_message.error_message_exist then

449: close cr;
450: --
451: hr_data_pump.exit('call');
452: exception
453: when hr_multi_message.error_message_exist then
454: if cr%isopen then
455: close cr;
456: end if;
457: hr_pump_utils.set_multi_msg_error_flag(true);