DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BEN_ASG dependencies on HR_PUMP_UTILS

Line 889: hr_pump_utils.set_multi_msg_error_flag(true);

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