DBA Data[Home] [Help]

APPS.BEN_AUTOMATIC_ENROLLMENTS dependencies on BEN_SSPNDD_ENROLLMENT

Line 439: ben_sspndd_enrollment.g_cfw_dpnt_flag := 'Y' ;

435: if c_epe_dpnt%notfound then
436: null;
437: else
438: --
439: ben_sspndd_enrollment.g_cfw_dpnt_flag := 'Y' ;
440: hr_utility.set_location(' g_cfw_dpnt_flag '||ben_sspndd_enrollment.g_cfw_dpnt_flag,122);
441: --
442: ben_ELIG_DPNT_api.process_dependent(
443: p_elig_dpnt_id => l_epe_dpnt_rec.elig_dpnt_id,

Line 440: hr_utility.set_location(' g_cfw_dpnt_flag '||ben_sspndd_enrollment.g_cfw_dpnt_flag,122);

436: null;
437: else
438: --
439: ben_sspndd_enrollment.g_cfw_dpnt_flag := 'Y' ;
440: hr_utility.set_location(' g_cfw_dpnt_flag '||ben_sspndd_enrollment.g_cfw_dpnt_flag,122);
441: --
442: ben_ELIG_DPNT_api.process_dependent(
443: p_elig_dpnt_id => l_epe_dpnt_rec.elig_dpnt_id,
444: p_business_group_id => p_business_group_id,

Line 455: ben_sspndd_enrollment.g_cfw_dpnt_flag := 'N' ;

451: p_effective_end_date => l_eff_end_date,
452: p_object_version_number => l_object_version_number,
453: p_multi_row_actn => TRUE );
454: --
455: ben_sspndd_enrollment.g_cfw_dpnt_flag := 'N' ;
456: hr_utility.set_location(' g_cfw_dpnt_flag '||ben_sspndd_enrollment.g_cfw_dpnt_flag,122);
457: --
458: end if;
459: close c_epe_dpnt;

Line 456: hr_utility.set_location(' g_cfw_dpnt_flag '||ben_sspndd_enrollment.g_cfw_dpnt_flag,122);

452: p_object_version_number => l_object_version_number,
453: p_multi_row_actn => TRUE );
454: --
455: ben_sspndd_enrollment.g_cfw_dpnt_flag := 'N' ;
456: hr_utility.set_location(' g_cfw_dpnt_flag '||ben_sspndd_enrollment.g_cfw_dpnt_flag,122);
457: --
458: end if;
459: close c_epe_dpnt;
460: end loop;