DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CN_PERSON dependencies on HR_PUMP_UTILS

Line 987: hr_pump_utils.set_multi_msg_error_flag(true);

983: when hr_multi_message.error_message_exist then
984: if cr%isopen then
985: close cr;
986: end if;
987: hr_pump_utils.set_multi_msg_error_flag(true);
988: when others then
989: if cr%isopen then
990: close cr;
991: end if;