DBA Data[Home] [Help]

APPS.OE_BULK_MSG_PUB dependencies on FND_NEW_MESSAGES

Line 325: from fnd_new_messages a,

321:
322: IF l_type IS NULL THEN
323: Select type
324: Into l_type
325: from fnd_new_messages a,
326: fnd_application b
327: where a.application_id = b.application_id
328: and a.language_code = USERENV('LANG')
329: and a.message_name = l_message_name