DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ELIGIBLE_PERSON dependencies on HR_PUMP_UTILS

Line 887: hr_pump_utils.set_multi_msg_error_flag(true);

883: when hr_multi_message.error_message_exist then
884: if cr%isopen then
885: close cr;
886: end if;
887: hr_pump_utils.set_multi_msg_error_flag(true);
888: when others then
889: if cr%isopen then
890: close cr;
891: end if;