Question How to OAF Controller Personalize on R12.2.11 with OCI
Oracle Product : Oracle EBS - Enterprise Asset Management
Version : R12.2.11 with OCI (DB version 19.16.0.0.0)
I'm in Upgrade project from R12.1.3 to R12.211.
Our customer use OAF Controller personalize using Work Order Status Id.
-----R12.1.3 (On-Premise)
We use OAF Controller Personalize using eAM Work Order Status Id (eam_wo_statuses_b)
The status_ids are retrieved normally. eg status "Released" retreived "3" because the status_id = 3
But
----R12.2.11 (OCI)
The status_ids are retrieved with being added characters. eg. "Released" retrieved "3xHckZxsG" ("3" + "xHckZxsG")
If the page session re-connect, the added charaters also are changed.
Hi Gurus.
Could you let me know how to remove the added characters or catch the charaters in Controller program ?