MOAC
I create XML Publisher report for Credit Memo report.
Due to responsibility can allow to access multiple OU details, How can i know which OU was selected by user?
Now i tested, in XML data definition file, i added a before report trigger to get the current org_id via SUBSTRB(USERENV ('CLIENT_INFO'), 1, 10) function.
using this method, is it correct?