APP-FND-01436 occur When Querying MO Profile Options
Hi Experts
My environment is R12.2.3
when I query MO profile options, APP-FND-01436 occur.
I found R12: Error APP-FND-01436 When Querying MO Profile Options (Doc ID 455367.1)
and try to perform the solution on this note,
In step1.the result is as following
1.1
SQL> Select ORGANIZATION_ID, NAME from HR_ALL_ORGANIZATION_UNITS;
ORGANIZATION_ID NAME
--------------------------------------------------------------------------------
0 Setup Business Group
1.2
SQL> SELECT o.profile_option_name, v.profile_option_value
2 FROM FND_PROFILE_OPTION_VALUES V, FND_PROFILE_OPTIONS O
3 WHERE O.application_id= v.application_id
4 and o.profile_option_id= v.profile_option_id
5 and o.application_id=0
6 and o.profile_option_id=1991