DBA Data[Home] [Help]

APPS.PAY_FR_MAP_CALC dependencies on DUAL

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

1073: -- Get the target net for the current guarantee.
1074: --
1075: l_target_net := nvl(g_map_arch.net,0);
1076:
1077: select decode(l_target_net,0,1,l_target_net) into l_init from dual;
1078:
1079: hr_utility.set_location('Set Adjustment target net: ' || l_target_net,15);
1080: hr_utility.set_location('Set Adjustment init: ' || l_init,17);
1081: