DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_POSITION dependencies on HR_PUMP_UTILS

Line 1341: hr_pump_utils.set_multi_msg_error_flag(true);

1337: when hr_multi_message.error_message_exist then
1338: if cr%isopen then
1339: close cr;
1340: end if;
1341: hr_pump_utils.set_multi_msg_error_flag(true);
1342: when others then
1343: if cr%isopen then
1344: close cr;
1345: end if;