DBA Data[Home] [Help]

APPS.AMW_OPINION_VALUES_PKG dependencies on APP_EXCEPTION

Line 139: app_exception.raise_exception;

135: fetch c into recinfo;
136: if (c%notfound) then
137: close c;
138: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
139: app_exception.raise_exception;
140: end if;
141: close c;
142: if ( (recinfo.OPINION_VALUE_CODE = X_OPINION_VALUE_CODE)
143: AND (recinfo.OPINION_COMPONENT_ID = X_OPINION_COMPONENT_ID)

Line 160: app_exception.raise_exception;

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

Line 171: app_exception.raise_exception;

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