Summary:
Is anyone familiar with the subject area - Receivables - Transactions Real Time? I am looking for the equivalent of SOURCE_OBJECT_CODE, SOURCE_OBJECT_UID columns from the Oracle table ZMM_notes within Receivables - Transactions Real Time? Ultimately, I am looking to add the notes_txt column to an existing otbi report with various other subjects areas - Payables Invoices - Transactions Real Time, Payables Invoices - Installments Real Time, Supplier - Supplier Real Time.
In order to perform the join on the AP_INVOICES_ALL table on the invoice id, it is required to have the SOURCE_OBJECT_CODE = 'Standard_AP_Invoice', and the SOURCE_OBJECT_UID = invoice_id.
Customer Notes only contains columns: (within Receivables - Transactions Real Time)
Creation Date, Note Text, Note Type, Visibility
ZMM notes - https://docs.oracle.com/en/cloud/saas/sales/21d/oedms/zmmnotes-12654.html#zmmnotes-12654
Update - This doesn't seem possible given the customer notes table structure. There isn't a foreign key that I can use to pair with an invoice_id. Is the only alternative to rewrite this report in BIP?
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):