Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Customizing / Personalization of Record History (Who columns) in Forms

Ram KanalaJul 23 2019 — edited Feb 9 2021

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

Comments

807589
Use response.getOutputStream() and flush the string there.
796440
Don't crosspost. It wastes people's time when they repeat each others' answers.

[http://forums.sun.com/thread.jspa?threadID=5338772&tstart=0]
[http://forums.sun.com/thread.jspa?threadID=5338771&tstart=0]
796440
ansat27 wrote:
Use response.getOutputStream() and flush the string there.
If flushing is the issue, then just flush the Writer. That propagates through to the underlying stream(s).
darrylburke
Please don't cross post. As your thread in New to Java has the largest number of replies, please continue in that thread.
[http://forums.sun.com/thread.jspa?threadID=5338772]

I'm locking this thread and the one you posted in Java Servlet.

db
1 - 4

Post Details

Added on Jul 23 2019
6 comments
292 views