DBA Data[Home] [Help]

APPS.BEN_PER_ASG_ELIG dependencies on BEN_PER_ASG_ELIG

Line 1: Package Body ben_per_asg_elig as

1: Package Body ben_per_asg_elig as
2: /* $Header: benperel.pkb 120.1.12010000.3 2009/09/25 06:52:10 krupani ship $ */
3: --
4: g_proc varchar2(30) := 'ben_per_asg_elig';
5:

Line 4: g_proc varchar2(30) := 'ben_per_asg_elig';

1: Package Body ben_per_asg_elig as
2: /* $Header: benperel.pkb 120.1.12010000.3 2009/09/25 06:52:10 krupani ship $ */
3: --
4: g_proc varchar2(30) := 'ben_per_asg_elig';
5:
6: procedure clear_down_cache(p_per_asg_cache_only boolean default false) is
7: --
8: --

Line 437: ben_per_asg_elig.g_allow_contingent_wrk := 'Y';

433:
434: -- Bug 8920881
435:
436: if p_allow_contingent_wrk = 'Y' then
437: ben_per_asg_elig.g_allow_contingent_wrk := 'Y';
438: else
439: ben_per_asg_elig.g_allow_contingent_wrk := 'N';
440: end if;
441:

Line 439: ben_per_asg_elig.g_allow_contingent_wrk := 'N';

435:
436: if p_allow_contingent_wrk = 'Y' then
437: ben_per_asg_elig.g_allow_contingent_wrk := 'Y';
438: else
439: ben_per_asg_elig.g_allow_contingent_wrk := 'N';
440: end if;
441:
442: -- Bug 8920881
443:

Line 454: ben_per_asg_elig.g_allow_contingent_wrk := 'N'; -- Bug 8920881

450: p_elig_flag => l_elig_flag,
451: p_business_group_id => p_business_group_id,
452: p_effective_date => p_effective_date);
453:
454: ben_per_asg_elig.g_allow_contingent_wrk := 'N'; -- Bug 8920881
455:
456: return l_elig_flag;
457:
458: end eligible;

Line 578: end ben_per_asg_elig;

574: return l_elig_flag;
575:
576: end elp_eligible;
577:
578: end ben_per_asg_elig;