There is no spanish(EN) transulation in Table(FND_APPLICATION_TL)
Hi Team,
There is a column called error_warning_message from" FUSION_ORA_ESS.REQUEST_HISTORY"
customer wants to convert the error warning message column to Spanish language but there is no
language separator column in the ess.request_history table and the column contains only the US language only.
In product table some fields showing in Spanish but rest of showing in US.
--------Table Name--------
1. FND_APPLICATION_TL
2. FUSION_ORA_ESS.REQUEST_HISTORY
Please find the query and output,
-----product name query---
SELECT distinct TL.APPLICATION_NAME
FROM FND_APPLICATION_VL VL,
FND_APPLICATION_TL TL
WHERE --VL.PRODUCT_CODE = rh.product
0