DBA Data[Home] [Help]

APPS.HRDPP_CREATE_USER_ROW dependencies on HR_PUMP_UTILS

Line 268: hr_pump_utils.set_multi_msg_error_flag(true);

264: when hr_multi_message.error_message_exist then
265: if cr%isopen then
266: close cr;
267: end if;
268: hr_pump_utils.set_multi_msg_error_flag(true);
269: when others then
270: if cr%isopen then
271: close cr;
272: end if;