DBA Data[Home] [Help]

APPS.HR_MX_UTILITY dependencies on PER_PEOPLE_F

Line 291: FROM per_people_f

287: RETURN per_all_people_f.business_group_id%type AS
288:
289: CURSOR csr_fetch_bg IS
290: SELECT business_group_id
291: FROM per_people_f
292: WHERE person_id = p_person_id
293: AND rownum < 2;
294:
295: l_bg_id per_all_people_f.business_group_id%type;