Labels

[ALRT] (3) [AR] (2) [BOM] (3) [GL] (2) [GTM] (1) [INV] (18) [MRP] (1) [OM] (27) [PO] (58) [QP] (3) [SYS] (39) [WIP] (4) AGIS (1) OM (1)

Tuesday, December 28, 2010

[ALRT] Event Alert

For Event alert, once you verified and saved it, Oracle will create a database trigger (db object) on the table you specified.

For example,
Table name in the Event alert is PO_ABC.

A database trigger will be created with name ALR_PO_ABC_UAR or ALR_PO_ABC_IAR. UAT denotes "Update After Record", whereas IAR denotes "Insert After Record".

Once Alert is fired, this database trigger will spawn (submit) a concurrent request with name starts with the table name, e.g. PO_ABC (Check Event Alert). The concurrent request will check SQL in Alert to determine whether to perform any action.

No comments:

Post a Comment