DBA Data[Home] [Help]

APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on FND_MESSAGE

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

1957: gme_debug.put_line('Exiting api '||g_pkg_name||'.'||l_api_name);
1958: END IF;
1959: EXCEPTION
1960: WHEN um_convert_error THEN
1961: FND_MESSAGE.SET_NAME('INV','INV_NO_CONVERSION_ERR');
1962: FND_MESSAGE.SET_TOKEN('PGM_NAME',g_pkg_name||'.'||l_api_name);
1963: fnd_msg_pub.ADD;
1964: x_return_status := fnd_api.g_ret_sts_error;
1965: WHEN OTHERS THEN

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

1958: END IF;
1959: EXCEPTION
1960: WHEN um_convert_error THEN
1961: FND_MESSAGE.SET_NAME('INV','INV_NO_CONVERSION_ERR');
1962: FND_MESSAGE.SET_TOKEN('PGM_NAME',g_pkg_name||'.'||l_api_name);
1963: fnd_msg_pub.ADD;
1964: x_return_status := fnd_api.g_ret_sts_error;
1965: WHEN OTHERS THEN
1966: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);