Total Pageviews

September 27, 2017

9/27/2017 11:03:00 AM
Oracle apps profile options

Oracle APPS: Profile Options


How to know which profile option is modified recently?

select * from fnd_user
where user_name like 'BYNA%'

get user_id ad pass  as value for the last_updated_by
SELECT * FROM fnd_profile_option_values WHERE last_updated_by=1244

get  profile_option_id from above query pass it as below

SELECT * FROM FND_PROFILE_OPTIONS_VL
WHERE PROFILE_OPTION_ID=7819



FOr more inforamtion on Profile options Click here>>>>>

 
Related Posts Plugin for WordPress, Blogger...