DBA Data[Home] [Help]

APPS.BEN_GLOBAL_ENRT dependencies on PER_ALL_PEOPLE_F

Line 87: g_global_asg_person_id per_all_people_f.person_id%type;

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