Error in query eligible material in WMS_TASK_MGMT_PUB.split task
Hi
I am getting Error when spliting task using WMS_TASK_MGMT_PUB.split task
Error is
Error in query eligible material
I HAVE CHECKED AT METALINK.Oracle have provided a RUP Patch in R12.1.3
But we are using R12.2.0
Can anyone provide a solution for this .Is there is any Patch for R12.2.0
Sample Script is
DECLARE
x_split_qty_tab wms_task_mgmt_pub.task_qty_tbl_type;
x_ret_task_typ_tab wms_task_mgmt_pub.task_tab_type;
x_task_dtl_tab wms_task_mgmt_pub.task_detail_tbl_type;
x_ret_sts VARCHAR2(500);
x_ret_msg_count number;