DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on FND_NEW_MESSAGES

Line 424: from fnd_new_messages a,

420:
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