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 2056: ben_PRTT_PREM_api.recalc_PRTT_PREM

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

Line 2104: ben_prtt_prem_api.update_prtt_prem

2100: l_ppe_datetrack_mode := hr_api.g_correction;
2101: end if;
2102: /* End of Changes for WWBUG: 1646442 */
2103:
2104: ben_prtt_prem_api.update_prtt_prem
2105: ( p_validate => FALSE
2106: ,p_prtt_prem_id => l_ppe.prtt_prem_id
2107: ,p_effective_start_date => p_effective_start_date
2108: ,p_effective_end_date => p_effective_end_date

Line 2135: ben_PRTT_PREM_api.recalc_PRTT_PREM

2131: -- Because the benefit amount could have changed, and the premiums
2132: -- can be based on the benefit amount, re-calc it. It does a recalc
2133: -- if the benefit amount is entered at enrollment.
2134: -- PPE is from prtt-prem. prem is from enrt-prem.
2135: ben_PRTT_PREM_api.recalc_PRTT_PREM
2136: (p_prtt_prem_id => null
2137: ,p_std_prem_uom => l_prem.uom
2138: ,p_std_prem_val => l_prem.val -- in/out
2139: ,p_actl_prem_id => l_prem.actl_prem_id

Line 2154: ben_prtt_prem_api.create_prtt_prem

2150: ,p_rt_strt_dt => l_rt_strt_dt
2151: -- eof FONM
2152: );
2153: l_step := 130;
2154: ben_prtt_prem_api.create_prtt_prem
2155: ( p_validate => FALSE
2156: ,p_prtt_prem_id => l_prtt_prem_id
2157: ,p_effective_start_date => p_effective_start_date
2158: ,p_effective_end_date => p_effective_end_date

Line 3935: ben_PRTT_PREM_api.recalc_PRTT_PREM

3931: -- Because the benefit amount could have changed, and the premiums
3932: -- can be based on the benefit amount, re-calc it. It does a recalc
3933: -- if the benefit amount is entered at enrollment.
3934: -- PPE is from prtt-prem. prem is from enrt-prem.
3935: ben_PRTT_PREM_api.recalc_PRTT_PREM
3936: (p_prtt_prem_id => l_ppe.prtt_prem_id
3937: ,p_std_prem_uom => l_prem.uom
3938: ,p_std_prem_val => l_prem.val -- in/out
3939: ,p_actl_prem_id => l_prem.actl_prem_id

Line 4079: ben_prtt_prem_api.update_prtt_prem

4075: l_ppe1.PPE_ATTRIBUTE4,
4076: l_ppe1.PPE_ATTRIBUTE5
4077: );
4078:
4079: ben_prtt_prem_api.update_prtt_prem
4080: ( p_validate => FALSE
4081: ,p_prtt_prem_id => l_ppe1.prtt_prem_id
4082: ,p_effective_start_date => p_effective_start_date
4083: ,p_effective_end_date => p_effective_end_date

Line 4130: ben_prtt_prem_api.update_prtt_prem

4126: l_ppe_datetrack_mode := hr_api.g_correction;
4127: end if;
4128: /* End of Changes for WWBUG: 1646442 */
4129:
4130: ben_prtt_prem_api.update_prtt_prem
4131: ( p_validate => FALSE
4132: ,p_prtt_prem_id => l_ppe.prtt_prem_id
4133: ,p_effective_start_date => p_effective_start_date
4134: ,p_effective_end_date => p_effective_end_date

Line 4157: ben_PRTT_PREM_api.recalc_PRTT_PREM

4153: ,p_datetrack_mode => l_ppe_datetrack_mode
4154: );
4155: end if;------7133998
4156: else
4157: ben_PRTT_PREM_api.recalc_PRTT_PREM
4158: (p_prtt_prem_id => null
4159: ,p_std_prem_uom => l_prem.uom
4160: ,p_std_prem_val => l_prem.val -- in/out
4161: ,p_actl_prem_id => l_prem.actl_prem_id

Line 4176: ben_prtt_prem_api.create_prtt_prem

4172: ,p_rt_strt_dt => l_rt_strt_dt
4173: -- eof FONM
4174: );
4175: l_step := 130;
4176: ben_prtt_prem_api.create_prtt_prem
4177: ( p_validate => FALSE
4178: ,p_prtt_prem_id => l_ppe.prtt_prem_id
4179: ,p_effective_start_date => p_effective_start_date
4180: ,p_effective_end_date => p_effective_end_date

Line 10327: ben_prtt_prem_api.delete_prtt_prem

10323: l_ppe_datetrack_mode := hr_api.g_zap;
10324: end if;
10325: /* End of Changes for WWBUG: 1646442 */
10326: /***************** BEGIN CODE PRIOR TO WWBUG: 1646442 **********
10327: ben_prtt_prem_api.delete_prtt_prem
10328: (p_validate => false,
10329: p_prtt_prem_id => l_ppe.prtt_prem_id,
10330: p_object_version_number => l_ppe.object_version_number,
10331: p_effective_date => l_eff_dt,

Line 10339: ben_prtt_prem_api.delete_prtt_prem

10335: );
10336: ******************* END CODE PRIOR TO WWBUG: 1646442 *****************/
10337: /* Start of Code Changes for WWBUG: 1646442 */
10338: if l_datetrack_mode <> 'CORRECTION' then -- 10283346
10339: ben_prtt_prem_api.delete_prtt_prem
10340: (p_validate => false,
10341: p_prtt_prem_id => l_ppe.prtt_prem_id,
10342: p_object_version_number => l_ppe.object_version_number,
10343: p_effective_date => l_ppe_dt_to_use, /*l_eff_dt*/