DBA Data[Home] [Help]

APPS.BEN_EFC_ADJUSTMENTS1 dependencies on BEN_GLOBAL_ENRT

Line 71: l_global_asg_rec ben_global_enrt.g_global_asg_rec_type;

67: l_proc varchar2(1000) := 'prv_adjustments';
68: --
69: l_efc_row g_efc_row;
70: --
71: l_global_asg_rec ben_global_enrt.g_global_asg_rec_type;
72: --
73: l_who_counts ben_efc_adjustments.g_who_counts;
74: l_olddata boolean;
75: --

Line 1024: ben_global_enrt.get_asg -- assignment

1020: );
1021: --
1022: -- Check if the payroll id is set for the employee or benefit assignment
1023: --
1024: ben_global_enrt.get_asg -- assignment
1025: (p_person_id => l_efc_row.person_id
1026: ,p_effective_date => l_effective_date
1027: ,p_global_asg_rec => l_global_asg_rec
1028: );