Hi all,
APEX Version: 24.1.7
We upgraded recently to this version and now we see the following error:
ORA-20987: APEX - An API call has been prohibited.
When executing this line of code:
apex_lang.update_translated_string(
p_id => :ID,
p_language => :P2_LANGUAGE_CODE,
p_string => :TO_STRING
);
I suppose it is because we are trying to change a translation string of another application. Is this assumption correct?
Both applications are based on the same db-schema and are in the same APEX workspace.
Any ideas on this?
Thx
Filip Huysmans