Inventory Management - EBS (MOSC)

MOSC Banner

Update lot number using API

edited Aug 31, 2018 5:04AM in Inventory Management - EBS (MOSC) 3 commentsAnswered

Hello

I want to update the existing lot number . Is it possible to use bellow API ?

inv_lot_api_pub.Update_Inv_lot(

x_return_status => lc_return_status

, x_msg_count => ln_message_count

, x_msg_data => lc_message_list

, x_lot_rec => lr_lot_rec

, p_lot_rec => l_in_lot_rec

, p_source => 1

, p_api_version => 1.0

, p_init_msg_list => fnd_api.g_false

, p_commit => fnd_api.g_false);

Tagged:

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