DBA Data[Home] [Help]

APPS.WMS_ASN_INTERFACE dependencies on INV_LOT_API_PUB

Line 536: inv_lot_api_pub.validate_unique_lot

532: Calling New API to validate Lot Attributes
533: This is replaced by the new call below.
534: *************************************************************************/
535: /*
536: inv_lot_api_pub.validate_unique_lot
537: (p_org_id => l_organization_id,
538: p_inventory_item_id => l_inventory_item_id,
539: p_lot_uniqueness => NULL,
540: p_auto_lot_number => l_lpn_interface_rec.lot_number)

Line 556: inv_lot_api_pub.insertlot

552: print_debug('About to insert a lot - nothing will happen if this lot/item combination already exists', 4);
553: END IF;
554: l_progress := '130';
555:
556: inv_lot_api_pub.insertlot
557: (p_api_version => l_api_version,
558: p_inventory_item_id => l_inventory_item_id,
559: p_organization_id => l_organization_id,
560: p_lot_number => l_lpn_interface_rec.lot_number,

Line 598: l_valid_lot := inv_lot_api_pub.validate_unique_lot(l_organization_id,

594: IF (l_debug = 1) THEN
595: print_debug('Before Calling Validate Unique Lot API ', 4);
596: END IF;
597:
598: l_valid_lot := inv_lot_api_pub.validate_unique_lot(l_organization_id,
599: l_inventory_item_id,
600: '',
601: l_lpn_interface_rec.lot_number);
602: if l_valid_lot then