DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTIVITY_BASE_RT dependencies on BEN_GLOBAL_ENRT

Line 4340: l_global_asg_rec ben_global_enrt.g_global_asg_rec_type;

4336: l_rt_strt_dt date;
4337: --
4338:
4339: l_enrt_rt c_enrt_rt%rowtype;
4340: l_global_asg_rec ben_global_enrt.g_global_asg_rec_type;
4341: --GEVITY
4342: l_assignment_id NUMBER;
4343: l_payroll_id NUMBER;
4344: l_organization_id NUMBER;

Line 4461: ben_global_enrt.get_asg -- assignment

4457: open c_acty_base_rt;
4458: fetch c_acty_base_rt into l_element_type_id,l_rate_periodization_rl;
4459: close c_acty_base_rt;
4460: /* Replaced with ben_element_entry.get_abr_assignment call
4461: ben_global_enrt.get_asg -- assignment
4462: (p_person_id => p_person_id
4463: ,p_effective_date => l_effective_date -- Bug 2407041 p_effective_date
4464: ,p_global_asg_rec => l_global_asg_rec);
4465: */