DBA Data[Home] [Help]

APPS.INV_SERIAL_PICK_PKG dependencies on INV_MO_CANCEL_PVT

Line 393: INV_MO_Cancel_PVT.reduce_rsv_allocation( x_return_status => x_return_status

389: -- to make the ATT accurate, delete the reservation first
390: if p_initial_serial = 'Y' then
391: -- delete reservation and allocation
392: for l_transaction_rec in MMTT_TEMP_ID LOOP
393: INV_MO_Cancel_PVT.reduce_rsv_allocation( x_return_status => x_return_status
394: ,x_msg_count => l_msg_count
395: ,x_msg_data => x_error_msg
396: ,p_transaction_temp_id =>l_transaction_rec.transaction_temp_id
397: ,p_quantity_to_delete =>l_transaction_rec.transaction_quantity);

Line 418: INV_MO_Cancel_PVT.reduce_rsv_allocation(

414: END IF;
415: -- Bug 7190635, Currently we are deleting entire reservations which is not correct for ATO items
416: -- so we will not reduce reservation here. We will just delete entire allocations here
417: -- and reduce the reservations at later.
418: INV_MO_Cancel_PVT.reduce_rsv_allocation(
419: x_return_status => x_return_status
420: , x_msg_count => l_msg_count
421: , x_msg_data => x_error_msg
422: , p_transaction_temp_id => l_transaction_rec.transaction_temp_id