DBA Data[Home] [Help]

APPS.BEN_DETERMINE_RATE_CHG dependencies on BEN_ELECTION_INFORMATION

Line 22: ben_election_information.

18: Date Who Version What?
19: ---- --- ------- -----
20: 25 Oct 98 T Guy 115.0 Created.
21: 22 Dec 98 T Guy 115.1 Added enrt_mthd_cd to call for
22: ben_election_information.
23: election_rate_information
24: 28 Dec 98 j lamoureux 115.2 Removed parameters
25: dflt_enrt_dt,
26: enrt_typ_cycl_cd,

Line 1014: ben_election_information.election_information

1010: close c_pl;
1011:
1012: hr_utility.set_location (l_package,45);
1013:
1014: ben_election_information.election_information
1015: (p_elig_per_elctbl_chc_id => l_epe.elig_per_elctbl_chc_id,
1016: p_prtt_enrt_rslt_id => l_pen.prtt_enrt_rslt_id,
1017: p_effective_date => l_effective_date,
1018: p_enrt_mthd_cd => l_pen.enrt_mthd_cd,

Line 1389: ben_election_information.election_rate_information

1385: hr_utility.set_location ('Calling rate_info ',60);
1386: hr_utility.set_location('rate change',13);
1387: --
1388: l_flex_call := true;
1389: ben_election_information.election_rate_information
1390: (p_enrt_mthd_cd => l_pen.enrt_mthd_cd
1391: ,p_effective_date => l_effective_date
1392: ,p_prtt_enrt_rslt_id => l_pen.prtt_enrt_rslt_id
1393: ,p_per_in_ler_id => l_pil.per_in_ler_id

Line 1801: ben_election_information.election_information

1797: open c_enb;
1798: fetch c_enb into l_enb;
1799: close c_enb;
1800: --
1801: ben_election_information.election_information
1802: (p_elig_per_elctbl_chc_id => l_epe.elig_per_elctbl_chc_id,
1803: p_prtt_enrt_rslt_id => l_epe.prtt_enrt_rslt_id,
1804: p_effective_date => l_effective_date,
1805: p_enrt_mthd_cd => l_pen.enrt_mthd_cd,

Line 1913: ben_election_information.election_rate_information

1909:
1910: end if;
1911:
1912: l_flex_call := true;
1913: ben_election_information.election_rate_information
1914: (p_enrt_mthd_cd => l_pen.enrt_mthd_cd
1915: ,p_effective_date => nvl(l_effective_date,p_effective_date)
1916: ,p_prtt_enrt_rslt_id => l_epe.prtt_enrt_rslt_id
1917: ,p_per_in_ler_id => l_pil.per_in_ler_id

Line 2054: ben_election_information.election_rate_information

2050: end if;
2051:
2052: l_flex_call := true;
2053: --
2054: ben_election_information.election_rate_information
2055: (p_enrt_mthd_cd => l_pen.enrt_mthd_cd
2056: ,p_effective_date => nvl(l_effective_date,p_effective_date)
2057: ,p_prtt_enrt_rslt_id => l_pen.prtt_enrt_rslt_id
2058: ,p_per_in_ler_id => l_pil.per_in_ler_id