DBA Data[Home] [Help]

APPS.ECX_XREF_DTL_PKG dependencies on WF_LANGUAGES

Line 247: from WF_LANGUAGES L

243: X_CREATED_BY,
244: X_LAST_UPDATE_LOGIN,
245: L.CODE,
246: userenv('LANG')
247: from WF_LANGUAGES L
248: where L.INSTALLED_FLAG = 'Y'
249: and not exists
250: (select NULL
251: from ECX_XREF_DTL_TL T

Line 451: from ECX_XREF_DTL_TL B, WF_LANGUAGES L

447: B.CREATED_BY,
448: B.LAST_UPDATE_LOGIN,
449: L.CODE,
450: B.SOURCE_LANG
451: from ECX_XREF_DTL_TL B, WF_LANGUAGES L
452: where L.INSTALLED_FLAG = 'Y'
453: and B.LANGUAGE = userenv('LANG')
454: and not exists
455: (select NULL