DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSON dependencies on HR_PUMP_UTILS

Line 1088: hr_pump_utils.set_multi_msg_error_flag(true);

1084: when hr_multi_message.error_message_exist then
1085: if cr%isopen then
1086: close cr;
1087: end if;
1088: hr_pump_utils.set_multi_msg_error_flag(true);
1089: when others then
1090: if cr%isopen then
1091: close cr;
1092: end if;