DBA Data[Home] [Help]

APPS.BEN_EVALUATE_PTNL_LF_EVT dependencies on BEN_PERSON_LIFE_EVENT_API

Line 521: ben_Person_Life_Event_api.create_Person_Life_Event_perf

517: if l_create_per_in_ler then
518: --
519: -- Create the per in ler for the winner.
520: --
521: ben_Person_Life_Event_api.create_Person_Life_Event_perf
522: (p_validate => false
523: ,p_per_in_ler_id => l_curr_per_in_ler_id
524: ,p_ler_id => l_winning_ptnl_rec.ler_id
525: ,p_person_id => l_winning_ptnl_rec.person_id

Line 606: ben_Person_Life_Event_api.update_person_life_event

602: OPEN c_pil_ovn(ben_evaluate_ptnl_lf_evt.g_bckdt_pil_tbl(l_bckdt_pil_indx));
603: FETCH c_pil_ovn INTO pil_ovn_rec;
604: CLOSE c_pil_ovn;
605:
606: ben_Person_Life_Event_api.update_person_life_event
607: (p_per_in_ler_id => ben_evaluate_ptnl_lf_evt.g_bckdt_pil_tbl(l_bckdt_pil_indx)
608: ,p_bckt_per_in_ler_id => l_curr_per_in_ler_id
609: -- ,p_object_version_number => l_object_version_number
610: ,p_object_version_number => pil_ovn_rec.object_version_number

Line 787: ben_Person_Life_Event_api.create_Person_Life_Event_perf

783: end if;
784: end if;
785: --
786: hr_utility.set_location('group_pl_id = ' || ben_manage_cwb_life_events.g_cache_group_plan_rec.group_pl_id, 1234);
787: ben_Person_Life_Event_api.create_Person_Life_Event_perf
788: (p_validate => false
789: ,p_per_in_ler_id => l_curr_per_in_ler_id
790: ,p_ler_id => p_ler_id
791: ,p_person_id => p_person_id

Line 1206: ben_Person_Life_Event_api.create_Person_Life_Event_perf

1202: --
1203: -- l_created_ler := 'Y';
1204: p_created_ler_id := l_min_ptnl.ler_id;
1205: --
1206: ben_Person_Life_Event_api.create_Person_Life_Event_perf
1207: (p_validate => false
1208: ,p_per_in_ler_id => l_curr_per_in_ler_id
1209: ,p_ler_id => l_min_ptnl.ler_id
1210: ,p_person_id => l_min_ptnl.person_id

Line 1581: ben_Person_Life_Event_api.create_Person_Life_Event_perf

1577: l_effective_end_date date;
1578: l_effective_date date;
1579: --
1580: begin
1581: ben_Person_Life_Event_api.create_Person_Life_Event_perf
1582: (p_validate => false
1583: ,p_per_in_ler_id => p_curr_per_in_ler_id
1584: ,p_ler_id => p_ptnl_rec.ler_id
1585: ,p_person_id => p_ptnl_rec.person_id

Line 3531: ben_Person_Life_Event_api.update_person_life_event

3527: OPEN c_pil_ovn(ben_evaluate_ptnl_lf_evt.g_bckdt_pil_tbl(l_bckdt_pil_indx));
3528: FETCH c_pil_ovn INTO pil_ovn_rec;
3529: CLOSE c_pil_ovn;
3530:
3531: ben_Person_Life_Event_api.update_person_life_event
3532: (p_per_in_ler_id => ben_evaluate_ptnl_lf_evt.g_bckdt_pil_tbl(l_bckdt_pil_indx)
3533: ,p_bckt_per_in_ler_id => l_curr_per_in_ler_id
3534: ,p_object_version_number => pil_ovn_rec.object_version_number
3535: ,p_effective_date => p_effective_date

Line 3712: ben_Person_Life_Event_api.update_person_life_event

3708: p_effective_date => p_effective_date); */
3709:
3710: -- update PIL
3711: -- 5068367 as per requirement, we would Backout instead of VOID
3712: ben_Person_Life_Event_api.update_person_life_event
3713: (p_per_in_ler_id => l_pil_rec.per_in_ler_id
3714: ,p_bckt_per_in_ler_id => null
3715: ,p_per_in_ler_stat_cd => 'BCKDT'
3716: ,p_prvs_stat_cd => l_pil_rec.per_in_ler_stat_cd

Line 3806: ben_Person_Life_Event_api.create_Person_Life_Event_perf

3802: end if;
3803: --
3804: if l_create_pil = 'Y' then
3805: --
3806: ben_Person_Life_Event_api.create_Person_Life_Event_perf
3807: (p_validate => false
3808: ,p_per_in_ler_id => l_curr_per_in_ler_id
3809: ,p_ler_id => p_ler_id
3810: ,p_person_id => p_person_id