DBA Data[Home] [Help]

APPS.FND_SVC_COMP_PARAMS_PKG dependencies on WF_LANGUAGES

Line 80: from WF_LANGUAGES L

76: X_LAST_UPDATED_BY,
77: X_LAST_UPDATE_LOGIN,
78: L.CODE,
79: userenv('LANG')
80: from WF_LANGUAGES L
81: where L.INSTALLED_FLAG = 'Y'
82: and not exists
83: (select NULL
84: from FND_SVC_COMP_PARAMS_TL T

Line 361: from FND_SVC_COMP_PARAMS_TL B, WF_LANGUAGES L

357: B.LAST_UPDATED_BY,
358: B.LAST_UPDATE_LOGIN,
359: L.CODE,
360: B.SOURCE_LANG
361: from FND_SVC_COMP_PARAMS_TL B, WF_LANGUAGES L
362: where L.INSTALLED_FLAG = 'Y'
363: and B.LANGUAGE = userenv('LANG')
364: and not exists
365: (select NULL