EBS Customizations (MOSC)

MOSC Banner

Is it possible to run a PL/SQL statement in an Oracle Alert action?

edited Aug 11, 2015 10:01AM in EBS Customizations (MOSC) 9 commentsAnswered
Hello did anyone know is it possible to run a PL/SQL statement in an Oracle Alert action?
I can run an SQL like “UPDATE Table SET alert_run = 'ok' where id = 10;” but if I run instead of this the following
Select XXKN_TEST.UPDATE_XXX_TEST('&USER_NAME') From dual;
I get the following error log:
-------------------------------------------------------------------------
Alert: Version : 11.5.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
ALECDC module: Check Periodic Alert
-------------------------------------------------------------------------

PL/SQL procedure successfully completed.
XXKN_TEST.UPDATE_XXX_TEST('GROSS2')
*
ERROR at line 2:
ORA-00904: "XXKN_TEST"."UPDATE_XXX_TEST": invalid identifier

APP-ALR-04020: Oracle Alert was unable to execute "&VALUE". Check that this file exists and that its read protection is set correctly.

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.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center