GP Manufacturing table MOP10213 contains a field called MO_ACTIVITY_REASON_I. It is a smallint field. On the Manufacturing Order Activity inquiry window, the field is populated with text descriptions of the reasons. I am working on a SQL Reporting Services report that will take the MO_ACTIVITY_REASON_I smallint value from MOP10213, but I need to display the text description.
Where is the conversion table that assigns descriptions to the smallint values?