Colon NEW

Message from: MThomas

Did a search but couldn’t find anything that explains what “:NEW”
does. Can anyone explain what this does. Code extract below…

INSERT INTO MOD_LOSS_MIT_LOAN_REVIEW ( ROW_ID , OA )

VALUES (:NEW. ROW_ID ,:NEW. OA );

Thanks in advance!
Mike


Historical Messages

Author: Mike Thomas
Date: Thu Apr 14 08:58:49 PDT 2011

Did a search but couldn’t find anything that explains what “:NEW”
does. Can anyone explain what this does. Code extract below…

INSERT INTO MOD_LOSS_MIT_LOAN_REVIEW ( ROW_ID , OA )

VALUES (:NEW. ROW_ID ,:NEW. OA );

Thanks in advance!
Mike

__