DBA Data[Home] [Help]

APPS.BEN_DISTRIBUTE_RATES dependencies on BEN_DETERMINE_DATE

Line 37: ben_determine_date.main, This is

33: 14-Nov-99 pbodla 115.9 acty_base_rt is added as context to
34: rule : prort_mn_ann_elcn_val_rl,
35: prort_mx_ann_elcn_val_rl,
36: 17-Nov-99 pbodla 115.10 acty_base_rt is passed to
37: ben_determine_date.main, This is
38: applicable only for ecr.
39: 19-Nov-99 pbodla 115.11 p_elig_per_elctbl_chc_id is passed to
40: formula.
41: 10-Dec-99 lmcdonal 115.12 In prorate_min_max, if input vals are

Line 2008: ben_determine_date.rate_and_coverage_dates

2004: end if;
2005: --
2006: -- Get the rate end date.
2007: --
2008: ben_determine_date.rate_and_coverage_dates
2009: (p_which_dates_cd => 'R'
2010: ,p_date_mandatory_flag => 'N'
2011: ,p_compute_dates_flag => 'Y'
2012: ,p_business_group_id => p_business_group_id

Line 2508: ben_determine_date.rate_and_coverage_dates

2504: --right year periods.
2505: --
2506: if l_start_date is null then
2507: --
2508: ben_determine_date.rate_and_coverage_dates
2509: (p_which_dates_cd => 'R'
2510: ,p_date_mandatory_flag => 'N'
2511: ,p_compute_dates_flag => 'Y'
2512: ,p_business_group_id => p_business_group_id

Line 2627: ben_determine_date.main(

2623: if l_start_date is null then
2624: --
2625: -- Determine the start date using the codes and rules.
2626: --
2627: ben_determine_date.main(
2628: p_date_cd => l_start_date_cd,
2629: p_elig_per_elctbl_chc_id => l_elig_per_elctbl_chc_id,
2630: p_business_group_id => p_business_group_id,
2631: p_effective_date => p_effective_date,