DBA Data[Home] [Help]

APPS.WMS_ASN_INTERFACE dependencies on WMS_ASN_LOT_ATT

Line 611: wms_asn_lot_att.validate_lot ( l_return_status,l_msg_count,

607: x_return_status := FND_API.G_RET_STS_ERROR;
608: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
609: end if;
610:
611: wms_asn_lot_att.validate_lot ( l_return_status,l_msg_count,
612: l_msg_data,p_interface_transaction_id );
613:
614: IF (l_debug = 1) THEN
615: print_debug('After Calling procedure to validate Lot' , 4);

Line 717: wms_asn_lot_att.insert_range_serial

713: x_msg_count => x_msg_count,
714: x_msg_data => x_msg_data);
715: */
716:
717: wms_asn_lot_att.insert_range_serial
718: (p_inventory_item_id => l_inventory_item_id,
719: p_organization_id => l_organization_id,
720: p_from_serial_number => l_lpn_interface_rec.from_serial_number,
721: p_to_serial_number => l_lpn_interface_rec.to_serial_number,