Description :Impossible to create or modify an Uproc of type OAPP_PGM or OAPP_SET (Manager for OAPP or OEBS) while opening Edit in the "Update Uproc" screen
Environment
OS: All
Cause
Cause type: By design Root Cause: It happens when NLS_LANG variable is not empty
Resolution
In the file $UNI_DIR_NODEFILES/unienv_oapp_specific.ksh make sure that the variable NLS_LANG is empty.
Add the following after the line that sources the Oracle environment: NLS_LANG= export NLS_LANG