Login  Register

Re: Cannot see profile option in forms

Posted by big on Jan 16, 2023; 9:32am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Cannot-see-profile-option-in-forms-tp11455p11457.html

Hi,
Yes you are true.

But in apps.fnd_profile_options_tl it is SERVER:
Select profile_option_name,USER_PROFILE_OPTION_NAME
         from apps.fnd_profile_options_tl
         where user_profile_option_name like  '%ICX: Req%'
         order by profile_option_name;

PROFILE_OPTION_NAME                                                       USER_PROFILE_OPTION_NAME                                                                                                                                                                                                                        
---------------------------------------------
ICX_REQ_SERVER                                                                   ICX: Requisition Sever

I cannot understand. They are oracle tables and we did not create this profile option.

Regards.