Discrete Manufacturing - EBS (MOSC)

MOSC Banner

Serials are not available in Mtl_serials table after WIP completion

edited Jun 9, 2013 5:46PM in Discrete Manufacturing - EBS (MOSC) 2 commentsAnswered
Problem: Serials are not available in Mtl_serials table after WIP completion. Old SR number is 3-6930862081, for the previous SR, Oracle has provided the below action plan:

Before inserting records into mtl_serial_numbers_interface.
Do a validation using following SQL:
Select Count(1)
From Mtl_Serial_Numbers
Where Inventory_Item_Id = &p_Inventory_Item_Id
And Current_Organization_Id = &p_Organization_Id
And Serial_Number = &p_Serial_Number;
If this SQL return 1, then you insert records into the interface table.
Otherwise, raise an exception.
If you did this validation.
I think exception 'WMS_CONT_INVALID_X_QTY' will not be raised any more.

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