how can we translate the Workflow process display name into different language (ex: Arabic)
Hello All,
Oracle EBS R12.1.3
Database : 11g
Need assistance to translate the workflow process display name into Arabic language.
I found the table WF_ACTIVITIES_TL, it has two records one for each language.
SELECT * FROM WF_ACTIVITIES_TL WHERE ITEM_TYPE='HRSSA'
AND NAME='HR_EIT_VEN_PRC';
Kindly suggest.
Regards/Afzal.