Giving Access to All Users of AP

There are many available reports in Oracle Apps so you can discuss the requirements related to these reports here.
Post Reply
musman
Posts: 31
Joined: Thu Apr 26, 2007 10:35 am
Location: Pakistan

Giving Access to All Users of AP

Post by musman »

I have developed a new report and i want to give access to a single user
Can i have to create new responsibility and assign that report to it, or some other way

Thanks
Wim van der Veer
Posts: 4
Joined: Mon May 26, 2008 5:26 pm
Location: Belgium

Post by Wim van der Veer »

Hello Musman,

You have to create a new responsibilty and assign the single report to it. I had the same problem and it is the only way to give a small group of people access to the reports since you need to protect the report being used by the wring users.

Regards,

Wim van der Veer
Capgemini Belgium
wenjie
Posts: 30
Joined: Mon Jul 07, 2008 5:42 am
Location: Indonesia

Post by wenjie »

Just check it in "AFTER PARAMETER FORM"

IF USERNAME <> "ME" THEN
srw.message(1,'You have no right.');
raise no_data_found;
end if;
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests