DBA Data[Home] [Help]

APPS.PAY_BALANCE_TYPES_PKG dependencies on FND_LANGUAGES

Line 596: from FND_LANGUAGES L

592: sysdate,
593: sysdate,
594: L.LANGUAGE_CODE,
595: userenv('LANG')
596: from FND_LANGUAGES L
597: where L.INSTALLED_FLAG in ('I', 'B')
598: and not exists
599: (select NULL
600: from PAY_BALANCE_TYPES_TL T

Line 1156: from PAY_BALANCE_TYPES_TL B, FND_LANGUAGES L

1152: B.CREATED_BY,
1153: B.CREATION_DATE,
1154: L.LANGUAGE_CODE,
1155: B.SOURCE_LANG
1156: from PAY_BALANCE_TYPES_TL B, FND_LANGUAGES L
1157: where L.INSTALLED_FLAG in ('I', 'B')
1158: and B.LANGUAGE = userenv('LANG')
1159: and not exists
1160: (select NULL