Blitz Report Access Upload

Description
Categories: Enginatics, Upload
Repository: Github
Upload to update value for profile option "Blitz Report Access" at user or responsibility level

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

select
null action_,
null status_,
null message_,
fpo.user_profile_option_name profile_option_name,
decode(fpov.level_id, 10003, 'Responsibility', 10004, 'User') level_,
decode(fpov.level_id, 10003, frv.responsibility_name, 10004, fu.user_name) value,
decode(fpov.level_id, 10003, frv.description, 10004, fu.description) description,
case
when fpov.profile_option_value='U' then 'User'
when fpov.profile_option_value='A' then 'User Admin'
when fpov.profile_option_value='D' then 'Developer'
when fpov.profile_option_value='S' then 'System'
end access_
from
fnd_profile_options_vl fpo,
fnd_profile_option_values fpov,
fnd_user fu,
fnd_responsibility_vl frv,
fnd_application_vl fav,
fnd_application_vl favr
where
1=1 and
fpov.level_id in (10003,10004) and
fpov.level_value=fu.user_id(+) and
fpov.level_value=frv.responsibility_id(+) and
frv.application_id=favr.application_id(+) and
fav.application_id=fpo.application_id and
fpo.profile_option_id=fpov.profile_option_id and
fpo.application_id=fpov.application_id and
fpo.profile_option_name='XXEN_REPORT_ACCESS'
&not_use_first_block
&report_table_select 
&report_table_name 
&report_table_where_clause 
&success_records
&processed_run
order by 5,6
Parameter Name SQL text Validation
Level
decode(:level_, 'User', 10004, 'Responsibility', 10003)=fpov.level_id
LOV
Value
decode(fpov.level_id, 10003, frv.responsibility_name, 10004, fu.user_name)=:value
LOV