How to Set mo_global.set_policy_context in Apex
Hi all,
After setting Profile in Process "After Header" Mo_Profile and Navigating the next Page shows no data found
I am trying to Integrate EBS R12.1.1 with APEX
and setting the Context of EBS to access the Views.
Begin
mo_global.set_policy_context('S',228);
END;
i have Put the above code under Page Rendering->After Header->Process to set the Context to access the Views
It fetch records on 1st page but while navigating to Next Page give me error "No Data Found"
Regards
Haq
After setting Profile in Process "After Header" Mo_Profile and Navigating the next Page shows no data found
I am trying to Integrate EBS R12.1.1 with APEX
and setting the Context of EBS to access the Views.
Begin
mo_global.set_policy_context('S',228);
END;
i have Put the above code under Page Rendering->After Header->Process to set the Context to access the Views
It fetch records on 1st page but while navigating to Next Page give me error "No Data Found"
Regards
Haq
0