Hi All,
I have again another instance where I would like to reproduce the code generated by OWB in ODI 12c.
There is a mapping where OWB using three different “data sources”. Two of them are “subselects” within the FROM clause and the third one is just a table.
I can easily generate these “subselects” by using Reusable Mappings but then I have to create three objects to achieve the same thing that can be done by using only one object in OWB.
There is an option to use a Custom SQL statement (CUSTOM_TEMPLATE) within the sources of the “Physical” tab of the mapping but I don’t like this approach because it’s basically hidden code and it would be harder to maintain for other developers.
Is there any other way to avoid Reusable Mappings and CUSTOM_TEMPLATE to reproduce this behaviour?
Thanks,
Jose