DBA Data[Home] [Help]

APPS.HRDPP_INSERT_EXTERNAL_EFFORT_L dependencies on HR_PUMP_UTILS

Line 339: hr_pump_utils.set_multi_msg_error_flag(true);

335: when hr_multi_message.error_message_exist then
336: if cr%isopen then
337: close cr;
338: end if;
339: hr_pump_utils.set_multi_msg_error_flag(true);
340: when others then
341: if cr%isopen then
342: close cr;
343: end if;