DBA Data[Home] [Help]

APPS.AK_FLOW_PAGE_REGION_ITEMS_PKG dependencies on APP_EXCEPTION

Line 167: app_exception.raise_exception;

163: fetch c into recinfo;
164: if (c%notfound) then
165: close c;
166: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
167: app_exception.raise_exception;
168: end if;
169: close c;
170: if (NOT( (recinfo.TO_PAGE_APPL_ID = X_TO_PAGE_APPL_ID)
171: AND (recinfo.TO_PAGE_CODE = X_TO_PAGE_CODE)

Line 176: app_exception.raise_exception;

172: AND (recinfo.TO_URL_ATTRIBUTE_APPL_ID = X_TO_URL_ATTRIBUTE_APPL_ID)
173: AND (recinfo.TO_URL_ATTRIBUTE_CODE = X_TO_URL_ATTRIBUTE_CODE)
174: )) then
175: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
176: app_exception.raise_exception;
177: end if;
178: return;
179: end LOCK_ROW;
180: