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 557: from fnd_languages l

553: l_creation_date,
554: l_last_updated_by,
555: l_last_update_date,
556: l_last_update_login
557: from fnd_languages l
558: where l.installed_flag in ('I','B')
559: and not exists (select null
560: from pqh_templates_tl ttl
561: where ttl.template_id = l_template_id

Line 625: from PQH_TEMPLATES_TL B, FND_LANGUAGES L

621: B.LAST_UPDATE_LOGIN,
622: B.LAST_UPDATED_BY,
623: L.LANGUAGE_CODE,
624: B.SOURCE_LANG
625: from PQH_TEMPLATES_TL B, FND_LANGUAGES L
626: where L.INSTALLED_FLAG in ('I', 'B')
627: and B.LANGUAGE = userenv('LANG')
628: and not exists
629: (select NULL