DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on FND_MSG_PUB

Line 446: fnd_msg_pub.add;

442: raise fnd_api.g_exc_error;
443: end if;
444: if(l_lsRequired = wip_constants.yes) then
445: fnd_message.set_name('WIP', 'WIP_NO_LOT_SER_COMP_BKGND');
446: fnd_msg_pub.add;
447: raise fnd_api.g_exc_error;
448: end if;
449:
450: end if;

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

480: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
481: l_errCount := extendErrTbls(p_errTbls);
482: p_errTbls.txnIntID(l_errCount) := p_tbls.txnIntID(p_index);
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);

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

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