Order Management - EBS (MOSC)

MOSC Banner

How to use OE_ORDER_ADJ_PVT.price_action in R12.2.5

edited Aug 18, 2016 5:00AM in Order Management - EBS (MOSC) 3 commentsAnswered

Hi All,

We are upgrading the system from 11.5.10 to 12.2.5 and retrofitting the 11i source code.

I came across a custom package which invokes OE_ORDER_ADJ_PVT.price_action using the signature

OE_ORDER_ADJ_PVT.price_action(p_header_count => v_header_count,

                                    p_header_list => v_header_list,

                                    p_line_count => v_line_count,

                                    p_line_list => v_line_list,

                                    p_price_level => v_price_level,

                                    x_return_status => v_return_status,

                                    x_msg_count => v_msg_count,

                                    x_msg_data => v_msg_data );

I believe there is a new overloaded procedure which has a different signature

OE_ORDER_ADJ_PVT.price_action(p_selected_records => v_selected_records,

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