DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PRTT_RT_VAL dependencies on HR_PUMP_UTILS

Line 700: hr_pump_utils.set_multi_msg_error_flag(true);

696: when hr_multi_message.error_message_exist then
697: if cr%isopen then
698: close cr;
699: end if;
700: hr_pump_utils.set_multi_msg_error_flag(true);
701: when others then
702: if cr%isopen then
703: close cr;
704: end if;