Vous êtes sur la page 1sur 1

select

(select max(employee_number) from per_all_people_f papf where papf.person_id=pqv


.person_id
and trunc(sysdate) between trunc(papf.effective_start_date)and trunc(papf.effect
ive_end_date))Employee_Number,
name,
(select meaning
from hr_lookups hl,
per_qualification_types pqt
where hl.lookup_code=pqt.category
and hl.lookup_type='PER_CATEGORIES'
and pqt.QUALIFICATION_TYPE_ID=pqv.qualification_type_id)Category
from PER_QUALIFICATIONS_V pqv

Vous aimerez peut-être aussi