Query To Get FND Messages in Oracle Fusion

   SELECT
         fa.application_short_name,  fm.message_name, fm.message_text 
        FROM
            fnd_new_messages          fm,
            fnd_application    fa
        WHERE
                1 = 1
            AND fm.application_id = fa.application_id
            AND language_code = 'US'    

Comments |0|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Category: Uncategorized