DBA Data[Home] [Help]

APPS.WMS_TXNRSN_ACTIONS_PUB dependencies on INV_QUANTITY_TREE_PUB

Line 981: inv_quantity_tree_pub.clear_quantity_cache;

977: -- calling query quantity tree API to get l_atr
978:
979: mdebug('calling quantity tree API');
980:
981: inv_quantity_tree_pub.clear_quantity_cache;
982:
983: inv_quantity_tree_pub.query_quantities
984: ( p_api_version_number => 1.0
985: , p_init_msg_lst => fnd_api.g_false

Line 983: inv_quantity_tree_pub.query_quantities

979: mdebug('calling quantity tree API');
980:
981: inv_quantity_tree_pub.clear_quantity_cache;
982:
983: inv_quantity_tree_pub.query_quantities
984: ( p_api_version_number => 1.0
985: , p_init_msg_lst => fnd_api.g_false
986: , x_return_status => l_return_status
987: , x_msg_count => l_msg_count

Line 991: , p_tree_mode => INV_Quantity_Tree_PUB.g_reservation_mode

987: , x_msg_count => l_msg_count
988: , x_msg_data => l_msg_data
989: , p_organization_id => l_organization_id
990: , p_inventory_item_id => l_item_id
991: , p_tree_mode => INV_Quantity_Tree_PUB.g_reservation_mode
992: , p_is_revision_control => b_is_revision_control
993: , p_is_lot_control => b_is_lot_control
994: , p_is_serial_control => b_is_serial_control
995: , p_grade_code => null

Line 1027: --FND_MESSAGE.set_token('ROUTINE', 'INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES');

1023: l_atr := l_rsv_rec.primary_reservation_quantity;
1024: end if;
1025: -- ??? should we raise exception????
1026: --FND_MESSAGE.set_name('INV', 'INV_INVALID_QUANTITY_TYPE');
1027: --FND_MESSAGE.set_token('ROUTINE', 'INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES');
1028: --FND_MSG_PUB.ADD;
1029: --RAISE FND_API.G_EXC_ERROR;
1030: END IF;
1031: mdebug('after calling quantity tree ARI, l_atr:'||l_atr);

Line 1082: inv_quantity_tree_pub.clear_quantity_cache;

1078: mdebug('not lot controlled item');
1079:
1080: mdebug('calling quantity tree API');
1081:
1082: inv_quantity_tree_pub.clear_quantity_cache;
1083:
1084: inv_quantity_tree_pub.query_quantities
1085: ( p_api_version_number => 1.0
1086: , p_init_msg_lst => fnd_api.g_false

Line 1084: inv_quantity_tree_pub.query_quantities

1080: mdebug('calling quantity tree API');
1081:
1082: inv_quantity_tree_pub.clear_quantity_cache;
1083:
1084: inv_quantity_tree_pub.query_quantities
1085: ( p_api_version_number => 1.0
1086: , p_init_msg_lst => fnd_api.g_false
1087: , x_return_status => l_return_status
1088: , x_msg_count => l_msg_count

Line 1092: , p_tree_mode => INV_Quantity_Tree_PUB.g_reservation_mode

1088: , x_msg_count => l_msg_count
1089: , x_msg_data => l_msg_data
1090: , p_organization_id => l_organization_id
1091: , p_inventory_item_id => l_item_id
1092: , p_tree_mode => INV_Quantity_Tree_PUB.g_reservation_mode
1093: , p_is_revision_control => b_is_revision_control
1094: , p_is_lot_control => b_is_lot_control
1095: , p_is_serial_control => b_is_serial_control
1096: , p_grade_code => null

Line 1128: --FND_MESSAGE.set_token('ROUTINE', 'INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES');

1124: l_atr := l_rsv_rec.primary_reservation_quantity;
1125: end if;
1126: -- ??? should we raise exception????
1127: --FND_MESSAGE.set_name('INV', 'INV_INVALID_QUANTITY_TYPE');
1128: --FND_MESSAGE.set_token('ROUTINE', 'INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES');
1129: --FND_MSG_PUB.ADD;
1130: --RAISE FND_API.G_EXC_ERROR;
1131: END IF;
1132: mdebug('after calling quantity tree ARI, l_atr:'||l_atr);