DBA Data[Home] [Help]

APPS.WIP_BOMROUTINGUTIL_PVT dependencies on FND_MSG_PUB

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

552: p_msg => 'unexp error:' || SQLERRM,
553: x_returnStatus => l_retStatus);
554: end if;
555: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
556: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
557: p_procedure_name => l_procName,
558: p_error_text => SQLERRM);
559: wip_utilities.get_message_stack(p_msg => l_msg);
560: x_errorMsg := substrb(l_msg, 1, 240);

Line 778: fnd_msg_pub.add;

774: and wro.operation_seq_num = l_wro_op;
775: else
776: x_returnStatus := fnd_api.g_ret_sts_error;
777: fnd_message.set_name('WIP', 'WIP_COMP_DUP_OP_ONE');
778: fnd_msg_pub.add;
779: if (l_logLevel <= wip_constants.full_logging) then
780: wip_logger.log(p_msg => 'Item ' || l_compTbl(l_count).inventory_item_id ||
781: ' has duplicates in op 1, failed explosion!',
782: x_returnStatus => x_returnStatus);

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

1003: p_msg => 'unexp error:' || SQLERRM,
1004: x_returnStatus => l_retStatus);
1005: end if;
1006: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1007: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
1008: p_procedure_name => l_procName,
1009: p_error_text => SQLERRM);
1010: wip_utilities.get_message_stack(p_msg => l_msg);
1011: x_errorMsg := substrb(l_msg, 1, 240);

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

1131: p_msg => 'unexp error:' || SQLERRM,
1132: x_returnStatus => l_retStatus);
1133: end if;
1134: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1135: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
1136: p_procedure_name => l_procName,
1137: p_error_text => SQLERRM);
1138: wip_utilities.get_message_stack(p_msg => l_msg);
1139: x_errorMsg := substrb(l_msg, 1, 240);