Vous êtes sur la page 1sur 1

-- backup plafonds existants

--unload to 'sogepro-ccp-SGMCPPAR-backup-09082022.unl' select * from SGMCPPAR;

-- MAJ Plafonds contrat : par op�ration et mensuel


update SGMCPPAR set dec1 ='80000,0', dec3='80000,0' where ctab='PLFD' and
cacc='OPE';
update SGMCPPAR set dec1 ='800000,0', dec3='800000,0' where ctab='PLFD' and
cacc='MEN';

-- MAJ Plafonds Matrice de signatue : virement


update SGMCPPAR set dec1 ='1', dec2='80000,0' where ctab='MAT' and cacc='1';

-- MAJ Plafonds par profil : consultation et transactionnel


update SGMCPPAR set DEC1='1' , DEC2='80000,0', DEC3='1', DEC4='800000,0' where
ctab='006' and cacc='003';
update SGMCPPAR set DEC1='1' , DEC2='80000,0', DEC3='1', DEC4='800000,0' where
ctab='006' and cacc='004';

Vous aimerez peut-être aussi