DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CN_PERSON dependencies on HR_MULTI_MESSAGE

Line 983: when hr_multi_message.error_message_exist then

979: close cr;
980: --
981: hr_data_pump.exit('call');
982: exception
983: when hr_multi_message.error_message_exist then
984: if cr%isopen then
985: close cr;
986: end if;
987: hr_pump_utils.set_multi_msg_error_flag(true);