ZX_PARTY_TAX_PROFILE.REP_REGISTRATION_NUMBER shows different results for different users
Following SQL is being executed in Oracle Fusion by different users.
SELECT REP_REGISTRATION_NUMBER from ZX_PARTY_TAX_PROFILE where party_id = 123456
User1 - Gettig Registration Number value
User2 -Getting BLANK value
NOt sure for same party why 1 user is able to see column value and other is not. If this is from UI, I presumme its data access however runing direct SQL suggets there could be additional SQL predicates which getting true for afected user but not sure who do we manage this setup.
Is anyone across this or aware how to manage database resource policies in Oracle fusion ?