ITM_CAT_VPR_VW now contains a join to PS_VENDOR_LANG table
I'm working on our 8.9 to 9.2 upgrade and
noticed that view ITM_CAT_VPR_VW now contains a join to PS_VENDOR_LANG table.
It pulls NAME1 from that table. In 8.9, it obtained NAME1 from PS_VENDOR. I
checked our environments including 92DMO and noticed this table is empty. I
came to the conclusion that since the PS_VENDOR_LANG table is empty, the view
doesn't return anything (ITM_CAT_WRK.ITM_VENDOR_BUTTON.FieldChange
How should this table be populated?