DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BEN_ASG dependencies on HR_MULTI_MESSAGE

Line 885: when hr_multi_message.error_message_exist then

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