DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_RU_PERSON dependencies on HR_PUMP_UTILS

Line 1006: hr_pump_utils.set_multi_msg_error_flag(true);

1002: when hr_multi_message.error_message_exist then
1003: if cr%isopen then
1004: close cr;
1005: end if;
1006: hr_pump_utils.set_multi_msg_error_flag(true);
1007: when others then
1008: if cr%isopen then
1009: close cr;
1010: end if;