DBA Data[Home] [Help]

APPS.BEN_CWB_BACK_OUT_CONC dependencies on BNE_INTEGRATOR_UTILS

Line 591: l_return := bne_integrator_utils.delete_integrator(800,l_data_exists.custom_integrator);

587: if g_debug then
588: hr_utility.set_location('Entering:'|| l_proc, 10);
589: end if;
590: for l_data_exists in c_data_exists loop
591: l_return := bne_integrator_utils.delete_integrator(800,l_data_exists.custom_integrator);
592: if g_debug then
593: hr_utility.set_location('Deleted custom integrator :'|| l_data_exists.custom_integrator, 20);
594: hr_utility.set_location('l_return :'|| l_return, 21);
595: end if;