DBA Data[Home] [Help]

APPS.XDP_FA_PARAMETERS_PKG dependencies on FND_MESSAGE

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

89: OR ((tlinfo.DISPLAY_SEQ is null) AND (X_DISPLAY_SEQ is null)))
90: ) then
91: null;
92: else
93: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
94: app_exception.raise_exception;
95: end if;
96: end loop;
97: return;