DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on WIP_UTILITIES

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

467: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
468: l_errCount := extendErrTbls(p_errTbls);
469: p_errTbls.txnIntID(l_errCount) := p_tbls.txnIntID(p_index);
470: p_errTbls.errCode(l_errCount) := 'WIP_PREPROCESSING';
471: wip_utilities.get_message_stack(p_msg => l_msg);
472: if(l_logLevel <= wip_constants.trace_logging) then
473: wip_logger.exitPoint(p_procName => 'wip_mti_pub.preInvWIPProcessing',
474: p_procReturnStatus => x_returnStatus,
475: p_msg => 'error:' || l_msg,

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

490: p_errTbls.errCode(l_errCount) := 'WIP_PREPROCESSING';
491: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_mti_pub',
492: p_procedure_name => 'preInvProcessWorkOrder',
493: p_error_text => SQLERRM);
494: wip_utilities.get_message_stack(p_msg => l_msg);
495: p_errTbls.errExpl(l_errCount) := substrb(l_msg, 1, 240);
496: end preInvProcessWorkOrder;
497:
498: function extendErrTbls(p_errTbl in out nocopy mti_err_recTbl_t) return number is

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

600: end if;
601: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_mti_pub',
602: p_procedure_name => 'preInvProcessFlow',
603: p_error_text => SQLERRM);
604: wip_utilities.get_message_stack(p_msg => l_bigErrMsg);
605: l_errMsg := substrb(l_bigErrMsg, 1, 240);
606: end preInvProcessFlow;
607:
608: