Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to get one of specfic out parameters in groovy

Subramanian MeyyappanJun 23 2012 — edited Jul 31 2012
hi groups,

jdev 11.1.1.5.0 - adfbc

here i learned from Jabr how to get the two out - parameter values which used in procedure.
2403877

ok fine. that part is well enough.

by normally,
if the function/ procedure which is defined in AM. which i want to call in groovy ,means i used the following
adf.object.applicationModule.FuncFindEmployeeDescription(params)
above groovy is for
if the function or procedure which will return one parameters means ok.

here my scenario i want call the procedure which is defined in AM. the procedure will return two out params values. i need only first value.

how can i do this.?

reference: in this thread you can the procedure with two out params
2403877
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2012
Added on Jun 23 2012
16 comments
1,389 views