Skip to main content

I have just added three new functions (PL/SQL)(Layer Cust). This contains error messages that should be displayed to the user in the appropriate language.
          Error_SYS.Record_General(lu_name_, 'NOALLOWRE: It is not allowed to remove this record');
Basically, I know the translation function well from the reports, but how does it work here?

Questions:
- Where and how can I scan the code to make these error messages translatable? I didn't find this function anywhere.
- Where can I translate them afterwards? I didn't find the entries in "Text Translation".

Solved the problem


Reply