DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_ORG_PAYMENT_ME dependencies on HR_PUMP_UTILS

Line 588: hr_pump_utils.set_multi_msg_error_flag(true);

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