DBA Data[Home] [Help]

APPS.INV_RCV_STD_RCPT_APIS dependencies on INV_LOT_API_PUB

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

6240:
6241: /* Before creating move orders, lot numbers should exist in
6242: ** mtl_lot_numbers. So, insert the lot number from
6243: ** mtl_transactions_lot_temp into mtl_lot_numbers
6244: ** by calling API INV_LOT_API_PUB.insertLot.
6245: ** This API takes care of populating attributes also.
6246: */
6247: BEGIN
6248: SELECT '1'

Line 6261: inv_lot_api_pub.insertlot(

6257: IF (l_debug = 1) THEN
6258: print_debug('Lot insertion ' || i.lot_number, 1);
6259: END IF;
6260:
6261: inv_lot_api_pub.insertlot(
6262: p_api_version => 1.0
6263: , p_init_msg_list => fnd_api.g_false
6264: , p_commit => fnd_api.g_false
6265: , p_validation_level => fnd_api.g_valid_level_full