DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ORG_STRUCTURE_VER dependencies on HR_PUMP_UTILS

Line 236: hr_pump_utils.set_multi_msg_error_flag(true);

232: when hr_multi_message.error_message_exist then
233: if cr%isopen then
234: close cr;
235: end if;
236: hr_pump_utils.set_multi_msg_error_flag(true);
237: when others then
238: if cr%isopen then
239: close cr;
240: end if;