DBA Data[Home] [Help]

APPS.PER_ZA_WSP_ARCHIVE_PKG dependencies on PER_QUALIFICATION_TYPES

Line 471: from per_qualification_types

467: where competence_id = p_csr_trng_event_id;
468:
469: cursor csr_get_qual_info(p_csr_trng_event_id number) is
470: select level_number, qual_framework_id --saqa_id
471: from per_qualification_types
472: where qualification_type_id = p_csr_trng_event_id;
473: --variables
474: l_skills_priority_id number;
475: l_skills_priority_name varchar2(80);

Line 3577: ,per_qualification_types pqt

3573: -- Qualifications
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