DBA Data[Home] [Help]

APPS.INV_RCV_STD_RCPT_APIS dependencies on INV_LOT_API_PUB

Line 6595: ** by calling API INV_LOT_API_PUB.insertLot.

6591:
6592: /* Before creating move orders, lot numbers should exist in
6593: ** mtl_lot_numbers. So, insert the lot number from
6594: ** mtl_transactions_lot_temp into mtl_lot_numbers
6595: ** by calling API INV_LOT_API_PUB.insertLot.
6596: ** This API takes care of populating attributes also.
6597: */
6598: BEGIN
6599: SELECT '1'

Line 6612: inv_lot_api_pub.insertlot(

6608: IF (l_debug = 1) THEN
6609: print_debug('Lot insertion ' || i.lot_number, 1);
6610: END IF;
6611:
6612: inv_lot_api_pub.insertlot(
6613: p_api_version => 1.0
6614: , p_init_msg_list => fnd_api.g_false
6615: , p_commit => fnd_api.g_false
6616: , p_validation_level => fnd_api.g_valid_level_full