DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CONTACT dependencies on HR_PUMP_UTILS

Line 1378: hr_pump_utils.set_multi_msg_error_flag(true);

1374: when hr_multi_message.error_message_exist then
1375: if cr%isopen then
1376: close cr;
1377: end if;
1378: hr_pump_utils.set_multi_msg_error_flag(true);
1379: when others then
1380: if cr%isopen then
1381: close cr;
1382: end if;