DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_POSITION dependencies on HR_PUMP_UTILS

Line 1336: hr_pump_utils.set_multi_msg_error_flag(true);

1332: when hr_multi_message.error_message_exist then
1333: if cr%isopen then
1334: close cr;
1335: end if;
1336: hr_pump_utils.set_multi_msg_error_flag(true);
1337: when others then
1338: if cr%isopen then
1339: close cr;
1340: end if;