Oracle Forms (MOSC)

MOSC Banner

forms builder error when call a PIPELINED Database Function from inside Forms 11

edited Jun 30, 2016 5:01AM in Oracle Forms (MOSC) 2 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center