DBA Data[Home] [Help]

APPS.WIP_WS_SHORTAGE dependencies on INV_QUANTITY_TREE_PUB

Line 383: inv_quantity_tree_pub.query_quantities(

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

Line 410: inv_quantity_tree_pub.clear_quantity_cache;

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