0% found this document useful (0 votes)
72 views2 pages

Executing Procedure On SIT Insert or Update Using Alert

The document describes creating a PL/SQL procedure to define an alert in the database that will be triggered on insert or update events on the PER_PERSON_ANALYSES table. The alert includes an action that selects an analysis criteria ID from the table where the ID flex number and row ID match specified values. Another action sets the name and details, and alert details include the operating unit. The procedure is then tested on insert and update events on the SIT environment.

Uploaded by

zameersait
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views2 pages

Executing Procedure On SIT Insert or Update Using Alert

The document describes creating a PL/SQL procedure to define an alert in the database that will be triggered on insert or update events on the PER_PERSON_ANALYSES table. The alert includes an action that selects an analysis criteria ID from the table where the ID flex number and row ID match specified values. Another action sets the name and details, and alert details include the operating unit. The procedure is then tested on insert and update events on the SIT environment.

Uploaded by

zameersait
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Executing Procedure on SIT insert or update using Alert

Database

 Create PL/SQL procedure

Responsibility: Alert Manager

Function: Define Alert

 Create Alert on Event with table PER_PERSON_ANALYSES

 SQL Statement

select analysis_criteria_id into &ac_id from PER_PERSON_ANALYSES


where id_flex_num=XXXX and rowid=:rowed

 Add Action with Type SQL Statement Script

 Add Action Set Name and Details


 In Alert Details include the operating unit

 Save and Test the SIT insert and update.

You might also like