DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ELEMENT_ENTRY dependencies on HR_PUMP_UTILS

Line 1115: hr_pump_utils.set_multi_msg_error_flag(true);

1111: when hr_multi_message.error_message_exist then
1112: if cr%isopen then
1113: close cr;
1114: end if;
1115: hr_pump_utils.set_multi_msg_error_flag(true);
1116: when others then
1117: if cr%isopen then
1118: close cr;
1119: end if;