DBA Data[Home] [Help]

APPS.HRDPP_CREATE_NZ_PERSONAL_PAY_M dependencies on HR_MULTI_MESSAGE

Line 606: when hr_multi_message.error_message_exist then

602: close cr;
603: --
604: hr_data_pump.exit('call');
605: exception
606: when hr_multi_message.error_message_exist then
607: if cr%isopen then
608: close cr;
609: end if;
610: hr_pump_utils.set_multi_msg_error_flag(true);