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

678: l_creation_date,
679: l_last_updated_by,
680: l_last_update_date,
681: l_last_update_login
682: from fnd_languages l
683: where l.installed_flag in ('I','B')
684: and not exists (select null
685: from pqh_transaction_categories_tl ctl
686: where ctl.transaction_category_id = l_transaction_category_id

Line 751: from PQH_TRANSACTION_CATEGORIES_TL B, FND_LANGUAGES L

747: B.LAST_UPDATE_LOGIN,
748: B.LAST_UPDATED_BY,
749: L.LANGUAGE_CODE,
750: B.SOURCE_LANG
751: from PQH_TRANSACTION_CATEGORIES_TL B, FND_LANGUAGES L
752: where L.INSTALLED_FLAG in ('I', 'B')
753: and B.LANGUAGE = userenv('LANG')
754: and not exists
755: (select NULL