DBA Data[Home] [Help]

APPS.EGO_ITEM_CATALOG_PUB dependencies on FND_APPLICATION

Line 526: FROM fnd_application

522: SELECT message_text into draft_str
523: FROM fnd_new_messages
524: WHERE
525: application_id = (SELECT application_id
526: FROM fnd_application
527: WHERE application_short_name = 'EGO') AND
528: message_name = 'EGO_ICC_DRAFT_VERSION' AND
529: language_code = USERENV('LANG') ;
530: