DBA Data[Home] [Help]

APPS.PO_LINES_ALL_EXT_PKG dependencies on FND_LANGUAGES

Line 135: from fnd_languages l, po_lines_all_ext_tl B

131: ,B.TL_EXT_ATTR39
132: ,B.TL_EXT_ATTR40
133: ,B.UDA_TEMPLATE_ID
134: ,B.DRAFT_ID
135: from fnd_languages l, po_lines_all_ext_tl B
136: where l.installed_flag in ('I', 'B')
137: and B.LANGUAGE = userenv('LANG')
138: and not exists
139: (select null