I think there should be a way to filter the aliases themselves at the schema level (e.g. have FND_LOOKUP only where the Lookup type = WIP_STATUS_TYPE).
Our company uses Oracle as our ERP. As we transition more into using "blueprints" (in our cases having lots of straight pulls of Oracle tables instead of bespoke queries on those tables), we've run into an interesting problem. Oracle leverages a lot of lookups that exist in a very tall table with different lookup types. We've created a lot of aliases for the different types of looks up leverage join filters to ensure we're only grabbing the meanings from the correct lookup type. Unfortunately, when one of these aliases is used as a dashboard filter, my end users are inundated with all of the meanings and not just the ones that are actually returned from the join. I can "solve" this by using an applied filter at the dashboard but it's inelegant.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.