DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_ELIG_OBJECT

Line 5950: ben_elig_object.set_object

5946: if g_debug then
5947: hr_utility.set_location('Setting up eligibility at the PGM level',10);
5948: end if;
5949: --
5950: ben_elig_object.set_object
5951: (p_pgm_id => g_cache_proc_object(l_count).pgm_id,
5952: p_ler_id => p_ler_id,
5953: p_business_group_id => p_business_group_id,
5954: p_effective_date => p_effective_date

Line 5958: ben_elig_object.set_object

5954: p_effective_date => p_effective_date
5955: ,p_rec => l_rec
5956: );
5957: --
5958: ben_elig_object.set_object
5959: (p_pgm_id => g_cache_proc_object(l_count).pgm_id,
5960: p_business_group_id => p_business_group_id,
5961: p_effective_date => p_effective_date);
5962:

Line 5973: ben_elig_object.set_object

5969: if g_debug then
5970: hr_utility.set_location('Setting up eligibility at the PLN level',10);
5971: end if;
5972: --
5973: ben_elig_object.set_object
5974: (p_pl_id => g_cache_proc_object(l_count).pl_id,
5975: p_ler_id => p_ler_id,
5976: p_business_group_id => p_business_group_id,
5977: p_effective_date => p_effective_date

Line 5981: ben_elig_object.set_object

5977: p_effective_date => p_effective_date
5978: ,p_rec => l_rec
5979: );
5980: --
5981: ben_elig_object.set_object
5982: (p_pl_id => g_cache_proc_object(l_count).pl_id,
5983: p_business_group_id => p_business_group_id,
5984: p_effective_date => p_effective_date);
5985: if g_debug then

Line 5996: ben_elig_object.set_object

5992: if g_debug then
5993: hr_utility.set_location('Setting up eligibility at the PLIP level',10);
5994: end if;
5995: --
5996: ben_elig_object.set_object
5997: (p_plip_id => g_cache_proc_object(l_count).plip_id,
5998: p_ler_id => p_ler_id,
5999: p_business_group_id => p_business_group_id,
6000: p_effective_date => p_effective_date

Line 6007: ben_elig_object.set_object

6003: --
6004: if g_debug then
6005: hr_utility.set_location('Done plip ler sobjs '||l_proc,20);
6006: end if;
6007: ben_elig_object.set_object
6008: (p_plip_id => g_cache_proc_object(l_count).plip_id,
6009: p_business_group_id => p_business_group_id,
6010: p_effective_date => p_effective_date);
6011: --

Line 6025: ben_elig_object.set_object

6021: g_cache_proc_object(l_count).ptip_id,10);
6022: --
6023: hr_utility.set_location('ELOBJ_SOBJ '||l_proc,30);
6024: end if;
6025: ben_elig_object.set_object
6026: (p_ptip_id => g_cache_proc_object(l_count).ptip_id,
6027: p_ler_id => p_ler_id,
6028: p_business_group_id => p_business_group_id,
6029: p_effective_date => p_effective_date

Line 6033: ben_elig_object.set_object

6029: p_effective_date => p_effective_date
6030: ,p_rec => l_rec
6031: );
6032: --
6033: ben_elig_object.set_object
6034: (p_ptip_id => g_cache_proc_object(l_count).ptip_id,
6035: p_business_group_id => p_business_group_id,
6036: p_effective_date => p_effective_date);
6037: --

Line 6047: ben_elig_object.set_object

6043: --
6044: if g_debug then
6045: hr_utility.set_location(l_proc||' OIPL NN ',20);
6046: end if;
6047: ben_elig_object.set_object
6048: (p_oipl_id => g_cache_proc_object(l_count).oipl_id,
6049: p_ler_id => p_ler_id,
6050: p_business_group_id => p_business_group_id,
6051: p_effective_date => p_effective_date

Line 6055: ben_elig_object.set_object

6051: p_effective_date => p_effective_date
6052: ,p_rec => l_rec
6053: );
6054: --
6055: ben_elig_object.set_object
6056: (p_oipl_id => g_cache_proc_object(l_count).oipl_id,
6057: p_business_group_id => p_business_group_id,
6058: p_effective_date => p_effective_date);
6059: if g_debug then