Hi,
We have requirement to customize / personalize the WHO Column, specifically LAST_UPDATED_BY. As of now LAST_UPDATED_BY displaying the user name.
Instead customer would like to see user description against LAST UPDATED BY.
For eg:
select USER_NAME, DESCRIPTION from fnd_user
where 1=1
and user_name = 'AA313'
USER_NAME DESCRIPTION
AA313 Matthew Zeson
As of now:
Created By: AA313
Creation Date: 01-APR-2019 19:43:38
Table Name: OE_ORDER_HEADERS_V
Updated By: AA313
Update Date: 15-MAY-2019 19:57:54
System Logon: UNKNOWN
Terminal: Concurrent
Expected:
Created By: AA313
Creation Date: 01-APR-2019 19:43:38
Table Name: OE_ORDER_HEADERS_V
Updated By: Matthew Zeson
Update Date: 15-MAY-2019 19:57:54
System Logon: UNKNOWN
Terminal: Concurrent
Appreciate your inputs. Thank you!
Regards,
Ram