Run this query against the 12.1.x instance:
SELECT fa.application_id id, fa.application_short_name app
, fa.application_name, fpi.status, fpi.patch_level
FROM fnd_application_all_view fa, fnd_product_installations fpi
WHERE fa.application_id = fpi.application_id
If the product is custom then make sure it is registered as L