Cannot see profile option in forms

classic Classic list List threaded Threaded
7 messages Options
big
Reply | Threaded
Open this post in threaded view
|

Cannot see profile option in forms

big
Hi,

On R12.2.9 DB 19c on AIX

The profile option exists in tables, But not in forms:



Thanks for help.
Reply | Threaded
Open this post in threaded view
|

Re: Cannot see profile option in forms

ErmanArslansOracleBlog
Administrator
Recheck that name - Sever or Server ? -- ICX:Requisition Server
big
Reply | Threaded
Open this post in threaded view
|

Re: Cannot see profile option in forms

big
This post was updated on .
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.
Reply | Threaded
Open this post in threaded view
|

Re: Cannot see profile option in forms

ErmanArslansOracleBlog
Administrator
it is wrong. probably they named it so accidentally.. It should be "server" as you may already guess..
so you are okay now, you re able to see the profile option using Forms.. so the issue solved.
big
Reply | Threaded
Open this post in threaded view
|

Re: Cannot see profile option in forms

big
thanks.
No we are not able to see the profile option using Forms.

There is no row begining with R:



Regards.
Reply | Threaded
Open this post in threaded view
|

Re: Cannot see profile option in forms

ErmanArslansOracleBlog
Administrator
In reply to this post by big
Check from functional administrator. That profile may be end dated..
Also review the documentation you follow for this.. Probably in EBS 12.2, you don't need to update that profile (or you don't even need that) in the first place.
big
Reply | Threaded
Open this post in threaded view
|

Re: Cannot see profile option in forms

big
Hi,
But we use it.
I look at the definition of it. And saw that End date was 2006.

I deleted this date and let it be blanc.



Now it is visible.

Thanks and regards.