DBA Data[Home] [Help]

APPS.GL_ENCUMBRANCE_TYPES_PKG dependencies on FND_LANGUAGES

Line 368: FROM FND_LANGUAGES

364: last_update_login = 0
365: WHERE encumbrance_type_key = x_encumbrance_type_key
366: AND userenv('LANG') =
367: ( SELECT language_code
368: FROM FND_LANGUAGES
369: WHERE installed_flag = 'B' );
370: END IF;
371: /*If base language is not set to the language being uploaded, then do nothing.*/
372: IF SQL%NOTFOUND THEN