How do we find the .sqlj files?
Oracle FLEXCUBE Universal Banking
App Version = 12.0.3.0.0
Oracle Database Enterprise Edition = 11.2.0.4
We didn't find the .sqlj files in FCUBSApp.ear and found the .classes files.
Besides, we also query with mentioned query in database but didn't see any data.
SELECT owner, name, type, line, text
FROM all_source
WHERE UPPER(text) LIKE '%.SQLJ%';