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 1100: ben_election_information.election_information

1096: close c_pl;
1097:
1098: hr_utility.set_location (l_package,45);
1099:
1100: ben_election_information.election_information
1101: (p_elig_per_elctbl_chc_id => l_epe.elig_per_elctbl_chc_id,
1102: p_prtt_enrt_rslt_id => l_pen.prtt_enrt_rslt_id,
1103: p_effective_date => l_effective_date,
1104: p_enrt_mthd_cd => l_pen.enrt_mthd_cd,

Line 1570: ben_election_information.election_rate_information

1566: hr_utility.set_location ('Calling rate_info ',60);
1567: hr_utility.set_location('rate change',13);
1568: --
1569: l_flex_call := true;
1570: ben_election_information.election_rate_information
1571: (p_enrt_mthd_cd => l_pen.enrt_mthd_cd
1572: ,p_effective_date => l_effective_date
1573: ,p_prtt_enrt_rslt_id => l_pen.prtt_enrt_rslt_id
1574: ,p_per_in_ler_id => l_pil.per_in_ler_id

Line 1984: ben_election_information.election_information

1980: open c_enb;
1981: fetch c_enb into l_enb;
1982: close c_enb;
1983: --
1984: ben_election_information.election_information
1985: (p_elig_per_elctbl_chc_id => l_epe.elig_per_elctbl_chc_id,
1986: p_prtt_enrt_rslt_id => l_epe.prtt_enrt_rslt_id,
1987: p_effective_date => l_effective_date,
1988: p_enrt_mthd_cd => l_pen.enrt_mthd_cd,

Line 2096: ben_election_information.election_rate_information

2092:
2093: end if;
2094:
2095: l_flex_call := true;
2096: ben_election_information.election_rate_information
2097: (p_enrt_mthd_cd => l_pen.enrt_mthd_cd
2098: ,p_effective_date => nvl(l_effective_date,p_effective_date)
2099: ,p_prtt_enrt_rslt_id => l_epe.prtt_enrt_rslt_id
2100: ,p_per_in_ler_id => l_pil.per_in_ler_id

Line 2237: ben_election_information.election_rate_information

2233: end if;
2234:
2235: l_flex_call := true;
2236: --
2237: ben_election_information.election_rate_information
2238: (p_enrt_mthd_cd => l_pen.enrt_mthd_cd
2239: ,p_effective_date => nvl(l_effective_date,p_effective_date)
2240: ,p_prtt_enrt_rslt_id => l_pen.prtt_enrt_rslt_id
2241: ,p_per_in_ler_id => l_pil.per_in_ler_id