DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_RU_PERSON dependencies on HR_MULTI_MESSAGE

Line 1002: when hr_multi_message.error_message_exist then

998: close cr;
999: --
1000: hr_data_pump.exit('call');
1001: exception
1002: when hr_multi_message.error_message_exist then
1003: if cr%isopen then
1004: close cr;
1005: end if;
1006: hr_pump_utils.set_multi_msg_error_flag(true);