DBA Data[Home] [Help]

APPS.WIP_MTLPROC_PRIV dependencies on WIP_EAMMTLPROC_PRIV

Line 200: wip_eamMtlProc_priv.processCompTxn(p_compRec => l_issueRec,

196: --if error occurs, processRebuildable should put an err msg on the stack
197: if (l_logLevel <= wip_constants.full_logging) then
198: wip_logger.log('about to call EAM processor ', l_returnStatus);
199: end if;
200: wip_eamMtlProc_priv.processCompTxn(p_compRec => l_issueRec,
201: x_returnStatus => x_returnStatus);
202: if(x_returnStatus <> fnd_api.g_ret_sts_success) then
203: l_errMsg := 'EAM logic failed';
204: raise fnd_api.g_exc_unexpected_error;