DBA Data[Home] [Help]

APPS.QP_CURR_LISTS_UTIL dependencies on FND_LANGUAGES

Line 1152: from FND_LANGUAGES L

1148: , p_CURR_LISTS_rec.LAST_UPDATED_BY
1149: , p_CURR_LISTS_rec.LAST_UPDATE_LOGIN
1150: , L.LANGUAGE_CODE
1151: , userenv('LANG')
1152: from FND_LANGUAGES L
1153: where L.INSTALLED_FLAG in ('I','B')
1154: and not exists
1155: (select NULL from QP_CURRENCY_LISTS_TL T
1156: where T.CURRENCY_HEADER_ID = p_CURR_LISTS_rec.CURRENCY_HEADER_ID