DBA Data[Home] [Help]

APPS.HRDPP_DELETE_EXTERNAL_EFFORT_L dependencies on HR_PUMP_UTILS

Line 167: hr_pump_utils.set_multi_msg_error_flag(true);

163: when hr_multi_message.error_message_exist then
164: if cr%isopen then
165: close cr;
166: end if;
167: hr_pump_utils.set_multi_msg_error_flag(true);
168: when others then
169: if cr%isopen then
170: close cr;
171: end if;