DBA Data[Home] [Help]

APPS.AMS_LIST_SRC_TYPES_PKG dependencies on FND_MESSAGE

Line 46: FND_MESSAGE.SET_NAME('AMS', 'AMS_INVALID_IMPORT_TYPE');

42: OPEN c_import_type(x_import_type);
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;

Line 202: FND_MESSAGE.SET_NAME('fnd', 'form_record_changed');

198: and (TLINFO.BASED_ON_TCA_FLAG = X_BASED_ON_TCA_FLAG)
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;

Line 241: FND_MESSAGE.SET_NAME('AMS', 'AMS_INVALID_IMPORT_TYPE');

237: OPEN c_import_type(x_import_type);
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;