FND Languages

Description
Categories: Enginatics
Repository: Github

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

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