DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on BEN_DETERMINE_DATE

Line 68: to ben_determine_date.main when

64: set l_effective_date based on
65: whether life event mode is being
66: used.
67: 22-Nov-99 pbodla 115.22 Bug 3299 : Passed bnfts_bal_id
68: to ben_determine_date.main when
69: comp_lvl_det_cd is evaluated.
70: 11-Jan-00 pbodla 115.23 run_rule function added to evaluate
71: los_calc_rl
72: 24-Jan-00 lmcdonal 115.24 Add:

Line 834: ben_determine_date.main

830: end if;
831: -- calculate date to be used in calculation.
832: --
833: if l_clf.comp_src_cd not in ('OICAMTEARNED','OICAMTPAID') then --bug 4500760
834: ben_determine_date.main
835: (p_date_cd => l_clf.comp_lvl_det_cd,
836: p_per_in_ler_id => p_per_in_ler_id,
837: p_person_id => p_person_id,
838: p_pgm_id => p_pgm_id,

Line 2132: ben_determine_date.main

2128: -- hr_utility.set_location('l_agf.age_det_cd -> '||l_agf.age_det_cd,511);
2129: --
2130: if l_agf.age_to_use_cd <> 'IA' or l_agf.age_calc_rl is not null then
2131: --
2132: ben_determine_date.main
2133: (p_date_cd => l_agf.age_det_cd,
2134: p_per_in_ler_id => p_per_in_ler_id,
2135: p_person_id => p_person_id ,
2136: p_pgm_id => p_pgm_id,

Line 2430: ben_determine_date.main

2426: fnd_message.raise_error;
2427: end if;
2428: close c_lsf;
2429:
2430: ben_determine_date.main
2431: (p_date_cd => l_lsf.los_det_cd,
2432: p_per_in_ler_id => p_per_in_ler_id,
2433: p_person_id => p_person_id,
2434: p_pgm_id => p_pgm_id,

Line 2849: ben_determine_date.main(p_date_cd=> l_hwf.hrs_wkd_det_cd

2845: --
2846: -- 1) Work out the start date
2847: -- 2) Perform Rounding
2848: --
2849: ben_determine_date.main(p_date_cd=> l_hwf.hrs_wkd_det_cd
2850: ,p_formula_id => l_hwf.hrs_wkd_det_rl
2851: ,p_person_id => p_person_id
2852: ,p_bnfts_bal_id => l_hwf.bnfts_bal_id
2853: ,p_pgm_id => p_pgm_id