DBA Data[Home] [Help]

APPS.FEM_DIMENSION_GRPS_PKG dependencies on APP_EXCEPTION

Line 146: app_exception.raise_exception;

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

Line 164: app_exception.raise_exception;

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

Line 176: app_exception.raise_exception;

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