Possibly also this
http://oracle.anilpassi.co
Main Topics
Browse All TopicsI have the need to create read only versions of some existing responsibilities in Oracle Applications R12.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Possibly also this
http://oracle.anilpassi.co
Thanks schwertner.
I already found your first post on the internet and it's not the way we want to go, but thanks anyway. The 2nd post is talking about creating a read only database schema. So that doesn't fit.
I've logged an SR with Oracle, but they are not supporting this feature via any simple means yet. There is an ER logged with them for possible Enhancement in the future.
I am going to mess around with RBAC and some other messier mechanism that the organisation has used in the past. I just wanted to see if the community had come up with anything better.
I'll leave the question open for a few more days, if no one comes back with anything I will close it out.
Thanks for you help to date.
Business Accounts
Answer for Membership
by: schwertnerPosted on 2009-07-08 at 01:33:26ID: 24801669
A suggestion would be to use CUSTOM.PLL to fire a WHEN-NEW-FORM-INSTANCE trigger. If the responsibility is one you want to be Query Only, then set the standard form level parameter: QUERY_ONLY = YES. I would suggest a Flex value set to store the responsibility name and ID. That way you can add or remove them without having to hard-code values in CUSTOM.PLL.