DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on BEN_WHATIF_ELIG

Line 1131: if ben_whatif_elig.g_stat_comp is not null then

1127: END IF;
1128: --
1129: elsif l_clf.comp_src_cd = 'STTDCOMP' then
1130: --
1131: if ben_whatif_elig.g_stat_comp is not null then
1132: --
1133: -- This is the case where benmngle is called from the
1134: -- watif form and user wants to simulate compensation level
1135: -- changed. Use the user supplied compensation value rather

Line 1138: l_value := ben_whatif_elig.g_stat_comp;

1134: -- watif form and user wants to simulate compensation level
1135: -- changed. Use the user supplied compensation value rather
1136: -- than the fetched value.
1137: --
1138: l_value := ben_whatif_elig.g_stat_comp;
1139: --
1140: else
1141: --
1142: open c_stated_salary (l_primary_flag, l_assignment.assignment_id);

Line 1449: if ben_whatif_elig.g_bal_comp is not null then

1445: end if;
1446: --
1447: elsif l_clf.comp_src_cd = 'BALTYP' then
1448: --
1449: if ben_whatif_elig.g_bal_comp is not null then
1450: --
1451: -- This is the case where benmngle is called from the
1452: -- watif form and user wants to simulate compensation level
1453: -- changed. Use the user supplied compensation value rather

Line 1456: l_value := ben_whatif_elig.g_bal_comp;

1452: -- watif form and user wants to simulate compensation level
1453: -- changed. Use the user supplied compensation value rather
1454: -- than the fetched value.
1455: --
1456: l_value := ben_whatif_elig.g_bal_comp;
1457: --
1458: else
1459:
1460:

Line 1605: if ben_whatif_elig.g_bnft_bal_comp is not null then

1601: end if;
1602: --
1603: elsif l_clf.comp_src_cd = 'BNFTBALTYP' then
1604: --
1605: if ben_whatif_elig.g_bnft_bal_comp is not null then
1606: --
1607: -- This is the case where benmngle is called from the
1608: -- watif form and user wants to simulate compensation level
1609: -- changed. Use the user supplied compensation value rather

Line 1612: l_value := ben_whatif_elig.g_bnft_bal_comp;

1608: -- watif form and user wants to simulate compensation level
1609: -- changed. Use the user supplied compensation value rather
1610: -- than the fetched value.
1611: --
1612: l_value := ben_whatif_elig.g_bnft_bal_comp;
1613: --
1614: else
1615: --
1616: if g_debug then

Line 2991: IF ben_whatif_elig.g_bnft_bal_hwf_val IS NOT NULL THEN

2987: hr_utility.set_location('l_hwf.hrs_src_cd '||l_hwf.hrs_src_cd ,20);
2988: end if;
2989: IF l_hwf.hrs_src_cd = 'BNFTBALTYP' THEN
2990: --
2991: IF ben_whatif_elig.g_bnft_bal_hwf_val IS NOT NULL THEN
2992: --
2993: -- This is the case where benmngle is called from the
2994: -- watif form and user wants to simulate hours worked
2995: -- changed. Use the user supplied simulate hours value rather

Line 2998: l_result := ben_whatif_elig.g_bnft_bal_hwf_val;

2994: -- watif form and user wants to simulate hours worked
2995: -- changed. Use the user supplied simulate hours value rather
2996: -- than the fetched value.
2997: --
2998: l_result := ben_whatif_elig.g_bnft_bal_hwf_val;
2999: --
3000: ELSE
3001: --
3002: -- Get the persons balance

Line 3092: IF ben_whatif_elig.g_bal_hwf_val IS NOT NULL THEN

3088: END IF; -- whatif hours worked existence check
3089: --
3090: ELSIF l_hwf.hrs_src_cd = 'BALTYP' THEN
3091: --
3092: IF ben_whatif_elig.g_bal_hwf_val IS NOT NULL THEN
3093: --
3094: -- This is the case where benmngle is called from the
3095: -- watif form and user wants to simulate hours worked
3096: -- changed. Use the user supplied simulate hours value rather

Line 3099: l_result := ben_whatif_elig.g_bal_hwf_val;

3095: -- watif form and user wants to simulate hours worked
3096: -- changed. Use the user supplied simulate hours value rather
3097: -- than the fetched value.
3098: --
3099: l_result := ben_whatif_elig.g_bal_hwf_val;
3100: --
3101: ELSE
3102: --
3103: -- Get the persons balance