Technology Stack - EBS (MOSC)

MOSC Banner

APP-FND-01436 occur When Querying MO Profile Options

edited Sep 20, 2015 10:00AM in Technology Stack - EBS (MOSC) 1 commentAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center