DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on FND_MSG_PUB

Line 453: fnd_msg_pub.add;

449: raise fnd_api.g_exc_error;
450: end if;
451: if(l_lsRequired = wip_constants.yes) then
452: fnd_message.set_name('WIP', 'WIP_NO_LOT_SER_COMP_BKGND');
453: fnd_msg_pub.add;
454: raise fnd_api.g_exc_error;
455: end if;
456:
457: end if;

Line 491: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_mti_pub',

487: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
488: l_errCount := extendErrTbls(p_errTbls);
489: p_errTbls.txnIntID(l_errCount) := p_tbls.txnIntID(p_index);
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);

Line 601: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_mti_pub',

597: p_procReturnStatus => x_returnStatus,
598: p_msg => 'unexpected error: ' || SQLERRM,
599: x_returnStatus => l_returnStatus); --discard logging return status
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);