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 3401: ben_Person_Life_Event_api.update_person_life_event

3397: OPEN c_pil_ovn(ben_evaluate_ptnl_lf_evt.g_bckdt_pil_tbl(l_bckdt_pil_indx));
3398: FETCH c_pil_ovn INTO pil_ovn_rec;
3399: CLOSE c_pil_ovn;
3400:
3401: ben_Person_Life_Event_api.update_person_life_event
3402: (p_per_in_ler_id => ben_evaluate_ptnl_lf_evt.g_bckdt_pil_tbl(l_bckdt_pil_indx)
3403: ,p_bckt_per_in_ler_id => l_curr_per_in_ler_id
3404: ,p_object_version_number => pil_ovn_rec.object_version_number
3405: ,p_effective_date => p_effective_date

Line 3582: ben_Person_Life_Event_api.update_person_life_event

3578: p_effective_date => p_effective_date); */
3579:
3580: -- update PIL
3581: -- 5068367 as per requirement, we would Backout instead of VOID
3582: ben_Person_Life_Event_api.update_person_life_event
3583: (p_per_in_ler_id => l_pil_rec.per_in_ler_id
3584: ,p_bckt_per_in_ler_id => null
3585: ,p_per_in_ler_stat_cd => 'BCKDT'
3586: ,p_prvs_stat_cd => l_pil_rec.per_in_ler_stat_cd

Line 3676: ben_Person_Life_Event_api.create_Person_Life_Event_perf

3672: end if;
3673: --
3674: if l_create_pil = 'Y' then
3675: --
3676: ben_Person_Life_Event_api.create_Person_Life_Event_perf
3677: (p_validate => false
3678: ,p_per_in_ler_id => l_curr_per_in_ler_id
3679: ,p_ler_id => p_ler_id
3680: ,p_person_id => p_person_id