DBA Data[Home] [Help]

APPS.WIP_MTLTEMPPROC_PRIV dependencies on WIP_MTLPROC_PRIV

Line 267: wip_mtlProc_priv.processTemp(p_initMsgList => fnd_api.g_false,

263: if(l_wipEntityType <> wip_constants.flow) then
264: if(l_logLevel <= wip_constants.full_logging) then
265: wip_logger.log('calling component processor', l_retStatus);
266: end if;
267: wip_mtlProc_priv.processTemp(p_initMsgList => fnd_api.g_false,
268: p_endDebug => fnd_api.g_false,
269: p_txnTmpID => p_txnTmpID,
270: x_returnStatus => x_returnStatus);
271: end if;