How to join two different tables PVO's in oracle BICC based on primary key connection?
Hi, You must extract each view object to CSV then join them post extract using whatever you are doing with the data outside of oracle. Or you need a custom view object in the first place to replace the 2 pre-defined view objects.
thanks. Is there a way to have the join directly on offering creation ? When you say Custom View Object, what it is ?