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 1888: ben_determine_date.rate_and_coverage_dates

1884: end if;
1885: --
1886: -- Get the rate end date.
1887: --
1888: ben_determine_date.rate_and_coverage_dates
1889: (p_which_dates_cd => 'R'
1890: ,p_date_mandatory_flag => 'N'
1891: ,p_compute_dates_flag => 'Y'
1892: ,p_business_group_id => p_business_group_id

Line 2383: ben_determine_date.rate_and_coverage_dates

2379: --right year periods.
2380: --
2381: if l_start_date is null then
2382: --
2383: ben_determine_date.rate_and_coverage_dates
2384: (p_which_dates_cd => 'R'
2385: ,p_date_mandatory_flag => 'N'
2386: ,p_compute_dates_flag => 'Y'
2387: ,p_business_group_id => p_business_group_id

Line 2502: ben_determine_date.main(

2498: if l_start_date is null then
2499: --
2500: -- Determine the start date using the codes and rules.
2501: --
2502: ben_determine_date.main(
2503: p_date_cd => l_start_date_cd,
2504: p_elig_per_elctbl_chc_id => l_elig_per_elctbl_chc_id,
2505: p_business_group_id => p_business_group_id,
2506: p_effective_date => p_effective_date,