DBA Data[Home] [Help]

APPS.HRDPP_CREATE_USER_ROW dependencies on HR_PUMP_UTILS

Line 263: hr_pump_utils.set_multi_msg_error_flag(true);

259: when hr_multi_message.error_message_exist then
260: if cr%isopen then
261: close cr;
262: end if;
263: hr_pump_utils.set_multi_msg_error_flag(true);
264: when others then
265: if cr%isopen then
266: close cr;
267: end if;