DBA Data[Home] [Help]

APPS.FND_SVC_COMP_TYPES_PKG dependencies on WF_LANGUAGES

Line 69: from WF_LANGUAGES L

65: X_LAST_UPDATED_BY,
66: X_LAST_UPDATE_LOGIN,
67: L.CODE,
68: userenv('LANG')
69: from WF_LANGUAGES L
70: where L.INSTALLED_FLAG = 'Y'
71: and not exists
72: (select NULL
73: from FND_SVC_COMP_TYPES_TL T

Line 329: from FND_SVC_COMP_TYPES_TL B, WF_LANGUAGES L

325: B.LAST_UPDATED_BY,
326: B.LAST_UPDATE_LOGIN,
327: L.CODE,
328: B.SOURCE_LANG
329: from FND_SVC_COMP_TYPES_TL B, WF_LANGUAGES L
330: where L.INSTALLED_FLAG = 'Y'
331: and B.LANGUAGE = userenv('LANG')
332: and not exists
333: (select NULL