Order Management - EBS (MOSC)

MOSC Banner

cannot insert line in a booked order (OM_API)

edited Oct 13, 2015 2:54AM in Order Management - EBS (MOSC) 5 commentsAnswered ✓

Hello all,

on R12.2.4 env I'm facing a problem when trying to insert a line via OM_API.

The problem occurs only when the order is booked. If entered no problem arise.

Below the test script I'm using to add lines.

The script returns

X_Return_Status => U

p_data => 

Any suggestion?

Many thaks.

regards,

Davide

DECLARE
   i_user_id         NUMBER;
   v_header_rec      OE_ORDER_HEADERS_ALL%ROWTYPE;
   v_item_rec        MTL_SYSTEM_ITEMS%ROWTYPE;
   L_Line_Rec        OE_ORDER_PUB.LINE_TBL_TYPE;
   L_Line_out_Rec    OE_ORDER_PUB.LINE_TBL_TYPE;
   OUT_Return_Status VARCHAR2(10);                                
   OUT_Msg_Count     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