DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on BEN_WHATIF_ELIG

Line 1013: if ben_whatif_elig.g_stat_comp is not null then

1009: END IF;
1010: --
1011: elsif l_clf.comp_src_cd = 'STTDCOMP' then
1012: --
1013: if ben_whatif_elig.g_stat_comp is not null then
1014: --
1015: -- This is the case where benmngle is called from the
1016: -- watif form and user wants to simulate compensation level
1017: -- changed. Use the user supplied compensation value rather

Line 1020: l_value := ben_whatif_elig.g_stat_comp;

1016: -- watif form and user wants to simulate compensation level
1017: -- changed. Use the user supplied compensation value rather
1018: -- than the fetched value.
1019: --
1020: l_value := ben_whatif_elig.g_stat_comp;
1021: --
1022: else
1023: --
1024: open c_stated_salary (l_primary_flag, l_assignment.assignment_id);

Line 1331: if ben_whatif_elig.g_bal_comp is not null then

1327: end if;
1328: --
1329: elsif l_clf.comp_src_cd = 'BALTYP' then
1330: --
1331: if ben_whatif_elig.g_bal_comp is not null then
1332: --
1333: -- This is the case where benmngle is called from the
1334: -- watif form and user wants to simulate compensation level
1335: -- changed. Use the user supplied compensation value rather

Line 1338: l_value := ben_whatif_elig.g_bal_comp;

1334: -- watif form and user wants to simulate compensation level
1335: -- changed. Use the user supplied compensation value rather
1336: -- than the fetched value.
1337: --
1338: l_value := ben_whatif_elig.g_bal_comp;
1339: --
1340: else
1341:
1342:

Line 1487: if ben_whatif_elig.g_bnft_bal_comp is not null then

1483: end if;
1484: --
1485: elsif l_clf.comp_src_cd = 'BNFTBALTYP' then
1486: --
1487: if ben_whatif_elig.g_bnft_bal_comp is not null then
1488: --
1489: -- This is the case where benmngle is called from the
1490: -- watif form and user wants to simulate compensation level
1491: -- changed. Use the user supplied compensation value rather

Line 1494: l_value := ben_whatif_elig.g_bnft_bal_comp;

1490: -- watif form and user wants to simulate compensation level
1491: -- changed. Use the user supplied compensation value rather
1492: -- than the fetched value.
1493: --
1494: l_value := ben_whatif_elig.g_bnft_bal_comp;
1495: --
1496: else
1497: --
1498: if g_debug then

Line 2870: IF ben_whatif_elig.g_bnft_bal_hwf_val IS NOT NULL THEN

2866: hr_utility.set_location('l_hwf.hrs_src_cd '||l_hwf.hrs_src_cd ,20);
2867: end if;
2868: IF l_hwf.hrs_src_cd = 'BNFTBALTYP' THEN
2869: --
2870: IF ben_whatif_elig.g_bnft_bal_hwf_val IS NOT NULL THEN
2871: --
2872: -- This is the case where benmngle is called from the
2873: -- watif form and user wants to simulate hours worked
2874: -- changed. Use the user supplied simulate hours value rather

Line 2877: l_result := ben_whatif_elig.g_bnft_bal_hwf_val;

2873: -- watif form and user wants to simulate hours worked
2874: -- changed. Use the user supplied simulate hours value rather
2875: -- than the fetched value.
2876: --
2877: l_result := ben_whatif_elig.g_bnft_bal_hwf_val;
2878: --
2879: ELSE
2880: --
2881: -- Get the persons balance

Line 2971: IF ben_whatif_elig.g_bal_hwf_val IS NOT NULL THEN

2967: END IF; -- whatif hours worked existence check
2968: --
2969: ELSIF l_hwf.hrs_src_cd = 'BALTYP' THEN
2970: --
2971: IF ben_whatif_elig.g_bal_hwf_val IS NOT NULL THEN
2972: --
2973: -- This is the case where benmngle is called from the
2974: -- watif form and user wants to simulate hours worked
2975: -- changed. Use the user supplied simulate hours value rather

Line 2978: l_result := ben_whatif_elig.g_bal_hwf_val;

2974: -- watif form and user wants to simulate hours worked
2975: -- changed. Use the user supplied simulate hours value rather
2976: -- than the fetched value.
2977: --
2978: l_result := ben_whatif_elig.g_bal_hwf_val;
2979: --
2980: ELSE
2981: --
2982: -- Get the persons balance