DBA Data[Home] [Help]

APPS.HRDPP_UPLOAD_SALARY_PROPOSAL dependencies on HR_PUMP_UTILS

Line 715: hr_pump_utils.set_multi_msg_error_flag(true);

711: when hr_multi_message.error_message_exist then
712: if cr%isopen then
713: close cr;
714: end if;
715: hr_pump_utils.set_multi_msg_error_flag(true);
716: when others then
717: if cr%isopen then
718: close cr;
719: end if;