Profile caching in EBS
I have some questions regarding profile caching in Oracle EBS.
We have exposed some pl/sql APIs through Web Services hosted on Oracle iAS servers.
In those APIs we are fetching value of a profile using fnd_profile.value API which uses a cached value.
The issue is when we are changing profile value from EBS, and when we execute web services, it still fetches the old cached value of profile .
We are updating profile value through fnd_profile.save API on EBS which updates the cache also. Is it happening due to client profile cache on iAS servers connection pool. Please advise.