DBA Data[Home] [Help]

APPS.GHR_MASS_AWARDS_ELIG dependencies on PER_PEOPLE_F

Line 90: from per_people_f ppf

86:
87:
88: Cursor c_business_group_id is
89: Select ppf.business_group_id
90: from per_people_f ppf
91: where ppf.person_id = l_per_id
92: and l_effective_date
93: between ppf.effective_start_date
94: and ppf.effective_end_date;