DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_PRTT_PREM_API

Line 170: 115.71 Jul 7 1999 jcarpent Add pil_id to most ben_prtt_prem_api calls

166: records.
167: 115.70 Jul 2 1999 stee Add an edit for COBRA to not allow a
168: person to be covered in the same
169: plan as a dependent.
170: 115.71 Jul 7 1999 jcarpent Add pil_id to most ben_prtt_prem_api calls
171: 115.72 Jul 9 1999 jcarpent Added checks for backed out nocopy pil
172: 115.73 Jul 14 1999 jcarpent close c_check_cvrd_in_plan moved to fix
173: invalid cursor error.
174: 115.74 Jul 14 1999 stee Fix delete_enrollment to check for a

Line 1974: ben_PRTT_PREM_api.recalc_PRTT_PREM

1970: -- Because the benefit amount could have changed, and the premiums
1971: -- can be based on the benefit amount, re-calc it. It does a recalc
1972: -- if the benefit amount is entered at enrollment.
1973: -- PPE is from prtt-prem. prem is from enrt-prem.
1974: ben_PRTT_PREM_api.recalc_PRTT_PREM
1975: (p_prtt_prem_id => l_ppe.prtt_prem_id
1976: ,p_std_prem_uom => l_prem.uom
1977: ,p_std_prem_val => l_prem.val -- in/out
1978: ,p_actl_prem_id => l_prem.actl_prem_id

Line 2022: ben_prtt_prem_api.update_prtt_prem

2018: l_ppe_datetrack_mode := hr_api.g_correction;
2019: end if;
2020: /* End of Changes for WWBUG: 1646442 */
2021:
2022: ben_prtt_prem_api.update_prtt_prem
2023: ( p_validate => FALSE
2024: ,p_prtt_prem_id => l_ppe.prtt_prem_id
2025: ,p_effective_start_date => p_effective_start_date
2026: ,p_effective_end_date => p_effective_end_date

Line 2053: ben_PRTT_PREM_api.recalc_PRTT_PREM

2049: -- Because the benefit amount could have changed, and the premiums
2050: -- can be based on the benefit amount, re-calc it. It does a recalc
2051: -- if the benefit amount is entered at enrollment.
2052: -- PPE is from prtt-prem. prem is from enrt-prem.
2053: ben_PRTT_PREM_api.recalc_PRTT_PREM
2054: (p_prtt_prem_id => null
2055: ,p_std_prem_uom => l_prem.uom
2056: ,p_std_prem_val => l_prem.val -- in/out
2057: ,p_actl_prem_id => l_prem.actl_prem_id

Line 2072: ben_prtt_prem_api.create_prtt_prem

2068: ,p_rt_strt_dt => l_rt_strt_dt
2069: -- eof FONM
2070: );
2071: l_step := 130;
2072: ben_prtt_prem_api.create_prtt_prem
2073: ( p_validate => FALSE
2074: ,p_prtt_prem_id => l_prtt_prem_id
2075: ,p_effective_start_date => p_effective_start_date
2076: ,p_effective_end_date => p_effective_end_date

Line 3740: ben_PRTT_PREM_api.recalc_PRTT_PREM

3736: -- Because the benefit amount could have changed, and the premiums
3737: -- can be based on the benefit amount, re-calc it. It does a recalc
3738: -- if the benefit amount is entered at enrollment.
3739: -- PPE is from prtt-prem. prem is from enrt-prem.
3740: ben_PRTT_PREM_api.recalc_PRTT_PREM
3741: (p_prtt_prem_id => l_ppe.prtt_prem_id
3742: ,p_std_prem_uom => l_prem.uom
3743: ,p_std_prem_val => l_prem.val -- in/out
3744: ,p_actl_prem_id => l_prem.actl_prem_id

Line 3884: ben_prtt_prem_api.update_prtt_prem

3880: l_ppe1.PPE_ATTRIBUTE4,
3881: l_ppe1.PPE_ATTRIBUTE5
3882: );
3883:
3884: ben_prtt_prem_api.update_prtt_prem
3885: ( p_validate => FALSE
3886: ,p_prtt_prem_id => l_ppe1.prtt_prem_id
3887: ,p_effective_start_date => p_effective_start_date
3888: ,p_effective_end_date => p_effective_end_date

Line 3935: ben_prtt_prem_api.update_prtt_prem

3931: l_ppe_datetrack_mode := hr_api.g_correction;
3932: end if;
3933: /* End of Changes for WWBUG: 1646442 */
3934:
3935: ben_prtt_prem_api.update_prtt_prem
3936: ( p_validate => FALSE
3937: ,p_prtt_prem_id => l_ppe.prtt_prem_id
3938: ,p_effective_start_date => p_effective_start_date
3939: ,p_effective_end_date => p_effective_end_date

Line 3962: ben_PRTT_PREM_api.recalc_PRTT_PREM

3958: ,p_datetrack_mode => l_ppe_datetrack_mode
3959: );
3960: end if;------7133998
3961: else
3962: ben_PRTT_PREM_api.recalc_PRTT_PREM
3963: (p_prtt_prem_id => null
3964: ,p_std_prem_uom => l_prem.uom
3965: ,p_std_prem_val => l_prem.val -- in/out
3966: ,p_actl_prem_id => l_prem.actl_prem_id

Line 3981: ben_prtt_prem_api.create_prtt_prem

3977: ,p_rt_strt_dt => l_rt_strt_dt
3978: -- eof FONM
3979: );
3980: l_step := 130;
3981: ben_prtt_prem_api.create_prtt_prem
3982: ( p_validate => FALSE
3983: ,p_prtt_prem_id => l_ppe.prtt_prem_id
3984: ,p_effective_start_date => p_effective_start_date
3985: ,p_effective_end_date => p_effective_end_date

Line 8835: ben_prtt_prem_api.delete_prtt_prem

8831: l_ppe_datetrack_mode := hr_api.g_zap;
8832: end if;
8833: /* End of Changes for WWBUG: 1646442 */
8834: /***************** BEGIN CODE PRIOR TO WWBUG: 1646442 **********
8835: ben_prtt_prem_api.delete_prtt_prem
8836: (p_validate => false,
8837: p_prtt_prem_id => l_ppe.prtt_prem_id,
8838: p_object_version_number => l_ppe.object_version_number,
8839: p_effective_date => l_eff_dt,

Line 8846: ben_prtt_prem_api.delete_prtt_prem

8842: p_datetrack_mode => l_datetrack_mode
8843: );
8844: ******************* END CODE PRIOR TO WWBUG: 1646442 *****************/
8845: /* Start of Code Changes for WWBUG: 1646442 */
8846: ben_prtt_prem_api.delete_prtt_prem
8847: (p_validate => false,
8848: p_prtt_prem_id => l_ppe.prtt_prem_id,
8849: p_object_version_number => l_ppe.object_version_number,
8850: p_effective_date => l_ppe_dt_to_use, /*l_eff_dt*/