DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CN_EMPLOYEE dependencies on HR_MULTI_MESSAGE

Line 920: when hr_multi_message.error_message_exist then

916: close cr;
917: --
918: hr_data_pump.exit('call');
919: exception
920: when hr_multi_message.error_message_exist then
921: if cr%isopen then
922: close cr;
923: end if;
924: hr_pump_utils.set_multi_msg_error_flag(true);