DBA Data[Home] [Help]

APPS.WIP_MTLTEMPPROC_PRIV dependencies on WIP_MOVPROC_PRIV

Line 299: wip_movProc_priv.repetitive_scrap(p_tmp_id => p_txnTmpID,

295: if(l_wipEntityType = wip_constants.repetitive) then
296: if(l_logLevel <= wip_constants.full_logging) then
297: wip_logger.log('calling rep scrap processor', l_retStatus);
298: end if;
299: wip_movProc_priv.repetitive_scrap(p_tmp_id => p_txnTmpID,
300: x_returnStatus => x_returnStatus);
301: elsif (l_wipEntityType = wip_constants.flow) then
302: if(l_logLevel <= wip_constants.full_logging) then
303: wip_logger.log('calling flow/wol processor', l_retStatus);