Inventory Management - EBS (MOSC)

MOSC Banner

EGO_ITEM_PUB.Process_Item

edited Jul 5, 2020 10:30PM in Inventory Management - EBS (MOSC) 8 commentsAnswered ✓

Dear All,

May be this question asked many times; but we tried and something went wrong;

We need to update some columns (nventory_item_status_code, attribute11,attribute12) for many inventory items; instead to login in to master item window and update item by item we used  <EGO_ITEM_PUB.PROCESS_ITEMS> API to save time. We test API for one item as test; but it does not update the item:

DECLARE

       x_item_tbl                     EGO_ITEM_PUB.ITEM_TBL_TYPE;   

        x_message_list            Error_Handler.Error_Tbl_Type;

        x_return_status           VARCHAR2(2);

        x_msg_count               NUMBER := 0;

        l_user_id                     NUMBER := -1;

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