DBA Data[Home] [Help]

APPS.QPR_REPORT_HDRS_PKG dependencies on APP_EXCEPTION

Line 147: app_exception.raise_exception;

143: fetch c into recinfo;
144: if (c%notfound) then
145: close c;
146: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
147: app_exception.raise_exception;
148: end if;
149: close c;
150: if ( ((recinfo.PROGRAM_LOGIN_ID = X_PROGRAM_LOGIN_ID)
151: OR ((recinfo.PROGRAM_LOGIN_ID is null) AND (X_PROGRAM_LOGIN_ID is null)))

Line 170: app_exception.raise_exception;

166: ) then
167: null;
168: else
169: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
170: app_exception.raise_exception;
171: end if;
172:
173: for tlinfo in c1 loop
174: if (tlinfo.BASELANG = 'Y') then

Line 183: app_exception.raise_exception;

179: ) then
180: null;
181: else
182: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
183: app_exception.raise_exception;
184: end if;
185: end if;
186: end loop;
187: return;