DBA Data[Home] [Help]

APPS.INV_LOT_API_PUB dependencies on INV_QUANTITY_TREE_PUB

Line 8895: we will call INV_QUANTITY_TREE_PUB to query quantities */

8891: it is possible to generate a transation for this lot.
8892: ========================================*/
8893: /* Jalaj Srivastava Bug 4634410
8894: commenting code below.
8895: we will call INV_QUANTITY_TREE_PUB to query quantities */
8896: /*
8897: print_debug('Calling INV_QUANTITY_TREE_GRP.CREATE_TREE api');
8898: INV_QUANTITY_TREE_GRP.CREATE_TREE
8899: ( p_api_version_number => p_api_version

Line 8927: print_debug('Calling INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES api');

8923: print_debug('Returning error from INV_QUANTITY_TREE_GRP.CREATE_TREE');
8924: RAISE CREATE_TREE_ERROR;
8925: END IF;
8926: */
8927: print_debug('Calling INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES api');
8928: INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES
8929: ( p_api_version_number => p_api_version
8930: , p_init_msg_lst => p_init_msg_list
8931: , x_return_status => l_return_status

Line 8928: INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES

8924: RAISE CREATE_TREE_ERROR;
8925: END IF;
8926: */
8927: print_debug('Calling INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES api');
8928: INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES
8929: ( p_api_version_number => p_api_version
8930: , p_init_msg_lst => p_init_msg_list
8931: , x_return_status => l_return_status
8932: , x_msg_count => l_msg_count

Line 8959: print_debug('Return Status INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES api'||l_return_status);

8955: , x_satt => l_satt
8956: , x_satr => l_satr
8957: );
8958:
8959: print_debug('Return Status INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES api'||l_return_status);
8960: print_debug(' onhand='||l_qoh||' l_atr --> '||l_atr);
8961: --Returning quantity to calling procedure
8962: x_primary_quantity := l_qoh;
8963: /* Start fix for Bug 11729772 */

Line 8973: print_debug('Returning error from INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES');

8969:
8970: -- NSRIVAST, using <> as per GSCC compliance
8971: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS)
8972: THEN
8973: print_debug('Returning error from INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES');
8974: RAISE QUERY_TREE_ERROR;
8975: END IF;
8976:
8977: ELSE

Line 9066: INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES

9062: -- No inventory for sub/loct/lot, then, need to search somewhere-else :
9063: -- Going to see whether, for that lot the qty is the same at node=lot
9064: print_debug('within case 2 prim_qty='||p_primary_quantity||', atr='||l_atr);
9065:
9066: INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES
9067: ( p_api_version_number => p_api_version
9068: , p_init_msg_lst => p_init_msg_list
9069: , x_return_status => l_return_status
9070: , x_msg_count => l_msg_count