DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on INV_LOT_API_PUB

Line 443: IF NOT (INV_LOT_API_PUB.validate_lot_indivisible(

439: x_error_msg := ' ';
440:
441: l_transaction_type_id := Get_Txn_Type(p_transaction_type_id);
442:
443: IF NOT (INV_LOT_API_PUB.validate_lot_indivisible(
444: p_api_version =>1.0
445: ,p_init_msg_list =>FND_API.G_FALSE
446: ,p_commit =>FND_API.G_FALSE
447: ,p_validation_level =>FND_API.G_VALID_LEVEL_FULL

Line 1018: INV_LOT_API_PUB.validate_child_lot (

1014: l_api_version := 1.0;
1015: l_init_msg_list := fnd_api.g_false;
1016: l_commit := fnd_api.g_false;
1017:
1018: INV_LOT_API_PUB.validate_child_lot (
1019: x_return_status => l_return_status
1020: , x_msg_count => l_msg_count
1021: , x_msg_data => l_msg_data
1022: , p_api_version => l_api_version

Line 1033: FND_MESSAGE.SET_TOKEN('PGM_NAME','INV_LOT_API_PUB.VALIDATE_CHILD_LOT');

1029: ) ;
1030:
1031: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1032: FND_MESSAGE.SET_NAME('INV','INV_PROGRAM_ERROR');
1033: FND_MESSAGE.SET_TOKEN('PGM_NAME','INV_LOT_API_PUB.VALIDATE_CHILD_LOT');
1034: fnd_msg_pub.ADD;
1035: RAISE fnd_api.g_exc_unexpected_error;
1036: END IF;
1037:

Line 1122: x_lot_number := INV_LOT_API_PUB.auto_gen_lot

1118:
1119: x_return_status := fnd_api.G_RET_STS_SUCCESS;
1120: x_error_msg := '';
1121:
1122: x_lot_number := INV_LOT_API_PUB.auto_gen_lot
1123: (p_org_id => p_org_id,
1124: p_inventory_item_id => p_inventory_item_id,
1125: p_lot_generation => NULL,
1126: p_lot_uniqueness => NULL,

Line 1433: INV_LOT_API_PUB.Create_Inv_lot(

1429: l_row_id := NULL;
1430:
1431: IF l_lot_count = 0 THEN
1432:
1433: INV_LOT_API_PUB.Create_Inv_lot(
1434: x_return_status => l_return_status
1435: , x_msg_count => l_msg_count
1436: , x_msg_data => x_error_msg
1437: , x_lot_rec => x_lot_rec