DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_APPLICANT dependencies on HR_PUMP_UTILS

Line 851: hr_pump_utils.set_multi_msg_error_flag(true);

847: when hr_multi_message.error_message_exist then
848: if cr%isopen then
849: close cr;
850: end if;
851: hr_pump_utils.set_multi_msg_error_flag(true);
852: when others then
853: if cr%isopen then
854: close cr;
855: end if;