DBA Data[Home] [Help]

APPS.WIP_MTLTEMPPROC_PRIV dependencies on INV_QUANTITY_TREE_PUB

Line 86: inv_quantity_tree_pub.clear_quantity_cache;

82: -------------------------------------------------------------
83: --Cleanup Processing
84: -------------------------------------------------------------
85: if(fnd_api.to_boolean(nvl(p_destroyQtyTrees, fnd_api.g_false))) then
86: inv_quantity_tree_pub.clear_quantity_cache;
87: end if;
88:
89: if (l_logLevel <= wip_constants.trace_logging) then
90: wip_logger.exitPoint(p_procName => 'wip_mtlTempProc_priv.processTemp',