In Apps10, I want to find what value is changed when the user RMB’s on the screen ad selects “Change Company”. It isn’t User_Profile_SYS.Get_Default('COMPANY',<Username>) FROM DUAL because when I change company and execute that in SQL it gives me the company name I changed from, not the one I changed to. I tried to capture it in the Debug window but it doesn’t seem to show it.
I need to know the name of the table it is stored in (if it is in fact stored in a table).
Thank you for any replies.