DBA Data[Home] [Help]

APPS.IEO_SVR_TYPES_SEED_PVT dependencies on FND_LANGUAGES

Line 62: FROM fnd_languages l

58: p_svr_types_rec.type_name,
59: USERENV('LANG'),
60: p_svr_types_rec.type_description,
61: p_svr_types_rec.type_extra
62: FROM fnd_languages l
63: WHERE l.installed_flag IN ('I', 'B')
64: AND NOT EXISTS
65: (SELECT NULL
66: FROM ieo_svr_types_tl t