DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GRADE dependencies on HR_PUMP_UTILS

Line 689: hr_pump_utils.set_multi_msg_error_flag(true);

685: when hr_multi_message.error_message_exist then
686: if cr%isopen then
687: close cr;
688: end if;
689: hr_pump_utils.set_multi_msg_error_flag(true);
690: when others then
691: if cr%isopen then
692: close cr;
693: end if;