DBA Data[Home] [Help]

APPS.PER_PAT_UPD dependencies on PER_ALL_PEOPLE_F

Line 67: from per_all_people_f

63: i number;
64:
65: cursor csr_name is
66: select full_name
67: from per_all_people_f
68: where person_id in (
69: select person_id
70: from PER_ALLOCATED_CHECKLISTS
71: where ALLOCATED_CHECKLIST_ID =p_rec.allocated_checklist_id )