DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_MX_EMP_ASG dependencies on HR_MULTI_MESSAGE

Line 989: when hr_multi_message.error_message_exist then

985: close cr;
986: --
987: hr_data_pump.exit('call');
988: exception
989: when hr_multi_message.error_message_exist then
990: if cr%isopen then
991: close cr;
992: end if;
993: hr_pump_utils.set_multi_msg_error_flag(true);