DBA Data[Home] [Help]

APPS.WIP_SO_RESERVATIONS dependencies on INV_LOT_API_PUB

Line 204: INV_LOT_API_PUB.InsertLot(

200: AND ORGANIZATION_ID = l_transaction_tbl(i).organization_id
201: AND LOT_NUMBER = l_transaction_tbl(i).lot_number;
202:
203: IF(l_lotcount=0)THEN
204: INV_LOT_API_PUB.InsertLot(
205: p_api_version => 1.0,
206: p_init_msg_list => 'F',
207: p_commit => 'F',
208: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 299: INV_LOT_API_PUB.InsertLot(

295: AND ORGANIZATION_ID = l_transaction_tbl(i).organization_id
296: AND LOT_NUMBER = l_transaction_tbl(i).lot_number;
297:
298: IF(l_lotcount=0)THEN
299: INV_LOT_API_PUB.InsertLot(
300: p_api_version => 1.0,
301: p_init_msg_list => 'F',
302: p_commit => 'F',
303: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 940: INV_LOT_API_PUB.InsertLot(p_api_version => 1.0,

936: if(l_logLevel <= wip_constants.full_logging) then
937: wip_logger.log('inserting log', l_return_status);
938: end if;
939:
940: INV_LOT_API_PUB.InsertLot(p_api_version => 1.0,
941: p_init_msg_list => 'F',
942: p_commit => 'F',
943: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
944: p_inventory_item_id => l_reservation_rec.inventory_item_id,