DBA Data[Home] [Help]

APPS.WIP_EAMMTLPROC_PRIV dependencies on FND_MSG_PUB

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

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

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

505: l_errMsg := 'genealogy failed';
506: if(l_msgData is not null) then
507: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
508: fnd_message.set_token('MESSAGE', l_msgData);
509: fnd_msg_pub.add; --add the returned error message to the stack.
510: end if;
511: raise fnd_api.g_exc_unexpected_error;
512: end if;
513: end if;

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

526: x_errMsg => l_msgData);
527: if(x_returnStatus <> fnd_api.g_ret_sts_success) then
528: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
529: fnd_message.set_token('MESSAGE', l_msgData);
530: fnd_msg_pub.add; --add the returned error message to the stack.
531: l_errMsg := 'rebuild job creation failed';
532: raise fnd_api.g_exc_unexpected_error;
533: end if;
534: if (l_logLevel <= wip_constants.full_logging) then

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

551: x_returnStatus => l_returnStatus); --discard logging return status
552: end if;
553: when others then
554: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
555: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_eamMtlProc_priv',
556: p_procedure_name => 'processCompTxn',
557: p_error_text => SQLERRM);
558: if (l_logLevel <= wip_constants.trace_logging) then
559: wip_logger.exitPoint(p_procName => 'wip_eamMtlProc_priv.processCompTxn',