DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PRTT_RT_VAL dependencies on HR_MULTI_MESSAGE

Line 696: when hr_multi_message.error_message_exist then

692: close cr;
693: --
694: hr_data_pump.exit('call');
695: exception
696: when hr_multi_message.error_message_exist then
697: if cr%isopen then
698: close cr;
699: end if;
700: hr_pump_utils.set_multi_msg_error_flag(true);