Hi ever one i m using jdeveloper 11.1.2.3.0
My use case is i have 20 values in arraylist like
10
20
30
40
50
60.
.
..
.
.
and i need to store this arrayList into database table from AppModuleImpl class (AppModuleImpl is a java class)??
kindly reply how i can do this
Thanks