I am writing the test cases in java using h2 as in memory database. and I need to create a package and inside it there is a procedure.
I am able to create a procedure using user defined funtions in h2 where I have create a java class and in it I have written the code to delete from a table.
Now, my code is calling this : PKG_ORCHESTRATOR.P_DEL_CONTROL_ORCHESTRATOR
I have written the user defined funtion for : P_DEL_CONTROL_ORCHESTRATOR
but since PKG_ORCHESTRATOR is not defined, I am getting error.
Could anyone please help me here.
Please let me know if I need to put more details.