DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_LINES_PKG dependencies on INV_QUANTITY_TREE_PUB

Line 114: inv_quantity_tree_pub.clear_quantity_cache;

110: close total_reservations;
111: log('create_reservations', 'l_total_reserved_qty=' || l_total_reserved_qty);
112:
113: -- get available qty
114: inv_quantity_tree_pub.clear_quantity_cache;
115: inv_quantity_tree_pub.query_quantities (
116: p_api_version_number => 1.0
117: , p_organization_id => p_organization_id
118: , p_subinventory_code => p_subinventory_code

Line 115: inv_quantity_tree_pub.query_quantities (

111: log('create_reservations', 'l_total_reserved_qty=' || l_total_reserved_qty);
112:
113: -- get available qty
114: inv_quantity_tree_pub.clear_quantity_cache;
115: inv_quantity_tree_pub.query_quantities (
116: p_api_version_number => 1.0
117: , p_organization_id => p_organization_id
118: , p_subinventory_code => p_subinventory_code
119: , p_inventory_item_id => p_inventory_item_id