DBA Data[Home] [Help]

APPS.HRDPP_DELETE_PRTT_PREM dependencies on HR_MULTI_MESSAGE

Line 185: when hr_multi_message.error_message_exist then

181: close cr;
182: --
183: hr_data_pump.exit('call');
184: exception
185: when hr_multi_message.error_message_exist then
186: if cr%isopen then
187: close cr;
188: end if;
189: hr_pump_utils.set_multi_msg_error_flag(true);