MrHopkinson
Technical User
- Mar 21, 2007
- 23
In TOAD I'm able to do the following:
select
......., AP_INVOICES_PKG.GET_POSTING_STATUS( AI.INVOICE_ID) POSTING_FLAG, .....
from AP_INVOICES_all AI, po_vendors v
where...
...and AP_INVOICES_PKG.GET_POSTING_STATUS( AI.INVOICE_ID) = 'N'
Is it possible to call this package somehow in a Universe Object within BO Designer?
Many thanks, Steven
select
......., AP_INVOICES_PKG.GET_POSTING_STATUS( AI.INVOICE_ID) POSTING_FLAG, .....
from AP_INVOICES_all AI, po_vendors v
where...
...and AP_INVOICES_PKG.GET_POSTING_STATUS( AI.INVOICE_ID) = 'N'
Is it possible to call this package somehow in a Universe Object within BO Designer?
Many thanks, Steven