Loading data/ddl/view/V_EXPORT_PAIEMENT_SIHAM.sql +2 −2 Original line number Diff line number Diff line Loading @@ -226,8 +226,8 @@ FROM ( ROUND(p.montant,2) montant, p.taux_conges_payes taux_conges_payes, COALESCE(p.unite_budgetaire, '') || ' ' || LPAD(TO_CHAR(TO_NUMBER(TO_CHAR(date_mise_en_paiement, 'YY'))), 2, '0') || '-' || LPAD(TO_CHAR(TO_NUMBER(TO_CHAR(date_mise_en_paiement, 'YY')) + 1), 2, '0') libelle, SUBSTR(TO_CHAR(TO_NUMBER(i.annee_id)), -2) || '-' || SUBSTR(TO_CHAR(TO_NUMBER(i.annee_id) + 1), -2) libelle, si.code_indemnite code_indemnite, si.type_paie type_paie, si.code_indemnite_prime code_indemnite_prime, Loading Loading
data/ddl/view/V_EXPORT_PAIEMENT_SIHAM.sql +2 −2 Original line number Diff line number Diff line Loading @@ -226,8 +226,8 @@ FROM ( ROUND(p.montant,2) montant, p.taux_conges_payes taux_conges_payes, COALESCE(p.unite_budgetaire, '') || ' ' || LPAD(TO_CHAR(TO_NUMBER(TO_CHAR(date_mise_en_paiement, 'YY'))), 2, '0') || '-' || LPAD(TO_CHAR(TO_NUMBER(TO_CHAR(date_mise_en_paiement, 'YY')) + 1), 2, '0') libelle, SUBSTR(TO_CHAR(TO_NUMBER(i.annee_id)), -2) || '-' || SUBSTR(TO_CHAR(TO_NUMBER(i.annee_id) + 1), -2) libelle, si.code_indemnite code_indemnite, si.type_paie type_paie, si.code_indemnite_prime code_indemnite_prime, Loading