Has anyone ever tried to give access to a servprov for order releases for only those order releases where they are the servprov assigned on the constraints tab?
I have tried modifying the VPD profile for servprov and added an external predicate for the table ORDER_RELEASE. The predicate I added was:
order_release.servprov_gid IN (SELECT user_association.user_association_value FROM user_association WHERE user_association.gl_user_gid = sys_context('gl_user_ctx', 'gl_user_gid'))
Then I modified the servprov menu and added a link for order releases. When I login as a servprov and search for order releases, though, I always end up with zero results. Anyone have any idea what's going on here? Is there additional security that OTM has that I need to get around so that I can give a servprov access to order releases?
I have tried modifying the VPD profile for servprov and added an external predicate for the table ORDER_RELEASE. The predicate I added was:
order_release.servprov_gid IN (SELECT user_association.user_association_value FROM user_association WHERE user_association.gl_user_gid = sys_context('gl_user_ctx', 'gl_user_gid'))
Then I modified the servprov menu and added a link for order releases. When I login as a servprov and search for order releases, though, I always end up with zero results. Anyone have any idea what's going on here? Is there additional security that OTM has that I need to get around so that I can give a servprov access to order releases?
Comment