11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

64<br />

** Create the Queried Record into which we’ll deposit<br />

** the values we’re about to fetch;<br />

*/<br />

Create_Queried_Record;<br />

:Global.Record_Count := NVL(:Global.Record_Count,0)+1;<br />

/*<br />

** Populate the item in the queried record with a<br />

** sequence function we declared above<br />

*/<br />

:myblock.numbercol := the_next_seq;<br />

END LOOP;<br />

END;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!