DBA Data[Home] [Help]

APPS.BEN_ELIG_DPNT_API dependencies on BEN_ELIG_DPNT_API

Line 1: Package Body ben_ELIG_DPNT_api as

1: Package Body ben_ELIG_DPNT_api as
2: /* $Header: beegdapi.pkb 120.11.12010000.5 2009/11/03 09:51:23 sallumwa ship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' ben_ELIG_DPNT_api.';

2: /* $Header: beegdapi.pkb 120.11.12010000.5 2009/11/03 09:51:23 sallumwa ship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' ben_ELIG_DPNT_api.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |------------------------< create_ELIG_DPNT >----------------------|
10: -- ----------------------------------------------------------------------------

Line 1660: ben_elig_dpnt_api.update_elig_dpnt(

1656: p_datetrack_mode => hr_api.g_zap,
1657: p_multi_row_actn => true,
1658: p_called_from => 'beegdapi' );
1659: --
1660: ben_elig_dpnt_api.update_elig_dpnt(
1661: p_elig_dpnt_id => p_elig_dpnt_id,
1662: p_elig_cvrd_dpnt_id => null,
1663: p_effective_date => p_effective_date,
1664: p_business_group_id => p_business_group_id,

Line 1822: ben_elig_dpnt_api.update_elig_dpnt(

1818: p_program_id => fnd_global.conc_program_id,
1819: p_request_id => fnd_global.conc_request_id,
1820: p_program_update_date => sysdate);
1821: --
1822: ben_elig_dpnt_api.update_elig_dpnt(
1823: p_elig_dpnt_id => p_elig_dpnt_id,
1824: p_elig_cvrd_dpnt_id => p_elig_cvrd_dpnt_id,
1825: p_effective_date => p_effective_date,
1826: p_business_group_id => p_business_group_id,

Line 2718: end ben_ELIG_DPNT_api;

2714: end if;
2715: hr_utility.set_location('Leaving '||l_proc, 10);
2716: end chk_enrt_for_dpnt;
2717:
2718: end ben_ELIG_DPNT_api;