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 898: ben_determine_date.main

894: end if;
895: -- calculate date to be used in calculation.
896: --
897: if l_clf.comp_src_cd not in ('OICAMTEARNED','OICAMTPAID') then --bug 4500760
898: ben_determine_date.main
899: (p_date_cd => l_clf.comp_lvl_det_cd,
900: p_per_in_ler_id => p_per_in_ler_id,
901: p_person_id => p_person_id,
902: p_pgm_id => p_pgm_id,

Line 2252: ben_determine_date.main

2248: -- hr_utility.set_location('l_agf.age_det_cd -> '||l_agf.age_det_cd,511);
2249: --
2250: if l_agf.age_to_use_cd <> 'IA' or l_agf.age_calc_rl is not null then
2251: --
2252: ben_determine_date.main
2253: (p_date_cd => l_agf.age_det_cd,
2254: p_per_in_ler_id => p_per_in_ler_id,
2255: p_person_id => p_person_id ,
2256: p_pgm_id => p_pgm_id,

Line 2551: ben_determine_date.main

2547: fnd_message.raise_error;
2548: end if;
2549: close c_lsf;
2550:
2551: ben_determine_date.main
2552: (p_date_cd => l_lsf.los_det_cd,
2553: p_per_in_ler_id => p_per_in_ler_id,
2554: p_person_id => p_person_id,
2555: p_pgm_id => p_pgm_id,

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

2966: --
2967: -- 1) Work out the start date
2968: -- 2) Perform Rounding
2969: --
2970: ben_determine_date.main(p_date_cd=> l_hwf.hrs_wkd_det_cd
2971: ,p_formula_id => l_hwf.hrs_wkd_det_rl
2972: ,p_person_id => p_person_id
2973: ,p_bnfts_bal_id => l_hwf.bnfts_bal_id
2974: ,p_pgm_id => p_pgm_id