DBA Data[Home] [Help]

APPS.RCV_WSH_INTERFACE_PKG dependencies on INV_QUANTITY_TREE_PUB

Line 222: inv_quantity_tree_pub.clear_quantity_cache;

218: asn_debug.put_line('In create_return_reservation,p_lpn_id : ' || p_lpn_id);
219: END IF;
220: --We need to call clear_quantity_cache, as for multiple lines cases
221: --if one line fails, the qty tree will be cached with incorrect qty
222: inv_quantity_tree_pub.clear_quantity_cache;
223: IF (g_asn_debug = 'Y') THEN
224: asn_debug.put_line('inv_quantity_tree_pub.clear_quantity_cache ');
225: END IF;
226: --RTV2 rtv project phase 2 : end

Line 224: asn_debug.put_line('inv_quantity_tree_pub.clear_quantity_cache ');

220: --We need to call clear_quantity_cache, as for multiple lines cases
221: --if one line fails, the qty tree will be cached with incorrect qty
222: inv_quantity_tree_pub.clear_quantity_cache;
223: IF (g_asn_debug = 'Y') THEN
224: asn_debug.put_line('inv_quantity_tree_pub.clear_quantity_cache ');
225: END IF;
226: --RTV2 rtv project phase 2 : end
227:
228: INV_Reservation_PUB.Create_Reservation