DBA Data[Home] [Help]

APPS.IGC_CC_CONTROL_FUNCTIONS_PKG dependencies on APP_EXCEPTION

Line 233: APP_EXCEPTION.raise_exception;

229: fetch c into recinfo;
230: if (c%notfound) then
231: close c;
232: fnd_message.set_name('FND','FORM_RECORD_DELETED');
233: APP_EXCEPTION.raise_exception;
234: end if;
235: close c;
236: if
237: ( recinfo.CONTROL_FUNCTION_ID = X_CONTROL_FUNCTION_ID ) AND

Line 294: app_exception.raise_exception;

290: OR ( ( recinfo.attribute15 is null ) and ( x_attribute15 is null ) ) ) ) THEN
291: return;
292: else
293: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
294: app_exception.raise_exception;
295: end if;
296: END LOCK_ROW;
297:
298: END IGC_CC_CONTROL_FUNCTIONS_PKG;