DBA Data[Home] [Help]

APPS.BEN_ELIG_DPNT_API dependencies on BEN_ELIG_CVRD_DPNT_API

Line 1591: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(

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

Line 1648: ben_elig_cvrd_dpnt_api.delete_elig_cvrd_dpnt(

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

Line 1704: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(

1700: -- new per in ler id.
1701: --
1702: hr_utility.set_location(l_proc, 70);
1703: --
1704: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(
1705: p_elig_cvrd_dpnt_id => l_egd_rec.elig_cvrd_dpnt_id,
1706: p_effective_start_date => p_effective_start_date,
1707: p_effective_end_date => p_effective_end_date,
1708: p_per_in_ler_id => l_egd_rec.per_in_ler_id,

Line 1766: ben_elig_cvrd_dpnt_api.create_elig_cvrd_dpnt

1762: -- Update the eligible dependent record with the covered dependent id.
1763: --
1764: hr_utility.set_location(l_proc, 75);
1765: --
1766: ben_elig_cvrd_dpnt_api.create_elig_cvrd_dpnt
1767: (p_elig_cvrd_dpnt_id => p_elig_cvrd_dpnt_id,
1768: p_effective_start_date => p_effective_start_date,
1769: p_effective_end_date => p_effective_end_date,
1770: p_business_group_id => p_business_group_id,