DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_ORG_PAYMENT_ME dependencies on HR_PUMP_UTILS

Line 590: hr_pump_utils.set_multi_msg_error_flag(true);

586: when hr_multi_message.error_message_exist then
587: if cr%isopen then
588: close cr;
589: end if;
590: hr_pump_utils.set_multi_msg_error_flag(true);
591: when others then
592: if cr%isopen then
593: close cr;
594: end if;