DBA Data[Home] [Help]

APPS.PER_ZA_WSP_ARCHIVE_PKG dependencies on PER_ESTABLISHMENT_ATTENDANCES

Line 3578: ,per_establishment_attendances pea

3574: cursor csr_atr_qual(p_person_id number) is -- Caters for both the two types of Qualifications(Award/Class)
3575: select pqt.qualification_type_id, pqt.name, pqa.awarded_date, pqa.status--event id event name
3576: from per_qualifications pqa
3577: ,per_qualification_types pqt
3578: ,per_establishment_attendances pea
3579: where (pqa.person_id = p_person_id or pea.person_id = p_person_id)
3580: and pqa.start_date <= g_atr_end_date
3581: and nvl(pqa.end_date,g_atr_start_date) >= g_atr_start_date
3582: and pqa.awarded_date between g_atr_start_date and g_atr_end_date