Query from XLA_AEL_SL_V gives nothing. what to do
hi experts
I want to make query on view named XLA_AEL_SL_V. but everytime when i make select on this view it shows nothing, but in standard forms and standard report its frequently used and dsplaying all the data. If you see view accounting for any receipt in forms you see the data populated from this view.
kindly tell me the solution and also give reason why it doesnot show any records in it. Well. I already use
regards
Anwer
I want to make query on view named XLA_AEL_SL_V. but everytime when i make select on this view it shows nothing, but in standard forms and standard report its frequently used and dsplaying all the data. If you see view accounting for any receipt in forms you see the data populated from this view.
kindly tell me the solution and also give reason why it doesnot show any records in it. Well. I already use
BEGIN
apps.fnd_client_info.set_org_context('102');
END;
before runing any quries ..
regards
Anwer
0