EBS Customizations (MOSC)

MOSC Banner

$PROFILES$.XLA_MO_TOP_REPORTING_LEVEL

edited Jul 4, 2017 5:03AM in EBS Customizations (MOSC) 2 commentsAnswered
Hi,
In one of the concurrent programs I am using , it uses a value set

XLA_MO_REPORTING_LEVEL(Table type value set)

which has the following
where clause

Where/ Order By WHERE
lookup_type = 'XLA_MO_REPORTING_LEVEL'
AND ((TO_NUMBER(lookup_code) >=
TO_NUMBER(:$PROFILES$.XLA_MO_TOP_REPORTING_LEVEL)
AND NVL(pg.multi_org_flag,'N')='Y')
OR (lookup_code = '1000'
AND NVL(pg.multi_org_flag,'N')='N'))
ORDER BY TO_NUMBER(lookup_code)


Whenever I am trying to find the value of $PROFILES$.XLA_MO_TOP_REPORTING_LEVEL  via Help-->EXAMINE

I am getting an error message stating that it is an invalid reference.

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