DBA Data[Home] [Help]

APPS.BNE_IMPORT_PROGRAMS_PKG dependencies on FND_MESSAGE

Line 100: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

96: OR ((tlinfo.IMPORT_PARAM_LIST_CODE is null) AND (X_IMPORT_PARAM_LIST_CODE is null)))
97: ) then
98: null;
99: else
100: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
101: app_exception.raise_exception;
102: end if;
103: end loop;
104: return;