DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BAL_TYPE dependencies on HR_PUMP_UTILS

Line 416: hr_pump_utils.set_multi_msg_error_flag(true);

412: when hr_multi_message.error_message_exist then
413: if cr%isopen then
414: close cr;
415: end if;
416: hr_pump_utils.set_multi_msg_error_flag(true);
417: when others then
418: if cr%isopen then
419: close cr;
420: end if;