how to setup multi org views in WebADI downloader EBS12.2.4
Hi All,
I am trying to user multi org views in my WebADI Integrator downloader, Is any options are available in webadi ?
Example :
BEGIN
MO_GLOBAL.SET_POLICY_CONTEXT('S',47);
END;
SELECT * FROM OE_ORDER_HEADERS WHERE ROWNUM<12
if i execute the above statement i can able to get the data in sqlquery, i would like to use the same query in webadi downloader content, while trying to download i didnt get any data.
Please help on this.
Thanks,
Chidambaram