Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-20987 : apex_lang.update_translated_string

Filip HuysmansFeb 24 2025

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

This post has been answered by jariola on Feb 24 2025
Jump to Answer
Comments
Post Details
Added on Feb 24 2025
1 comment
112 views