DBA Data[Home] [Help]

APPS.PQH_TEM_SHD dependencies on FND_LANGUAGES

Line 456: from fnd_languages l

452: l_creation_date,
453: l_last_updated_by,
454: l_last_update_date,
455: l_last_update_login
456: from fnd_languages l
457: where l.installed_flag in ('I','B')
458: and not exists (select null
459: from pqh_templates_tl ttl
460: where ttl.template_id = l_template_id

Line 541: from fnd_languages l

537: l_creation_date,
538: l_last_updated_by,
539: l_last_update_date,
540: l_last_update_login
541: from fnd_languages l
542: where l.installed_flag in ('I','B')
543: and not exists (select null
544: from pqh_templates_tl ttl
545: where ttl.template_id = l_template_id

Line 609: from PQH_TEMPLATES_TL B, FND_LANGUAGES L

605: B.LAST_UPDATE_LOGIN,
606: B.LAST_UPDATED_BY,
607: L.LANGUAGE_CODE,
608: B.SOURCE_LANG
609: from PQH_TEMPLATES_TL B, FND_LANGUAGES L
610: where L.INSTALLED_FLAG in ('I', 'B')
611: and B.LANGUAGE = userenv('LANG')
612: and not exists
613: (select NULL