DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_MX_PERSON dependencies on HR_MULTI_MESSAGE

Line 928: when hr_multi_message.error_message_exist then

924: close cr;
925: --
926: hr_data_pump.exit('call');
927: exception
928: when hr_multi_message.error_message_exist then
929: if cr%isopen then
930: close cr;
931: end if;
932: hr_pump_utils.set_multi_msg_error_flag(true);