DBA Data[Home] [Help]

APPS.GML_OP_ORDR_TYP_PKG dependencies on APP_EXCEPTION

Line 196: app_exception.raise_exception;

192: fetch c into recinfo;
193: if (c%notfound) then
194: close c;
195: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
196: app_exception.raise_exception;
197: end if;
198: close c;
199: if ( (recinfo.INVEN_TRANS_TYPE = X_INVEN_TRANS_TYPE)
200: AND (recinfo.SHIPMENT_IND = X_SHIPMENT_IND)

Line 222: app_exception.raise_exception;

218: ) then
219: null;
220: else
221: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
222: app_exception.raise_exception;
223: end if;
224:
225: for tlinfo in c1 loop
226: if (tlinfo.BASELANG = 'Y') then

Line 233: app_exception.raise_exception;

229: ) then
230: null;
231: else
232: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
233: app_exception.raise_exception;
234: end if;
235: end if;
236: end loop;
237: return;