DBA Data[Home] [Help]

APPS.BEN_ENROLMENT_REQUIREMENTS dependencies on BEN_EVALUATE_ELIG_PROFILES

Line 502: ben_evaluate_elig_profiles.g_inelg_rsn_cd

498: determine_enrolment - bug#4338685
499: 24-May-05 bmanyam 115.228 Bug 4388226 : Changed c_get_latest_enrt_dt to
500: pick up valid enrollments only.
501: 08-Jul-05 rbingi 115.229 Bug 4447114 : assigning Global value of
502: ben_evaluate_elig_profiles.g_inelg_rsn_cd
503: to l_inelg_rsn_cd in case of CWB run mode
504: 12-Jul-05 pbodla 115.230 Populating data into ben_cwb_hrchy is
505: completely removed.
506: 21-Jul-05 kmahendr 115.231 Bug#4478186 - added codes to procedure

Line 3964: and nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd,'OTH') <> 'OTH'

3960: --
3961: l_current_eligibility := 'N';
3962: --
3963: If NVL(l_currpep_dets.inelg_rsn_cd, 'OTH') = 'OTH'
3964: and nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd,'OTH') <> 'OTH'
3965: and p_run_mode = 'W'
3966: then -- Bug 4447114, If condition added
3967: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;
3968: else

Line 3967: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;

3963: If NVL(l_currpep_dets.inelg_rsn_cd, 'OTH') = 'OTH'
3964: and nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd,'OTH') <> 'OTH'
3965: and p_run_mode = 'W'
3966: then -- Bug 4447114, If condition added
3967: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;
3968: else
3969: l_inelg_rsn_cd := l_currpep_dets.inelg_rsn_cd ;
3970: end if;
3971: --

Line 3981: and nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd,'OTH') <> 'OTH'

3977: l_prtn_strt_dt := l_currpep_dets.prtn_strt_dt;
3978: --l_inelg_rsn_cd := l_currpep_dets.inelg_rsn_cd; -- 2650247
3979: --
3980: If NVL(l_currpep_dets.inelg_rsn_cd, 'OTH') = 'OTH'
3981: and nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd,'OTH') <> 'OTH'
3982: and p_run_mode = 'W'
3983: then -- Bug 4447114, If condition added
3984: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;
3985: else

Line 3984: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;

3980: If NVL(l_currpep_dets.inelg_rsn_cd, 'OTH') = 'OTH'
3981: and nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd,'OTH') <> 'OTH'
3982: and p_run_mode = 'W'
3983: then -- Bug 4447114, If condition added
3984: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;
3985: else
3986: l_inelg_rsn_cd := l_currpep_dets.inelg_rsn_cd ;
3987: end if;
3988: --