DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSON dependencies on HR_MULTI_MESSAGE

Line 1084: when hr_multi_message.error_message_exist then

1080: close cr;
1081: --
1082: hr_data_pump.exit('call');
1083: exception
1084: when hr_multi_message.error_message_exist then
1085: if cr%isopen then
1086: close cr;
1087: end if;
1088: hr_pump_utils.set_multi_msg_error_flag(true);