Order Management - EBS (MOSC)

MOSC Banner

How can we use API (oe_order_pub.process_order) to update Cancel reason and comments for Sales Order

edited Aug 17, 2017 10:08AM in Order Management - EBS (MOSC) 8 commentsAnswered

Hello,

I am using API (oe_order_pub.process_order) to cancel the Sales Order at Header level but even after i use following variables i am not able to see the Cancel reason from Front end.

1) l_header_rec.cancelled_flag := 'Y';

2) l_header_rec.change_reason := 'Not provided';

3) l_header_rec.change_reason := 'Sales order cancelled on';

Only the value gets update in OE_REASONS table and not shown from Front-End.

Navigation from Front-end: (Go to Sales Order Form--> Action button--> Cancel)

Please suggest which field i need to update so as that the values can be shown from front-end.

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