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