Hi Abhay,
What do you mean by "store procedure"? Is it "stored procedure"?
Do you want to use java inside pl/sql?
If so
1) You created your java source
2) Mapped your java method to a pl/sql function/procedure
3) call the function/procedure
If you are asking passing in and out parameters to java stored procedures then
this may help. First check out the tutorials, then samples.
Regards,
Fatih.