I am building a package which accept a Table as input. Package is working great now but took me a while to make it run properly mainly due to the fact that I could not figure out how to instantiate a Table within IntelliJ. SO had to build and install package in our control room, do some testing and go back to IntelliJ until successful. Not the best approach.
Is there an example or documentation on what would be needed to instantiate an AA Table within IntelliJ. I figured out that Table is also making use of a schema instance which appears to be the column definition including type.
Any help would be appreciated. Thanks