DBA Data[Home] [Help]

APPS.QP_LIST_UPGRADE_UTIL_PVT dependencies on FND_LANGUAGES

Line 733: FND_LANGUAGES L

729: L.LANGUAGE_CODE,
730: userenv('LANG'),
731: '1'
732: from so_price_lists_tl ptl,
733: FND_LANGUAGES L
734: where ptl.price_list_id = price_list_id_T(K)
735: and ptl.language = l.language_code
736: and L.INSTALLED_FLAG in ('I', 'B')
737: and NOT EXISTS (