DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSON dependencies on HR_MULTI_MESSAGE

Line 966: when hr_multi_message.error_message_exist then

962: close cr;
963: --
964: hr_data_pump.exit('call');
965: exception
966: when hr_multi_message.error_message_exist then
967: if cr%isopen then
968: close cr;
969: end if;
970: hr_pump_utils.set_multi_msg_error_flag(true);