DBA Data[Home] [Help]

APPS.OTA_BJT_INS dependencies on FND_LANGUAGES

Line 323: from fnd_languages l

319: -- Cursor to obtain the list of base and installed languages
320: --
321: cursor csr_ins_langs is
322: select l.language_code
323: from fnd_languages l
324: where l.installed_flag in ('I','B')
325: and not exists (select null
326: from ota_bkng_justifications_tl bjt
327: where bjt.booking_justification_id = p_booking_justification_id