Order and Service Management (Communications Industry) (MOSC)

MOSC Banner

Discussions

Oracle Event Alert firing multiple times

Hi
I have an Event Alert which needs to fired when the order gets" CANCELLED"
but to my surprise it is firing multiple times for particular order

Alert Type : Event
Table : OE_ORDER_HEADERS_ALL
AFTER UPDATE

Code:

SELECT distinct ORDER_NUMBER
  INTO
 &L_ORDER_NUMBER
FROM OE_ORDER_HEADERS_ALL
WHERE ROWID=:ROWID
AND UPPER(FLOW_STATUS_CODE) = 'CANCELLED'
AND cancelled_flag='Y'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center