Re: EBS 12.2 login page not showing ,after running autoconfig on DB + App tier

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/EBS-12-2-login-page-not-showing-after-running-autoconfig-on-DB-App-tier-tp2977p3047.html

This plsql is probably doing some operations on fnd_profile_options and fnd_profile_options_values. I mean the seeded tables.

What is written in line 512 of APPS.ADX_PRF_PKG. What is the query used there?  Can you check the code.
Maybe it can give us a clue.
Plsql gets more than one rows while running a query, although it is not designed to do so.