DBA Data[Home] [Help]

APPS.PQH_TCT_SHD dependencies on FND_LANGUAGES

Line 562: from fnd_languages l

558: l_creation_date,
559: l_last_updated_by,
560: l_last_update_date,
561: l_last_update_login
562: from fnd_languages l
563: where l.installed_flag in ('I','B')
564: and not exists (select null
565: from pqh_transaction_categories_tl ctl
566: where ctl.transaction_category_id = l_transaction_category_id

Line 666: from fnd_languages l

662: l_creation_date,
663: l_last_updated_by,
664: l_last_update_date,
665: l_last_update_login
666: from fnd_languages l
667: where l.installed_flag in ('I','B')
668: and not exists (select null
669: from pqh_transaction_categories_tl ctl
670: where ctl.transaction_category_id = l_transaction_category_id

Line 735: from PQH_TRANSACTION_CATEGORIES_TL B, FND_LANGUAGES L

731: B.LAST_UPDATE_LOGIN,
732: B.LAST_UPDATED_BY,
733: L.LANGUAGE_CODE,
734: B.SOURCE_LANG
735: from PQH_TRANSACTION_CATEGORIES_TL B, FND_LANGUAGES L
736: where L.INSTALLED_FLAG in ('I', 'B')
737: and B.LANGUAGE = userenv('LANG')
738: and not exists
739: (select NULL