DBA Data[Home] [Help]

APPS.HRDPP_ACTIVATE_EMP_ASG dependencies on HR_MULTI_MESSAGE

Line 235: when hr_multi_message.error_message_exist then

231: close cr;
232: --
233: hr_data_pump.exit('call');
234: exception
235: when hr_multi_message.error_message_exist then
236: if cr%isopen then
237: close cr;
238: end if;
239: hr_pump_utils.set_multi_msg_error_flag(true);