DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on WIP_UTILITIES

Line 464: wip_utilities.get_message_stack(p_msg => l_msg);

460: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
461: l_errCount := extendErrTbls(p_errTbls);
462: p_errTbls.txnIntID(l_errCount) := p_tbls.txnIntID(p_index);
463: p_errTbls.errCode(l_errCount) := 'WIP_PREPROCESSING';
464: wip_utilities.get_message_stack(p_msg => l_msg);
465: if(l_logLevel <= wip_constants.trace_logging) then
466: wip_logger.exitPoint(p_procName => 'wip_mti_pub.preInvWIPProcessing',
467: p_procReturnStatus => x_returnStatus,
468: p_msg => 'error:' || l_msg,

Line 487: wip_utilities.get_message_stack(p_msg => l_msg);

483: p_errTbls.errCode(l_errCount) := 'WIP_PREPROCESSING';
484: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_mti_pub',
485: p_procedure_name => 'preInvProcessWorkOrder',
486: p_error_text => SQLERRM);
487: wip_utilities.get_message_stack(p_msg => l_msg);
488: p_errTbls.errExpl(l_errCount) := substrb(l_msg, 1, 240);
489: end preInvProcessWorkOrder;
490:
491: function extendErrTbls(p_errTbl in out nocopy mti_err_recTbl_t) return number is

Line 597: wip_utilities.get_message_stack(p_msg => l_bigErrMsg);

593: end if;
594: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_mti_pub',
595: p_procedure_name => 'preInvProcessFlow',
596: p_error_text => SQLERRM);
597: wip_utilities.get_message_stack(p_msg => l_bigErrMsg);
598: l_errMsg := substrb(l_bigErrMsg, 1, 240);
599: end preInvProcessFlow;
600:
601: