DBA Data[Home] [Help]

APPS.IEU_WR_ITEMS_PKG dependencies on FND_MESSAGE

Line 301: FND_MESSAGE.SET_NAME('IEU', 'IEU_WP_NO_FOUND');

297: if (sql%notfound) then
298:
299: x_return_status := fnd_api.g_ret_sts_error;
300:
301: FND_MESSAGE.SET_NAME('IEU', 'IEU_WP_NO_FOUND');
302: l_message := FND_MESSAGE.GET;
303:
304: RAISE fnd_api.g_exc_error;
305: end if;

Line 302: l_message := FND_MESSAGE.GET;

298:
299: x_return_status := fnd_api.g_ret_sts_error;
300:
301: FND_MESSAGE.SET_NAME('IEU', 'IEU_WP_NO_FOUND');
302: l_message := FND_MESSAGE.GET;
303:
304: RAISE fnd_api.g_exc_error;
305: end if;
306: