DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_EMP_ASG dependencies on HR_MULTI_MESSAGE

Line 1089: when hr_multi_message.error_message_exist then

1085: close cr;
1086: --
1087: hr_data_pump.exit('call');
1088: exception
1089: when hr_multi_message.error_message_exist then
1090: if cr%isopen then
1091: close cr;
1092: end if;
1093: hr_pump_utils.set_multi_msg_error_flag(true);