DBA Data[Home] [Help]

APPS.AMW_SETUP_RISK_TYPES_PKG dependencies on APP_EXCEPTION

Line 162: app_exception.raise_exception;

158: fetch c into recinfo;
159: if (c%notfound) then
160: close c;
161: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
162: app_exception.raise_exception;
163: end if;
164: close c;
165: if (
166: ((recinfo.RISK_TYPE_CODE = X_RISK_TYPE_CODE)

Line 182: app_exception.raise_exception;

178: ) then
179: null;
180: else
181: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
182: app_exception.raise_exception;
183: end if;
184:
185: for tlinfo in c1 loop
186: if (tlinfo.BASELANG = 'Y') then

Line 194: app_exception.raise_exception;

190: ) then
191: null;
192: else
193: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
194: app_exception.raise_exception;
195: end if;
196: end if;
197: end loop;
198: return;