DBA Data[Home] [Help]

APPS.BEN_GLOBAL_ENRT dependencies on PER_ALL_PEOPLE_F

Line 84: g_global_asg_person_id per_all_people_f.person_id%type;

80:
81: type g_global_asg_rec_type is record
82: (payroll_id per_all_assignments_f.payroll_id%type);
83: g_global_asg_rec g_global_asg_rec_type;
84: g_global_asg_person_id per_all_people_f.person_id%type;
85:
86: g_global_pen_rec ben_prtt_enrt_rslt_f%rowtype;
87: ------------------------------------------------------------------------------
88: