Service catalog reference variable unable to access the scope based tables when used in reference qualifier conditionDescriptionDefining reference variables in service catalog application and when it is referred to sys_db_object table, while using the reference qualifier condition to access scope based tables, the list becomes empty. Steps to Reproduce 1. Hop to any paris instance. 2. Create a record producer. 3. Create a reference variable with reference to "sys_db_object" table4. Create a reference qualifier condition Ex: Table name starts with wu (Please refer the screenshot attached)I am referring the scope application walkup experience tables to be displayed, so my table name starts with "wu".5. Save the variable details6. Try the record producer Actual result: User should be able to see the tables with name starting with wu. Expected result: When we open the variable, the list is emptyWorkaroundThe fix for this had to be done in the Java layer and hence there is no workaround possible for this. For the customers from Rome where the fix is present, a new attribute (allow_public=true) in the variable attributes field on the reference variable must be added in order for this to work correctly.Related Problem: PRB1453936