DBA Data[Home] [Help]

APPS.WIP_WS_SHORTAGE dependencies on INV_QUANTITY_TREE_PUB

Line 382: inv_quantity_tree_pub.query_quantities(

378: l_is_revision_control := false;
379: l_is_serial_control := false;
380:
381: fnd_msg_pub.Delete_Msg;
382: inv_quantity_tree_pub.query_quantities(
383: p_api_version_number => 1.0,
384: p_init_msg_lst => 'T',
385: x_return_status => x_return_status,
386: x_msg_count => x_msg_count,

Line 409: inv_quantity_tree_pub.clear_quantity_cache;

405: x_atr => x_atr
406: );
407:
408: --call to clear the in memory cache
409: inv_quantity_tree_pub.clear_quantity_cache;
410:
411: wip_ws_util.trace_log('WIPWSSHB.get_subinv_component_onhand: '||
412: '; x_msg_count '||x_msg_count||
413: '; x_msg_data '||x_msg_data||