PL/SQL (MOSC)

MOSC Banner

event Alert for release hold

edited Aug 20, 2010 4:00PM in PL/SQL (MOSC) 8 commentsAnswered
 I am writing an event alert when a SO is release,  after Release hold action. I've checked that the table oe_order_holds_all , released_flag is update after release hold,  and i wrote teh follwing alert,  but it wont send any email... can anyone help thanks...

select distinct
oh.ORDER_NUMBER, 
RCUST.CUSTOMER_NAME,
rcust.CUSTOMER_NUMBER
into
&order_number,
&customer_name,
&customer_number
from ont.oe_order_holds_all hold, 
ont.OE_ORDER_headers_all oh, 
ont.OE_ORDER_lines_all ol,
apps.ra_customers rcust,
ont.oe_transaction_types_tl tyl
where 
--hold.HEADER_ID=185433
 hold.HEADER_ID=oh.HEADER_ID

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