DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTIVITY_BASE_RT dependencies on BEN_GLOBAL_ENRT

Line 4141: l_global_asg_rec ben_global_enrt.g_global_asg_rec_type;

4137: l_rt_strt_dt date;
4138: --
4139:
4140: l_enrt_rt c_enrt_rt%rowtype;
4141: l_global_asg_rec ben_global_enrt.g_global_asg_rec_type;
4142: --GEVITY
4143: l_assignment_id NUMBER;
4144: l_payroll_id NUMBER;
4145: l_organization_id NUMBER;

Line 4262: ben_global_enrt.get_asg -- assignment

4258: open c_acty_base_rt;
4259: fetch c_acty_base_rt into l_element_type_id,l_rate_periodization_rl;
4260: close c_acty_base_rt;
4261: /* Replaced with ben_element_entry.get_abr_assignment call
4262: ben_global_enrt.get_asg -- assignment
4263: (p_person_id => p_person_id
4264: ,p_effective_date => l_effective_date -- Bug 2407041 p_effective_date
4265: ,p_global_asg_rec => l_global_asg_rec);
4266: */