DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ORGANIZATION_STRU dependencies on HR_PUMP_UTILS

Line 335: hr_pump_utils.set_multi_msg_error_flag(true);

331: when hr_multi_message.error_message_exist then
332: if cr%isopen then
333: close cr;
334: end if;
335: hr_pump_utils.set_multi_msg_error_flag(true);
336: when others then
337: if cr%isopen then
338: close cr;
339: end if;