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 4054: and nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd,'OTH') <> 'OTH'

4050: --
4051: l_current_eligibility := 'N';
4052: --
4053: If NVL(l_currpep_dets.inelg_rsn_cd, 'OTH') = 'OTH'
4054: and nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd,'OTH') <> 'OTH'
4055: and p_run_mode = 'W'
4056: then -- Bug 4447114, If condition added
4057: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;
4058: else

Line 4057: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;

4053: If NVL(l_currpep_dets.inelg_rsn_cd, 'OTH') = 'OTH'
4054: and nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd,'OTH') <> 'OTH'
4055: and p_run_mode = 'W'
4056: then -- Bug 4447114, If condition added
4057: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;
4058: else
4059: l_inelg_rsn_cd := l_currpep_dets.inelg_rsn_cd ;
4060: end if;
4061: --

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

4067: l_prtn_strt_dt := l_currpep_dets.prtn_strt_dt;
4068: --l_inelg_rsn_cd := l_currpep_dets.inelg_rsn_cd; -- 2650247
4069: --
4070: If NVL(l_currpep_dets.inelg_rsn_cd, 'OTH') = 'OTH'
4071: and nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd,'OTH') <> 'OTH'
4072: and p_run_mode = 'W'
4073: then -- Bug 4447114, If condition added
4074: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;
4075: else

Line 4074: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;

4070: If NVL(l_currpep_dets.inelg_rsn_cd, 'OTH') = 'OTH'
4071: and nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd,'OTH') <> 'OTH'
4072: and p_run_mode = 'W'
4073: then -- Bug 4447114, If condition added
4074: l_inelg_rsn_cd := ben_evaluate_elig_profiles.g_inelg_rsn_cd ;
4075: else
4076: l_inelg_rsn_cd := l_currpep_dets.inelg_rsn_cd ;
4077: end if;
4078: --