DBA Data[Home] [Help]

APPS.UMX_REG_SERVICES_PKG dependencies on APP_EXCEPTION

Line 168: app_exception.raise_exception;

164: fetch c into recinfo;
165: if (c%notfound) then
166: close c;
167: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
168: app_exception.raise_exception;
169: end if;
170: close c;
171: if ( (recinfo.REG_SERVICE_TYPE = X_REG_SERVICE_TYPE)
172: AND (recinfo.WF_NOTIFICATION_EVENT_GUID = X_WF_NOTIFICATION_EVENT_GUID)

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:
197: for tlinfo in c1 loop
198: if (tlinfo.BASELANG = 'Y') then

Line 207: app_exception.raise_exception;

203: ) then
204: null;
205: else
206: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
207: app_exception.raise_exception;
208: end if;
209: end if;
210: end loop;
211: return;