FND Languages

Description
Categories: Enginatics
Repository: Github
Run FND Languages and other Oracle EBS reports with Blitz Report™ on our demo environment
select
flv.description language,
flv.language_code,
decode(flv.installed_flag,'I','Installed','B','Base Language') installed_flag,
flv.last_update_date
from
fnd_languages_vl flv
where
1=1
order by
flv.description
Parameter Name SQL text Validation
Show installed only
flv.installed_flag in ('I','B')
LOV