DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ELIGIBLE_PERSON dependencies on HR_MULTI_MESSAGE

Line 883: when hr_multi_message.error_message_exist then

879: close cr;
880: --
881: hr_data_pump.exit('call');
882: exception
883: when hr_multi_message.error_message_exist then
884: if cr%isopen then
885: close cr;
886: end if;
887: hr_pump_utils.set_multi_msg_error_flag(true);