DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on INV_QUANTITY_TREE_PUB

Line 276: inv_quantity_tree_pub.query_quantities(p_api_version_number => 1.0,

272:
273: fnd_msg_pub.Delete_Msg;
274:
275: -- Call the procedure
276: inv_quantity_tree_pub.query_quantities(p_api_version_number => 1.0,
277: p_init_msg_lst => 'T',
278: x_return_status => x_return_status,
279: x_msg_count => x_msg_count,
280: x_msg_data => x_msg_data,

Line 302: inv_quantity_tree_pub.clear_quantity_cache;

298: x_atr => x_atr
299: );
300:
301: /* call to clear the in memory cache */
302: inv_quantity_tree_pub.clear_quantity_cache;
303:
304: return x_att;
305: end get_component_avail;
306: