DBA Data[Home] [Help]

APPS.POR_ITEM_ATTRIBUTES_PKG dependencies on FND_LANGUAGES

Line 120: FROM fnd_languages

116: and hrtl2.language = userenv('LANG')
117: and hrtl1.location_code = l_profile_value
118: and hrtl1.language in
119: ( select language_code
120: FROM fnd_languages
121: WHERE installed_flag in ( 'B', 'I'))
122: and rownum = 1 ;
123:
124: