DBA Data[Home] [Help]

APPS.CSD_MIGRATE_FROM_115X_PKG6 dependencies on FND_LANGUAGES

Line 238: from FND_LANGUAGES L,

234: SYSDATE,
235: FND_GLOBAL.login_id,
236: L.LANGUAGE_CODE,
237: L.LANGUAGE_CODE
238: from FND_LANGUAGES L,
239: CSD_FLOW_STATUSES_B FS_B
240: where L.INSTALLED_FLAG in ('I', 'B')
241: AND FS_B.flow_status_code in ('C','H','O','D')
242: and not exists

Line 318: from FND_LANGUAGES L,

314: SYSDATE,
315: FND_GLOBAL.login_id,
316: L.LANGUAGE_CODE,
317: L.LANGUAGE_CODE
318: from FND_LANGUAGES L,
319: CSD_FLWSTS_TRANS_B FLWSTS_B
320: where L.INSTALLED_FLAG in ('I', 'B')
321: and not exists
322: (select 'x'