DBA Data[Home] [Help]

APPS.FND_APPLICATION_PKG dependencies on APP_EXCEPTION

Line 122: app_exception.raise_exception;

118: fetch c into recinfo;
119: if (c%notfound) then
120: close c;
121: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
122: app_exception.raise_exception;
123: end if;
124: close c;
125: if ( (recinfo.APPLICATION_SHORT_NAME = X_APPLICATION_SHORT_NAME)
126: AND ((recinfo.BASEPATH = X_BASEPATH)

Line 132: app_exception.raise_exception;

128: ) then
129: null;
130: else
131: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
132: app_exception.raise_exception;
133: end if;
134:
135: open c1;
136: fetch c1 into tlinfo;

Line 150: app_exception.raise_exception;

146: ) then
147: null;
148: else
149: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
150: app_exception.raise_exception;
151: end if;
152: return;
153: end LOCK_ROW;
154:

Line 388: app_exception.raise_exception;

384: -- FND message come here
385: fnd_message.set_name('FND', 'FND_INVALID_APPLICATION');
386: fnd_message.set_token('NAME', X_APPLICATION_SHORT_NAME);
387: fnd_message.set_token('ID', X_APPLICATION_ID);
388: app_exception.raise_exception;
389: end if;
390:
391: --select fnd_application_s.nextval into app_id from dual;
392: fnd_application_pkg.INSERT_ROW(