DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_ORG_PAYMENT_ME dependencies on HR_MULTI_MESSAGE

Line 586: when hr_multi_message.error_message_exist then

582: close cr;
583: --
584: hr_data_pump.exit('call');
585: exception
586: when hr_multi_message.error_message_exist then
587: if cr%isopen then
588: close cr;
589: end if;
590: hr_pump_utils.set_multi_msg_error_flag(true);