DBA Data[Home] [Help]

APPS.PER_ZA_WSP_ARCHIVE_PKG dependencies on PER_QUALIFICATION_TYPES

Line 470: from per_qualification_types

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

Line 3571: ,per_qualification_types pqt

3567: -- Qualifications
3568: cursor csr_atr_qual(p_person_id number) is -- Caters for both the two types of Qualifications(Award/Class)
3569: select pqt.qualification_type_id, pqt.name, pqa.awarded_date, pqa.status--event id event name
3570: from per_qualifications pqa
3571: ,per_qualification_types pqt
3572: ,per_establishment_attendances pea
3573: where (pqa.person_id = p_person_id or pea.person_id = p_person_id)
3574: and pqa.start_date <= g_atr_end_date
3575: and nvl(pqa.end_date,g_atr_start_date) >= g_atr_start_date