DBA Data[Home] [Help]

APPS.AMS_LIST_SRC_TYPES_PKG dependencies on APP_EXCEPTION

Line 47: APP_EXCEPTION.RAISE_EXCEPTION;

43: FETCH c_import_type into l_import_type;
44: IF (c_import_type%NOTFOUND) THEN
45: CLOSE c_import_type;
46: FND_MESSAGE.SET_NAME('AMS', 'AMS_INVALID_IMPORT_TYPE');
47: APP_EXCEPTION.RAISE_EXCEPTION;
48: END IF;
49: CLOSE c_import_type;
50: end if;
51:

Line 203: APP_EXCEPTION.RAISE_EXCEPTION;

199: ) THEN
200: NULL;
201: ELSE
202: FND_MESSAGE.SET_NAME('fnd', 'form_record_changed');
203: APP_EXCEPTION.RAISE_EXCEPTION;
204: END IF;
205: END LOOP;
206: RETURN;
207: END lock_row;

Line 242: APP_EXCEPTION.RAISE_EXCEPTION;

238: FETCH c_import_type into l_import_type;
239: IF (c_import_type%NOTFOUND) THEN
240: CLOSE c_import_type;
241: FND_MESSAGE.SET_NAME('AMS', 'AMS_INVALID_IMPORT_TYPE');
242: APP_EXCEPTION.RAISE_EXCEPTION;
243: END IF;
244: CLOSE c_import_type;
245: end if;
246: