Page 1 of 1

Unable to Query a view After Initialising Session

Posted: Wed Aug 12, 2009 10:10 am
by abdul.rahman2k
Dear Experts

i am initialising using this script

begin
fnd_global.apps_initialize (user_id => 1112
,resp_id => 50707
,resp_appl_id =>222
);
end;

, but i am not able to query

in view

select * from ar_cash_receipts;

please suggest if we need to do something more to initialise session.

i checked MO:Operating Unit and GL:Ledger is also set to correct Operating Unit.

warm regards

Abdul rahman