| |
GeekInterview.com > Interview Questions > Oracle Apps
| Print | |
Question: Profile Option FND: Diagnostics = yes
Answer: What is the use of setting Profile option FND: Diagnostics to yes. In which table we can veiw the details. |
| June 06, 2009 22:07:27 |
#1 |
| mpoojari |
Member Since: June 2009 Total Comments: 1 |
RE: Profile Option FND: Diagnostics = yes |
Self Service has a similar profile option. If the profile option FND: Diagnostics is set to Yes, then anyone can use the Diagnostics Examine function which allows users to change database records.
related tables:
fnd_profile_options fnd_profile_options_tl
Apps user query :
select object_name, object_type from dba_objects where UPPER(object_name) LIKE '%FND_PROFILE_OPTIONS%';
Regards -Mohan |
| |
Back To Question | |