DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_CWK dependencies on HR_MULTI_MESSAGE

Line 869: when hr_multi_message.error_message_exist then

865: close cr;
866: --
867: hr_data_pump.exit('call');
868: exception
869: when hr_multi_message.error_message_exist then
870: if cr%isopen then
871: close cr;
872: end if;
873: hr_pump_utils.set_multi_msg_error_flag(true);