DBA Data[Home] [Help]

APPS.IGW_SETUP_PERSONS_PVT dependencies on FND_MESSAGE

Line 339: FND_MESSAGE.SET_NAME('IGW','IGW_SS_COUNTRY_INVALID');

335: x_country_code := l_country_code;
336:
337: exception
338: when no_data_found then
339: FND_MESSAGE.SET_NAME('IGW','IGW_SS_COUNTRY_INVALID');
340: FND_MSG_PUB.Add;
341: raise fnd_api.g_exc_error;
342: when too_many_rows then
343: FND_MESSAGE.SET_NAME('IGW','IGW_SS_COUNTRY_INVALID');

Line 343: FND_MESSAGE.SET_NAME('IGW','IGW_SS_COUNTRY_INVALID');

339: FND_MESSAGE.SET_NAME('IGW','IGW_SS_COUNTRY_INVALID');
340: FND_MSG_PUB.Add;
341: raise fnd_api.g_exc_error;
342: when too_many_rows then
343: FND_MESSAGE.SET_NAME('IGW','IGW_SS_COUNTRY_INVALID');
344: FND_MSG_PUB.Add;
345: raise fnd_api.g_exc_error;
346: when others then
347: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_SETUP_PERSONS_PVT',