Core Concurrent Processing - EBS (MOSC)

MOSC Banner

profile option

edited May 31, 2020 8:16PM in Core Concurrent Processing - EBS (MOSC) 6 commentsAnswered ✓

Hello

I need query to compare all profile option value at site level and responsibility level and display the profile option name,site level value and responsibility value.

if responsibility level value are different from site level value.

set long 10000

set pagesize 500

set linesize 160

column SHORT_NAME format a30

column NAME format a40

column LEVEL_SET format a15

column CONTEXT format a30

column VALUE format a40

select p.profile_option_name SHORT_NAME,

n.user_profile_option_name NAME,

decode(v.level_id,

10001, \'Site\',

10002, \'Application\',

10003, \'Responsibility\',

10004, \'User\',

10005, \'Server\',

10006, \'Org\',

10007, decode(to_char(v.level_value2), \'-1\', \'Responsibility\',

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