DBA Data[Home] [Help]

APPS.PAY_BALANCE_TYPES_PKG dependencies on FND_LANGUAGES

Line 591: from FND_LANGUAGES L

587: sysdate,
588: sysdate,
589: L.LANGUAGE_CODE,
590: userenv('LANG')
591: from FND_LANGUAGES L
592: where L.INSTALLED_FLAG in ('I', 'B')
593: and not exists
594: (select NULL
595: from PAY_BALANCE_TYPES_TL T

Line 1151: from PAY_BALANCE_TYPES_TL B, FND_LANGUAGES L

1147: B.CREATED_BY,
1148: B.CREATION_DATE,
1149: L.LANGUAGE_CODE,
1150: B.SOURCE_LANG
1151: from PAY_BALANCE_TYPES_TL B, FND_LANGUAGES L
1152: where L.INSTALLED_FLAG in ('I', 'B')
1153: and B.LANGUAGE = userenv('LANG')
1154: and not exists
1155: (select NULL