DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SECONDARY_EMP_ASG dependencies on HR_MULTI_MESSAGE

Line 1394: when hr_multi_message.error_message_exist then

1390: close cr;
1391: --
1392: hr_data_pump.exit('call');
1393: exception
1394: when hr_multi_message.error_message_exist then
1395: if cr%isopen then
1396: close cr;
1397: end if;
1398: hr_pump_utils.set_multi_msg_error_flag(true);