FND Application Context File

Description
Categories: Enginatics
Repository: Github
Context XML files retrieved from the database

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
focf.name,
focf.version,
focf.path,
focf.last_synchronized,
decode(focf.ctx_type,'D','Database','A','Application') type,
focf.edit_comments,
focf.text
from
fnd_oam_context_files focf
where
focf.status='S' and
focf.name not in ('TEMPLATE','METADATA')
order by
focf.ctx_type