DBA Data[Home] [Help]

APPS.CN_DIMENSIONS_PKG dependencies on FND_API

Line 237: raise fnd_api.g_exc_error;

233:
234: if (sql%notfound) then
235: fnd_message.set_name('CN', 'CN_RECORD_DELETED');
236: fnd_msg_pub.add;
237: raise fnd_api.g_exc_error;
238: end if;
239:
240: end DELETE_ROW;
241: