forms builder error when call a PIPELINED Database Function from inside Forms 11
Hello,
m< env is:
windows
Forms [64 Bit] Version 11.1.2.1.0 (Production)
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
I created on Oracle Database a PIPELINED Function
and it works well
when call it from in PL/sql
in this similar matter:
FOR REC in | ||||
( | ||||
SELECT p1,p2,p3 | ||||
FROM TABLE( collection | ||||
(pPnr => init.m1, phist => init.m2 ,pModus => :block1.wertC) | ||||
) | ||||
) LOOP | ||||
null; | ||||
.... output works well.... | ||||
END LOOP; |
when I edit / compile it from inside FORMS Builder I get this error message
internal error["""" ASSERT at file pdw8.c line 2348: Client SQL - unexpected kind = 14 XNSCP2MYFORMSPACKAGENAME__B{185,5]] |
I found a notice about a