Hi ,

Can any one pls explain me what is this :new and ld means.or what exactly we are reffereing to.


BEGIN
if (:new.ASR = 'A' and ld.ASR != 'A') then

EX_TRIGGERS.Ex_Insert( 'xcr'
, :new.Company_ID
, 'ON'
, 'Jobs with zero"
);

Thank you ..