DBA Data[Home] [Help]

APPS.WIP_EAMMTLPROC_PRIV dependencies on FND_MSG_PUB

Line 363: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_eamMtlProc_priv',

359: end if;
360: exception
361: when others then
362: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
363: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_eamMtlProc_priv',
364: p_procedure_name => 'validateTxns',
365: p_error_text => SQLERRM);
366:
367: if (l_logLevel <= wip_constants.trace_logging) then

Line 520: fnd_msg_pub.add; --add the returned error message to the stack.

516: l_errMsg := 'genealogy failed';
517: if(l_msgData is not null) then
518: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
519: fnd_message.set_token('MESSAGE', l_msgData);
520: fnd_msg_pub.add; --add the returned error message to the stack.
521: end if;
522: raise fnd_api.g_exc_unexpected_error;
523: end if;
524:

Line 575: fnd_msg_pub.add; --add the returned error message to the stack.

571: l_errMsg := 'genealogy failed';
572: if(l_msgData is not null) then
573: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
574: fnd_message.set_token('MESSAGE', l_msgData);
575: fnd_msg_pub.add; --add the returned error message to the stack.
576: end if;
577: raise fnd_api.g_exc_unexpected_error;
578: end if;
579: end if;

Line 596: fnd_msg_pub.add; --add the returned error message to the stack.

592: x_errMsg => l_msgData);
593: if(x_returnStatus <> fnd_api.g_ret_sts_success) then
594: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
595: fnd_message.set_token('MESSAGE', l_msgData);
596: fnd_msg_pub.add; --add the returned error message to the stack.
597: l_errMsg := 'rebuild job creation failed';
598: raise fnd_api.g_exc_unexpected_error;
599: end if;
600: if (l_logLevel <= wip_constants.full_logging) then

Line 621: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_eamMtlProc_priv',

617: x_returnStatus => l_returnStatus); --discard logging return status
618: end if;
619: when others then
620: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
621: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_eamMtlProc_priv',
622: p_procedure_name => 'processCompTxn',
623: p_error_text => SQLERRM);
624: if (l_logLevel <= wip_constants.trace_logging) then
625: wip_logger.exitPoint(p_procName => 'wip_eamMtlProc_priv.processCompTxn',