DBA Data[Home] [Help]

APPS.OE_BULK_MSG_PUB dependencies on FND_APPLICATION

Line 326: fnd_application b

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
330: and b.application_short_name = l_app_id;