Inventory Management - EBS (MOSC)

MOSC Banner

unable to modify task from queued to pending

edited Apr 4, 2013 2:15AM in Inventory Management - EBS (MOSC) 1 commentAnswered
Hi,
I am facing the error 'INVALD TASK STATUS' while modifying the task status from queued status to pending status by using the wms_task_mgmt_pub.modify_task

with the follwoing code

CREATE OR REPLACE procedure pr_taskupdate_to_pending(p_task in number,P_ERROR_MSG OUT VARCHAR2,P_ERROR_CODE OUT NUMBER)is
l_updated_tasks                WMS_TASK_MGMT_PUB.task_tab_type;
l_return_status                  VARCHAR2(10);
l_msg_count                      NUMBER;
l_msg_data                       VARCHAR2(200);
l_task_table                      WMS_TASK_MGMT_PUB.task_tab_type;
l_task_id                           NUMBER;
l_transaction_number        NUMBER;
v_transaction_number      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