DBA Data[Home] [Help]

APPS.WIP_MTLTEMPPROC_PRIV dependencies on WIP_CPLPROC_PRIV

Line 287: wip_cplProc_priv.processTemp(p_txnTmpID => p_txnTmpID,

283: else --non flow completion
284: if(l_logLevel <= wip_constants.full_logging) then
285: wip_logger.log('calling cpl processor', l_retStatus);
286: end if;
287: wip_cplProc_priv.processTemp(p_txnTmpID => p_txnTmpID,
288: p_initMsgList => fnd_api.g_false,
289: p_endDebug => fnd_api.g_false,
290: x_returnStatus => x_returnStatus);
291: end if;