ZDHJR Les échelles (Fonction Publique)
Par AMO
Echelles
select a.cdcode "Code", b.liblon "Libellé",
c.dadeb "Date début pour l'indice brut", c.cdinbr "Indice brut",
d.aamini "Avct mini Année", d.mmmini "Avct mini Mois",
d.aamoye "Avct moyen Année", d.mmmoye "Avct moyen Mois",
d.aamaxi "Avct maxi Année", d.mmmaxi "Avct maxi Mois",
d.cdfuec, d.cdfucl "Echelon"
from zd00 a, zd01 b, zd62 c, zd61 d
where a.nudoss = b.nudoss
and a.nudoss = c.nudoss
and a.nudoss = d.nudoss
and a.cdstco = 'HJR'
and b.cdlang = 'F'
and c.datxxx = to_date('31/12/2999', 'dd/MM/YYYY')
and d.dafin = to_date('31/12/2999', 'dd/MM/YYYY')
;