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 2006/11/02 15:44:27 rgajula noship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: beegdapi.pkb 120.11 2006/11/02 15:44:27 rgajula noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' ben_ELIG_DPNT_api.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |------------------------< create_ELIG_DPNT >----------------------|
10: -- ----------------------------------------------------------------------------

Line 1659: ben_elig_dpnt_api.update_elig_dpnt(

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

Line 1815: ben_elig_dpnt_api.update_elig_dpnt(

1811: p_program_id => fnd_global.conc_program_id,
1812: p_request_id => fnd_global.conc_request_id,
1813: p_program_update_date => sysdate);
1814: --
1815: ben_elig_dpnt_api.update_elig_dpnt(
1816: p_elig_dpnt_id => p_elig_dpnt_id,
1817: p_elig_cvrd_dpnt_id => p_elig_cvrd_dpnt_id,
1818: p_effective_date => p_effective_date,
1819: p_business_group_id => p_business_group_id,

Line 2653: end ben_ELIG_DPNT_api;

2649: p_lookup_code => l_crt_ordr_typ_cd
2650: );
2651: end get_crt_ordr_typ;
2652: --
2653: end ben_ELIG_DPNT_api;