DBA Data[Home] [Help]

APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on FND_MESSAGE

Line 1721: FND_MESSAGE.SET_NAME('INV','INV_NO_CONVERSION_ERR');

1717: gme_debug.put_line('Exiting api '||g_pkg_name||'.'||l_api_name);
1718: END IF;
1719: EXCEPTION
1720: WHEN um_convert_error THEN
1721: FND_MESSAGE.SET_NAME('INV','INV_NO_CONVERSION_ERR');
1722: FND_MESSAGE.SET_TOKEN('PGM_NAME',g_pkg_name||'.'||l_api_name);
1723: fnd_msg_pub.ADD;
1724: x_return_status := fnd_api.g_ret_sts_error;
1725: WHEN OTHERS THEN

Line 1722: FND_MESSAGE.SET_TOKEN('PGM_NAME',g_pkg_name||'.'||l_api_name);

1718: END IF;
1719: EXCEPTION
1720: WHEN um_convert_error THEN
1721: FND_MESSAGE.SET_NAME('INV','INV_NO_CONVERSION_ERR');
1722: FND_MESSAGE.SET_TOKEN('PGM_NAME',g_pkg_name||'.'||l_api_name);
1723: fnd_msg_pub.ADD;
1724: x_return_status := fnd_api.g_ret_sts_error;
1725: WHEN OTHERS THEN
1726: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);