WebMay 28, 2024 · This below script helps to update or change the Profile options from the backend. We are using fnd_profile.save user level api to change or update the profiles in oracle application. We can also set fnd_profile.save responsibility level WebFeb 18, 2024 · Result:= fnd_profile.SAVE ('APPS_SSO_LDAP_SYNC', 'N', 'SITE'); IF Result THEN DBMS_OUTPUT.put_line ('Profile Updated'); ELSE DBMS_OUTPUT.put_line ('Profile Not Updated'); END IF; COMMIT; END; Share on You might like. Previous Post Next Post Post a Comment Post a Comment. For EBS Lift and Shift, Oracle Cloud …
Tables and Views for Common Features
WebDec 26, 2024 · 8 Most Important Tables used by ql query to check profile options in oracle apps from backend. 1.fnd_profile_options. 2.fnd_profile_option_values. 3.fnd_profile_options_tl. 4.fnd_user. 5.fnd_application. 6.fnd_responsibility. 7.fnd_nodes. 8.hr_operating_units. WebApr 9, 2024 · This below sql query will help to get the profile option values set at different user and responsibility levels. This is one of the useful sql query to extract the complete profile option values from backend. Here below is the complete details about Query to find profile option values at user and responsibility level. share sound files
Query to find the profile assigned to a ... - Fun Oracle Apps
WebMar 20, 2012 · The following queries are useful to get the profile option values of a profile option at site, application, responsibility and user level. 1) ... fnd_profile_option_values pov, fnd_responsibility_tl resp, fnd_application appl, fnd_user u, fnd_profile_options pro, fnd_profile_options_tl pro1 . WebSep 16, 2013 · The profile option name (column profile_option_name from table applsys.fnd_profile_options) can be found within the definition of the profile itself through responsibility Application Developer – menu … WebDec 30, 2014 · Regards, Uva. This post has been answered by John Stegeman on Dec 30 2014. Jump to Answer. Prove it - run SQL Plus by hand, do a "select fnd_profile.... from … share sound gmeet