DBA Data[Home] [Help]

APPS.HRDPP_CREATE_USER_ACCT dependencies on HR_PUMP_UTILS

Line 224: hr_pump_utils.set_multi_msg_error_flag(true);

220: when hr_multi_message.error_message_exist then
221: if cr%isopen then
222: close cr;
223: end if;
224: hr_pump_utils.set_multi_msg_error_flag(true);
225: when others then
226: if cr%isopen then
227: close cr;
228: end if;