DBA Data[Home] [Help]

APPS.OE_PC_VTMPLTS_PKG dependencies on FND_LANGUAGES

Line 154: FROM fnd_languages l

150: ,x_last_update_date
151: ,x_display_name
152: ,x_description
153: ,x_last_update_login
154: FROM fnd_languages l
155: WHERE l.installed_flag in ('I', 'B')
156: AND not exists (
157: SELECT null
158: FROM oe_pc_vtmplts_tl t

Line 495: FROM oe_pc_vtmplts_tl b, fnd_languages l

491: ,b.last_update_date
492: ,b.display_name
493: ,b.description
494: ,b.last_update_login
495: FROM oe_pc_vtmplts_tl b, fnd_languages l
496: WHERE l.installed_flag IN ('I', 'B')
497: AND b.language = USERENV('LANG')
498: AND NOT EXISTS
499: ( SELECT null