EGO_ITEM_PUB.Process_Item
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;