DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BEN_ASG dependencies on HR_MULTI_MESSAGE

Line 872: when hr_multi_message.error_message_exist then

868: close cr;
869: --
870: hr_data_pump.exit('call');
871: exception
872: when hr_multi_message.error_message_exist then
873: if cr%isopen then
874: close cr;
875: end if;
876: hr_pump_utils.set_multi_msg_error_flag(true);