DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_PERSON_LIFE_EVENT_API

Line 4399: ben_Person_Life_Event_api.create_Person_Life_Event_perf

4395: p_program_id => fnd_global.conc_program_id,
4396: p_request_id => fnd_global.conc_request_id,
4397: p_program_update_date => l_effective_date);
4398: --
4399: ben_Person_Life_Event_api.create_Person_Life_Event_perf
4400: (p_validate => false
4401: ,p_per_in_ler_id => l_dummy_per_in_ler_id
4402: ,p_ler_id => p_ler_id
4403: ,p_person_id => l_mgr_person_id

Line 4912: ben_Person_Life_Event_api.create_Person_Life_Event_perf

4908: p_program_id => fnd_global.conc_program_id,
4909: p_request_id => fnd_global.conc_request_id,
4910: p_program_update_date => l_effective_date);
4911: --
4912: ben_Person_Life_Event_api.create_Person_Life_Event_perf
4913: (p_validate => false
4914: ,p_per_in_ler_id => l_dummy_per_in_ler_id
4915: ,p_ler_id => p_ler_id
4916: ,p_person_id => l_mgr_person_id

Line 5437: ben_Person_Life_Event_api.delete_Person_Life_Event

5433:
5434: end loop;
5435: close c_popl;
5436:
5437: ben_Person_Life_Event_api.delete_Person_Life_Event
5438: (p_per_in_ler_id => l_pil_rec.per_in_ler_id,
5439: p_object_version_number => l_pil_rec.pil_ovn,
5440: p_effective_date => p_effective_date);
5441:

Line 9971: ben_person_life_event_api.create_person_life_Event

9967: if g_debug then
9968: hr_utility.set_location (l_package,60);
9969: end if;
9970: if l_rec.per_in_ler_id is null then
9971: ben_person_life_event_api.create_person_life_Event
9972: (p_validate => false,
9973: p_per_in_ler_id => l_per_in_ler_id,
9974: p_ler_id => p_ler_id,
9975: p_person_id => p_person_id,

Line 9995: ben_person_life_event_api.update_person_life_event

9991: if p_mode = 'U' then
9992: commit;
9993: end if;
9994: else
9995: ben_person_life_event_api.update_person_life_event
9996: (p_per_in_ler_id => l_rec.per_in_ler_id,
9997: p_per_in_ler_stat_cd => 'STRTD',
9998: p_object_version_number => l_rec.object_version_number,
9999: p_lf_evt_ocrd_dt => p_effective_date,

Line 12764: ben_person_life_event_api.update_person_life_event

12760: --
12761: if g_debug then
12762: hr_utility.set_location('processing event',10);
12763: end if;
12764: ben_person_life_event_api.update_person_life_event
12765: (p_per_in_ler_id => l_rec.per_in_ler_id,
12766: p_per_in_ler_stat_cd => 'PROCD',
12767: p_object_version_number => l_rec.object_version_number,
12768: -- p_effective_date => p_effective_date,