prodadmin
07-08-2003, 10:11 AM
Hi ,
Can any one pls explain me what is this :new and :old means.or what exactly we are reffereing to.
BEGIN
if (:new.ASR = 'A' and :old.ASR != 'A') then
EX_TRIGGERS.Ex_Insert( 'xcr'
, :new.Company_ID
, 'ON'
, 'Jobs with zero"
);
Thank you ..
Can any one pls explain me what is this :new and :old means.or what exactly we are reffereing to.
BEGIN
if (:new.ASR = 'A' and :old.ASR != 'A') then
EX_TRIGGERS.Ex_Insert( 'xcr'
, :new.Company_ID
, 'ON'
, 'Jobs with zero"
);
Thank you ..