DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_SG_PERSONAL_PAY_M dependencies on HR_PUMP_UTILS

Line 426: hr_pump_utils.set_multi_msg_error_flag(true);

422: when hr_multi_message.error_message_exist then
423: if cr%isopen then
424: close cr;
425: end if;
426: hr_pump_utils.set_multi_msg_error_flag(true);
427: when others then
428: if cr%isopen then
429: close cr;
430: end if;