DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_GRP dependencies on FND_MSG_PUB

Line 166: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

162: WHEN FND_API.g_exc_unexpected_error THEN
163: x_return_status := FND_API.g_ret_sts_unexp_error;
164: WHEN OTHERS THEN
165: x_return_status := FND_API.g_ret_sts_unexp_error;
166: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
167: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
168: IF g_fnd_debug = 'Y' THEN
169: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
170: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||

Line 167: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);

163: x_return_status := FND_API.g_ret_sts_unexp_error;
164: WHEN OTHERS THEN
165: x_return_status := FND_API.g_ret_sts_unexp_error;
166: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
167: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
168: IF g_fnd_debug = 'Y' THEN
169: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
170: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
171: l_api_name || '.others_exception', sqlcode);

Line 320: fnd_message.set_token('ERRMSG', FND_MSG_PUB.Get(p_msg_index => 1,p_encoded => 'F'));

316: fnd_message.set_name('PO', 'PO_INVALID_CANCEL_REQ_REL');
317: fnd_message.set_token('RELNUM', p_release_number, false);
318: fnd_message.set_token('PONUMBER', p_po_number, false);
319: fnd_message.set_token('ERRCODE', l_can_cancel_status, false);
320: fnd_message.set_token('ERRMSG', FND_MSG_PUB.Get(p_msg_index => 1,p_encoded => 'F'));
321:
322:
323:
324: x_error_status_out := x_error_status_out || fnd_message.get;

Line 1271: l_err_msg := FND_MSG_PUB.Get(p_msg_index => 1,p_encoded => 'F');

1267: shipment SHIPNUM, line LINENUM, PO PONUM. The error message is: ERRMSG'
1268: */
1269:
1270: x_error_id_out := 2;
1271: l_err_msg := FND_MSG_PUB.Get(p_msg_index => 1,p_encoded => 'F');
1272: fnd_message.set_name('PO', 'PO_CHECK_CANCEL_ERR');
1273: fnd_message.set_token('ERRCODE', l_return_status, false);
1274: fnd_message.set_token('SHIPNUM', l_shipment_number, false);
1275: fnd_message.set_token('LINENUM', p_line_num, false);