Procurement - EBS (MOSC)

MOSC Banner

how to write a messeage for order number in log

edited Aug 23, 2020 5:03AM in Procurement - EBS (MOSC) 1 commentAnswered

Hi

we have a requirement to show message for every order that without shipped data in concurrent program request and let request complete with warning.

I tried below:

1 . create a cursor in after report trigger.

   it worked. request will complete with warning if some orders haven't ship data.

2. for showing message in log for every order, I tried below, but it not worked.

I created a formula in G_order group

this is my code

function CF_1FORMULA0027 return Number is

l_count1 number;

begin

   SELECT count(wnd.confirm_date)

   into l_count1

From Wsh_New_Deliveries Wnd,

       Oe_Order_Headers_All h

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