DBA Data[Home] [Help]

APPS.GHR_BENEFITS_EIT dependencies on BEN_ON_LINE_LF_EVT

Line 354: ben_on_line_lf_evt.p_evt_lf_evts_from_benauthe(

350: hr_utility.set_location('Life event ID ' || l_ler_id,1234);
351:
352: -- Calling BENMNGLE
353:
354: ben_on_line_lf_evt.p_evt_lf_evts_from_benauthe(
355: p_person_id => l_person_id
356: ,p_effective_date => l_effective_date
357: ,p_business_group_id => l_business_group_id
358: ,p_pgm_id => l_pgm_id

Line 374: ben_on_line_lf_evt.p_proc_lf_evts_from_benauthe(

370: ,p_errbuf => l_errbuf
371: ,p_retcode => l_retcode);
372: --
373:
374: ben_on_line_lf_evt.p_proc_lf_evts_from_benauthe(
375: p_person_id => l_person_id
376: ,p_effective_date => l_effective_date
377: ,p_business_group_id => l_business_group_id
378: ,p_mode => 'L'

Line 834: ben_on_line_lf_evt.p_manage_life_events(

830: hr_utility.set_message(8301,'GHR_38967_BEN_PLAN_INVALID');
831: hr_utility.raise_error;
832: END IF;
833:
834: ben_on_line_lf_evt.p_manage_life_events(
835: p_person_id => l_person_id
836: ,p_effective_date => l_effective_date
837: ,p_business_group_id => l_business_group_id
838: ,p_pgm_id => l_pgm_id

Line 1303: ben_on_line_lf_evt.p_evt_lf_evts_from_benauthe(

1299:
1300:
1301: -- Calling BENMNGLE
1302: --hr_utility.trace_on(null,'sundar');
1303: ben_on_line_lf_evt.p_evt_lf_evts_from_benauthe(
1304: p_person_id => l_person_id
1305: ,p_effective_date => l_effective_date
1306: ,p_business_group_id => l_business_group_id
1307: ,p_pgm_id => l_pgm_id

Line 1322: ben_on_line_lf_evt.p_proc_lf_evts_from_benauthe(

1318: ,p_ler_id => l_ler_id
1319: ,p_errbuf => l_errbuf
1320: ,p_retcode => l_retcode);
1321: --
1322: ben_on_line_lf_evt.p_proc_lf_evts_from_benauthe(
1323: p_person_id => l_person_id
1324: ,p_effective_date => l_effective_date
1325: ,p_business_group_id => l_business_group_id
1326: ,p_mode => 'L'