How to turn off debugging generated by EGO_USER_ATTRS_PVT?
We are using Oracle EBS 12.2.7 with PLM. We have several attribute groups / attributes defined on our items and our DBA team has notified us of a huge amount of debug log files being generated on our DB server (files named like EGO_USER_ATTRS_DATA_PVT*.log - under usr/tmp)
In the custom code before we call the public API ego_user_attrs_data_pub.process_user_attrs_data - we are querying AFLOG_ENABLED, and if it's set to Y, then we pass the value of profile option AFLOG_LEVEL into the debug level parameter of that EGO public API. If AFLOG_ENABLED is not enabled, then we pass a NULL into the debug level parameter of that EGO public API.