DBA Data[Home] [Help]

APPS.WIP_BOMROUTINGUTIL_PVT dependencies on FND_MSG_PUB

Line 580: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,

576: p_msg => 'unexp error:' || SQLERRM,
577: x_returnStatus => l_retStatus);
578: end if;
579: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
580: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
581: p_procedure_name => l_procName,
582: p_error_text => SQLERRM);
583: wip_utilities.get_message_stack(p_msg => l_msg);
584: x_errorMsg := substrb(l_msg, 1, 240);

Line 826: fnd_msg_pub.add;

822: and wro.operation_seq_num = l_wro_op;
823: else
824: x_returnStatus := fnd_api.g_ret_sts_error;
825: fnd_message.set_name('WIP', 'WIP_COMP_DUP_OP_ONE');
826: fnd_msg_pub.add;
827: if (l_logLevel <= wip_constants.full_logging) then
828: wip_logger.log(p_msg => 'Item ' || l_compTbl(l_count).inventory_item_id ||
829: ' has duplicates in op 1, failed explosion!',
830: x_returnStatus => x_returnStatus);

Line 1055: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,

1051: p_msg => 'unexp error:' || SQLERRM,
1052: x_returnStatus => l_retStatus);
1053: end if;
1054: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1055: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
1056: p_procedure_name => l_procName,
1057: p_error_text => SQLERRM);
1058: wip_utilities.get_message_stack(p_msg => l_msg);
1059: x_errorMsg := substrb(l_msg, 1, 240);

Line 1233: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,

1229: p_msg => 'unexp error:' || SQLERRM,
1230: x_returnStatus => l_retStatus);
1231: end if;
1232: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1233: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
1234: p_procedure_name => l_procName,
1235: p_error_text => SQLERRM);
1236: wip_utilities.get_message_stack(p_msg => l_msg);
1237: x_errorMsg := substrb(l_msg, 1, 240);