December 26, 2011

Set who Columns

Set who columns in pre-insert trigger in block level trigger

FND_STANDARD.SET_WHO;


The WHO columns are

CREATED BY,
CREATION_DATE,
LAST_UPDATE_BY,
LAST_UPDATED_DATE


3 comments:

  1. how to use this trigger

    ReplyDelete
    Replies
    1. Call it in Pre-Insert trigger,If your custom table has all the above mentioned WHO columns then it will be updated automatically.

      Delete
  2. This comment has been removed by the author.

    ReplyDelete

Thanks for your comments submitted.,will review and Post soon! by admin.

COALESCE-SQL

Coalesce- return the null values from the expression. It works similar to a case statement where if expression 1 is false then goes to expr...