DBA Data[Home] [Help]

APPS.BEN_QUA_LER dependencies on PER_ESTABLISHMENT_ATTENDANCES

Line 125: from per_establishment_attendances pea

121: and effective_end_date;
122: --
123: cursor c_from_att(cv_attendance_id number) is
124: select person_id
125: from per_establishment_attendances pea
126: where pea.attendance_id = cv_attendance_id;
127: --
128: cursor c_from_party(cv_party_id number) is
129: select person_id