DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ELIG_PERSON_OPTIO dependencies on HR_MULTI_MESSAGE

Line 787: when hr_multi_message.error_message_exist then

783: close cr;
784: --
785: hr_data_pump.exit('call');
786: exception
787: when hr_multi_message.error_message_exist then
788: if cr%isopen then
789: close cr;
790: end if;
791: hr_pump_utils.set_multi_msg_error_flag(true);