DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_RU_EMP_ASG dependencies on HR_MULTI_MESSAGE

Line 1039: when hr_multi_message.error_message_exist then

1035: close cr;
1036: --
1037: hr_data_pump.exit('call');
1038: exception
1039: when hr_multi_message.error_message_exist then
1040: if cr%isopen then
1041: close cr;
1042: end if;
1043: hr_pump_utils.set_multi_msg_error_flag(true);