DBA Data[Home] [Help]

APPS.HRDPP_CREATE_POSITION dependencies on HR_PUMP_UTILS

Line 1295: hr_pump_utils.set_multi_msg_error_flag(true);

1291: when hr_multi_message.error_message_exist then
1292: if cr%isopen then
1293: close cr;
1294: end if;
1295: hr_pump_utils.set_multi_msg_error_flag(true);
1296: when others then
1297: if cr%isopen then
1298: close cr;
1299: end if;