DBA Data[Home] [Help]

APPS.HRDPP_CREATE_AU_EMPLOYEE dependencies on HR_MULTI_MESSAGE

Line 849: when hr_multi_message.error_message_exist then

845: close cr;
846: --
847: hr_data_pump.exit('call');
848: exception
849: when hr_multi_message.error_message_exist then
850: if cr%isopen then
851: close cr;
852: end if;
853: hr_pump_utils.set_multi_msg_error_flag(true);