DBA Data[Home] [Help]

APPS.PSB_YEAR_TYPE_PVT dependencies on FND_LANGUAGES

Line 719: from FND_LANGUAGES L

715: p_CREATED_BY,
716: p_CREATION_DATE,
717: L.LANGUAGE_CODE,
718: userenv('LANG')
719: from FND_LANGUAGES L
720: where L.INSTALLED_FLAG in ('I', 'B')
721: and not exists
722: (select NULL
723: from PSB_BUDGET_YEAR_TYPES_TL T

Line 1212: from PSB_BUDGET_YEAR_TYPES_TL B, FND_LANGUAGES L

1208: B.CREATED_BY,
1209: B.CREATION_DATE,
1210: L.LANGUAGE_CODE,
1211: B.SOURCE_LANG
1212: from PSB_BUDGET_YEAR_TYPES_TL B, FND_LANGUAGES L
1213: where L.INSTALLED_FLAG in ('I', 'B')
1214: and B.LANGUAGE = userenv('LANG')
1215: and not exists
1216: (select NULL