DBA Data[Home] [Help]

APPS.BEN_ELIG_DPNT_API dependencies on BEN_ELIG_CVRD_DPNT_API

Line 1592: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(

1588: -- the record with the coverage through date and the per_in_ler_id.
1589: --
1590: hr_utility.set_location(l_proc, 60);
1591: --
1592: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(
1593: p_elig_cvrd_dpnt_id => l_egd_rec.elig_cvrd_dpnt_id,
1594: p_effective_start_date => p_effective_start_date,
1595: p_effective_end_date => p_effective_end_date,
1596: p_per_in_ler_id => l_egd_rec.per_in_ler_id,

Line 1649: ben_elig_cvrd_dpnt_api.delete_elig_cvrd_dpnt(

1645: -- Remove the link from eligible dependent record.
1646: --
1647: hr_utility.set_location(l_proc, 65);
1648: --
1649: ben_elig_cvrd_dpnt_api.delete_elig_cvrd_dpnt(
1650: p_elig_cvrd_dpnt_id => l_egd_rec.elig_cvrd_dpnt_id,
1651: p_effective_start_date => l_effective_start_date,
1652: p_effective_end_date => l_effective_end_date,
1653: p_object_version_number => l_pdp_rec.object_version_number,

Line 1711: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(

1707: -- new per in ler id.
1708: --
1709: hr_utility.set_location(l_proc, 70);
1710: --
1711: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(
1712: p_elig_cvrd_dpnt_id => l_egd_rec.elig_cvrd_dpnt_id,
1713: p_effective_start_date => p_effective_start_date,
1714: p_effective_end_date => p_effective_end_date,
1715: p_per_in_ler_id => l_egd_rec.per_in_ler_id,

Line 1773: ben_elig_cvrd_dpnt_api.create_elig_cvrd_dpnt

1769: -- Update the eligible dependent record with the covered dependent id.
1770: --
1771: hr_utility.set_location(l_proc, 75);
1772: --
1773: ben_elig_cvrd_dpnt_api.create_elig_cvrd_dpnt
1774: (p_elig_cvrd_dpnt_id => p_elig_cvrd_dpnt_id,
1775: p_effective_start_date => p_effective_start_date,
1776: p_effective_end_date => p_effective_end_date,
1777: p_business_group_id => p_business_group_id,