Hi,
For IFS10UPD6 version, whatever it’s new installation or upgrade environment, we have an error like this, Is there anyone know how to fix this issue?
1.Press new button in Inventory Part window(any other window with Boolean value). The system will trigger an error “The database value TRUE is not part of the Enumeration ‘FndBoolean’. ”
2. even we query it in PL/SQl developer, the script will not return the value.
Select Fnd_Boolean_Api.Decode(‘TRUE’) from dual;

