Order Management - EBS (MOSC)

MOSC Banner

adding order line to the existing order is creating using oe_order_pub.process_order with status en

edited Jan 31, 2013 2:04AM in Order Management - EBS (MOSC) 1 commentAnswered
Hi,i am trying to creating a order line for the existing order using oe_order_pub.process_order

but the line is creating and still it is entered status,i want to add a line in booked status or awating return status based order line type

can any body please help me to get out of this

here is the code i am using
CREATE OR REPLACE procedure APPS.xxadd_exchange_line(p_rma_order_number in number
                                                                         ,p_exchange_item_id   in number
                                                                         ,p_err_code                out number
                                                                         ,p_err_msg                 out varchar2) 
                                                                         is
--type ty_line_id is table of number;                                                                         

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