Read data from AR_CASH_RECEIPTS_V standered view over DB link
Dears,
on oracle EBS R12
we have X database user that used to read from our database over database link and this user has select permission on apps.AR_CASH_RECEIPTS_V view and in order to get the data from this view we should call MO_GLOBAL.SET_POLICY_CONTEXT('S',41) first.
so we need a solution to let the X user retrive the date from apps.AR_CASH_RECEIPTS_V without calling MO_GLOBAL.SET_POLICY_CONTEXT('S',41), how to achive that?