DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_CONTACT dependencies on HR_MULTI_MESSAGE

Line 982: when hr_multi_message.error_message_exist then

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