DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_CONTACT dependencies on HR_PUMP_UTILS

Line 986: hr_pump_utils.set_multi_msg_error_flag(true);

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