DBA Data[Home] [Help]

APPS.BIS_DIMENSION_LEVEL_PVT dependencies on FND_LANGUAGES

Line 1447: from FND_LANGUAGES L

1443: , p_last_updated_by
1444: , p_login_id
1445: , 'Y'
1446: , userenv('LANG')
1447: from FND_LANGUAGES L
1448: , BIS_LEVELS DL
1449: where L.INSTALLED_FLAG in ('I', 'B')
1450: and DL.SHORT_NAME = p_level_short_name
1451: and not exists