DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSON_ADDRESS dependencies on HR_PUMP_UTILS

Line 507: hr_pump_utils.set_multi_msg_error_flag(true);

503: when hr_multi_message.error_message_exist then
504: if cr%isopen then
505: close cr;
506: end if;
507: hr_pump_utils.set_multi_msg_error_flag(true);
508: when others then
509: if cr%isopen then
510: close cr;
511: end if;