FCLT#65498 fac_version_cust en fac_version_group
svn path=/Database/trunk/; revision=49477
This commit is contained in:
@@ -221,13 +221,9 @@ ALTER TABLE mld_opdr_uren MODIFY mld_opdr_key CONSTRAINT mld_r_ml
|
|||||||
DEF_FAC_SRTNOT('PRSREG', 127, 'lcl_noti_PRSREG', '', '0', 'perslid', 0);
|
DEF_FAC_SRTNOT('PRSREG', 127, 'lcl_noti_PRSREG', '', '0', 'perslid', 0);
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#65498
|
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#65498
|
||||||
CREATE_TRIGGER(fac_t_fac_version_B_IU)
|
UPDATE fac_version
|
||||||
BEFORE INSERT OR UPDATE ON fac_version
|
SET fac_version_cust = UPPER(fac_version_cust)
|
||||||
FOR EACH ROW
|
, fac_version_group = UPPER(fac_version_group);
|
||||||
BEGIN
|
|
||||||
:new.fac_version_cust := UPPER(:new.fac_version_cust);
|
|
||||||
:new.fac_version_group := UPPER(:new.fac_version_group);
|
|
||||||
END;
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////// FLEX#64726
|
/////////////////////////////////////////////////////////////////////////////////////////// FLEX#64726
|
||||||
ALTER TABLE ins_srtdeel
|
ALTER TABLE ins_srtdeel
|
||||||
|
|||||||
Reference in New Issue
Block a user