Oracle open interface tables
Hi, I am working on a project where we are using oracle open interface tables to create a lease contract. I am currently creating 2 lines for asset in OKL_PARTY_ROLES_INTERFACE with line number as null for one line and line number as 2 for other line.
In addition to this, 2 lines are being created for an asset with line number as 1 for both in OKL_LINES_INTERFACE table. I am adding add-ons in the same table with line number as 2.
I am able to create a contract in Oracle with add-ons. However, I don't see any information populated on supplier invoice tab on configuration tab. Can someone please guide me if I am missing anything on this. I tried to change the line number to "1" for asset line in OKL_PARTY_ROLES_INTERFACE table which resolved this problem but opened a new problem where supplier invoice information on add-on tab is not being populated. I want to populate supplier information on both add-on and supplier invoice within configuration tab.