Technology Stack - EBS (MOSC)

MOSC Banner

R12 : Alert

edited Aug 20, 2021 11:31AM in Technology Stack - EBS (MOSC) 5 commentsAnswered
 Hi,
We are on 12.1.3

We have created a alert after the sales order is booked.

It is working if we create sales order directly i.e without creating the quote.
If we create a quote and convert this quote to sale order alert is not firing ..

The Query :
/* Formatted on 2013/09/24 20:57 (Formatter Plus v4.8.8) */
SELECT ool.sold_to, ooha.order_number, ool.terms,
       SUM (NVL (ool.unit_selling_price, 0) * NVL (ool.ordered_quantity, 0)) OVER (PARTITION BY ool.sold_to, ooha.order_number, ool.terms)
                                                                 order_amount,
       ool.ordered_item, msib.primary_uom_code, ool.ordered_quantity,
       msib.description
  INTO &sold_to, &order_number, &terms,

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