DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_CWK dependencies on HR_MULTI_MESSAGE

Line 835: when hr_multi_message.error_message_exist then

831: close cr;
832: --
833: hr_data_pump.exit('call');
834: exception
835: when hr_multi_message.error_message_exist then
836: if cr%isopen then
837: close cr;
838: end if;
839: hr_pump_utils.set_multi_msg_error_flag(true);