DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on FND_APPLICATION

Line 425: fnd_application b

421:
422: Select type
423: Into l_type
424: from fnd_new_messages a,
425: fnd_application b
426: where a.application_id = b.application_id
427: and a.language_code = USERENV('LANG')
428: and a.message_name = l_message_name
429: and b.application_short_name = l_app_id;