DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_PERSON_LIFE_EVENT_API

Line 4007: ben_Person_Life_Event_api.create_Person_Life_Event_perf

4003: p_program_id => fnd_global.conc_program_id,
4004: p_request_id => fnd_global.conc_request_id,
4005: p_program_update_date => l_effective_date);
4006: --
4007: ben_Person_Life_Event_api.create_Person_Life_Event_perf
4008: (p_validate => false
4009: ,p_per_in_ler_id => l_dummy_per_in_ler_id
4010: ,p_ler_id => p_ler_id
4011: ,p_person_id => l_mgr_person_id

Line 4520: ben_Person_Life_Event_api.create_Person_Life_Event_perf

4516: p_program_id => fnd_global.conc_program_id,
4517: p_request_id => fnd_global.conc_request_id,
4518: p_program_update_date => l_effective_date);
4519: --
4520: ben_Person_Life_Event_api.create_Person_Life_Event_perf
4521: (p_validate => false
4522: ,p_per_in_ler_id => l_dummy_per_in_ler_id
4523: ,p_ler_id => p_ler_id
4524: ,p_person_id => l_mgr_person_id

Line 5045: ben_Person_Life_Event_api.delete_Person_Life_Event

5041:
5042: end loop;
5043: close c_popl;
5044:
5045: ben_Person_Life_Event_api.delete_Person_Life_Event
5046: (p_per_in_ler_id => l_pil_rec.per_in_ler_id,
5047: p_object_version_number => l_pil_rec.pil_ovn,
5048: p_effective_date => p_effective_date);
5049:

Line 9563: ben_person_life_event_api.create_person_life_Event

9559: if g_debug then
9560: hr_utility.set_location (l_package,60);
9561: end if;
9562: if l_rec.per_in_ler_id is null then
9563: ben_person_life_event_api.create_person_life_Event
9564: (p_validate => false,
9565: p_per_in_ler_id => l_per_in_ler_id,
9566: p_ler_id => p_ler_id,
9567: p_person_id => p_person_id,

Line 9587: ben_person_life_event_api.update_person_life_event

9583: if p_mode = 'U' then
9584: commit;
9585: end if;
9586: else
9587: ben_person_life_event_api.update_person_life_event
9588: (p_per_in_ler_id => l_rec.per_in_ler_id,
9589: p_per_in_ler_stat_cd => 'STRTD',
9590: p_object_version_number => l_rec.object_version_number,
9591: p_lf_evt_ocrd_dt => p_effective_date,

Line 12146: ben_person_life_event_api.update_person_life_event

12142: --
12143: if g_debug then
12144: hr_utility.set_location('processing event',10);
12145: end if;
12146: ben_person_life_event_api.update_person_life_event
12147: (p_per_in_ler_id => l_rec.per_in_ler_id,
12148: p_per_in_ler_stat_cd => 'PROCD',
12149: p_object_version_number => l_rec.object_version_number,
12150: -- p_effective_date => p_effective_date,