DBA Data[Home] [Help]

APPS.BSC_KPI_ANALYSIS_OPTIONS_PKG dependencies on APP_EXCEPTION

Line 144: app_exception.raise_exception;

140: fetch c into recinfo;
141: if (c%notfound) then
142: close c;
143: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
144: app_exception.raise_exception;
145: end if;
146: close c;
147: if ( (recinfo.DIM_SET_ID = X_DIM_SET_ID)
148: AND ((recinfo.USER_LEVEL0 = X_USER_LEVEL0)

Line 162: app_exception.raise_exception;

158: ) then
159: null;
160: else
161: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
162: app_exception.raise_exception;
163: end if;
164:
165: for tlinfo in c1 loop
166: if (tlinfo.BASELANG = 'Y') then

Line 173: app_exception.raise_exception;

169: ) then
170: null;
171: else
172: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
173: app_exception.raise_exception;
174: end if;
175: end if;
176: end loop;
177: return;