Hi folks,
Is it possible to secure parts of a table so that somebody writing a logical view (NOTE: I'm talking about creating a view via Catalog/Schema/View/Create View INSTEAD of creating a view via content/package/new/(attribute/analytic/calculation)view; so in my case Analytic Privilege does not apply as their is no information model.
For example lets say I allow a user to create a private view in their schema and query <default_schema>.MSEG table. But because MSEG is huge I only want them to be able to select material document number for example. This user has <default_schema>_SELECT_USER access. Now I want to refine that to just a subset of columns. Is this possible?
Thanks,
-Patrick