DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_ELIG_OBJECT

Line 5558: ben_elig_object.set_object

5554: if g_debug then
5555: hr_utility.set_location('Setting up eligibility at the PGM level',10);
5556: end if;
5557: --
5558: ben_elig_object.set_object
5559: (p_pgm_id => g_cache_proc_object(l_count).pgm_id,
5560: p_ler_id => p_ler_id,
5561: p_business_group_id => p_business_group_id,
5562: p_effective_date => p_effective_date

Line 5566: ben_elig_object.set_object

5562: p_effective_date => p_effective_date
5563: ,p_rec => l_rec
5564: );
5565: --
5566: ben_elig_object.set_object
5567: (p_pgm_id => g_cache_proc_object(l_count).pgm_id,
5568: p_business_group_id => p_business_group_id,
5569: p_effective_date => p_effective_date);
5570:

Line 5581: ben_elig_object.set_object

5577: if g_debug then
5578: hr_utility.set_location('Setting up eligibility at the PLN level',10);
5579: end if;
5580: --
5581: ben_elig_object.set_object
5582: (p_pl_id => g_cache_proc_object(l_count).pl_id,
5583: p_ler_id => p_ler_id,
5584: p_business_group_id => p_business_group_id,
5585: p_effective_date => p_effective_date

Line 5589: ben_elig_object.set_object

5585: p_effective_date => p_effective_date
5586: ,p_rec => l_rec
5587: );
5588: --
5589: ben_elig_object.set_object
5590: (p_pl_id => g_cache_proc_object(l_count).pl_id,
5591: p_business_group_id => p_business_group_id,
5592: p_effective_date => p_effective_date);
5593: if g_debug then

Line 5604: ben_elig_object.set_object

5600: if g_debug then
5601: hr_utility.set_location('Setting up eligibility at the PLIP level',10);
5602: end if;
5603: --
5604: ben_elig_object.set_object
5605: (p_plip_id => g_cache_proc_object(l_count).plip_id,
5606: p_ler_id => p_ler_id,
5607: p_business_group_id => p_business_group_id,
5608: p_effective_date => p_effective_date

Line 5615: ben_elig_object.set_object

5611: --
5612: if g_debug then
5613: hr_utility.set_location('Done plip ler sobjs '||l_proc,20);
5614: end if;
5615: ben_elig_object.set_object
5616: (p_plip_id => g_cache_proc_object(l_count).plip_id,
5617: p_business_group_id => p_business_group_id,
5618: p_effective_date => p_effective_date);
5619: --

Line 5633: ben_elig_object.set_object

5629: g_cache_proc_object(l_count).ptip_id,10);
5630: --
5631: hr_utility.set_location('ELOBJ_SOBJ '||l_proc,30);
5632: end if;
5633: ben_elig_object.set_object
5634: (p_ptip_id => g_cache_proc_object(l_count).ptip_id,
5635: p_ler_id => p_ler_id,
5636: p_business_group_id => p_business_group_id,
5637: p_effective_date => p_effective_date

Line 5641: ben_elig_object.set_object

5637: p_effective_date => p_effective_date
5638: ,p_rec => l_rec
5639: );
5640: --
5641: ben_elig_object.set_object
5642: (p_ptip_id => g_cache_proc_object(l_count).ptip_id,
5643: p_business_group_id => p_business_group_id,
5644: p_effective_date => p_effective_date);
5645: --

Line 5655: ben_elig_object.set_object

5651: --
5652: if g_debug then
5653: hr_utility.set_location(l_proc||' OIPL NN ',20);
5654: end if;
5655: ben_elig_object.set_object
5656: (p_oipl_id => g_cache_proc_object(l_count).oipl_id,
5657: p_ler_id => p_ler_id,
5658: p_business_group_id => p_business_group_id,
5659: p_effective_date => p_effective_date

Line 5663: ben_elig_object.set_object

5659: p_effective_date => p_effective_date
5660: ,p_rec => l_rec
5661: );
5662: --
5663: ben_elig_object.set_object
5664: (p_oipl_id => g_cache_proc_object(l_count).oipl_id,
5665: p_business_group_id => p_business_group_id,
5666: p_effective_date => p_effective_date);
5667: if g_debug then