DBA Data[Home] [Help]

APPS.PAY_FR_SICK_PAY_PROCESSING dependencies on DUAL

Line 737: select decode(l_target_net,0,1,l_target_net) into l_init from dual;

733: -- Get the target net for the current guarantee.
734: --
735: l_target_net := nvl(g_coverages(g_ctl.g_idx).net,0);
736:
737: select decode(l_target_net,0,1,l_target_net) into l_init from dual;
738:
739: hr_utility.set_location('Set Adjustment target net: ' || l_target_net,15);
740: hr_utility.set_location('Set Adjustment init: ' || l_init,17);
741: