DBA Data[Home] [Help]

APPS.GMO_INSTR_INSTANCE_PKG dependencies on APP_EXCEPTION

Line 160: app_exception.raise_exception;

156: fetch c into recinfo;
157: if (c%notfound) then
158: close c;
159: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
160: app_exception.raise_exception;
161: end if;
162: close c;
163: if ( ((recinfo.OPERATOR_ACKN = X_OPERATOR_ACKN)
164: OR ((recinfo.OPERATOR_ACKN is null) AND (X_OPERATOR_ACKN is null)))

Line 186: app_exception.raise_exception;

182: ) then
183: null;
184: else
185: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
186: app_exception.raise_exception;
187: end if;
188:
189: for tlinfo in c1 loop
190: if (tlinfo.BASELANG = 'Y') then

Line 201: app_exception.raise_exception;

197: ) then
198: null;
199: else
200: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
201: app_exception.raise_exception;
202: end if;
203: end if;
204: end loop;
205: return;