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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

EXECUTE_QUERY restrictions<br />

<strong>Oracle</strong> Corporation recommends that you use the ALL_RECORDS and FOR_UPDATE parameters with<br />

caution. Fetching a large number of rows could cause a long delay. Locking a large number of rows at<br />

once requires many resources.<br />

EXECUTE_QUERY examples<br />

114<br />

/*<br />

** Built-in: EXECUTE_QUERY<br />

** Example: Visit several blocks and query their contents,<br />

** then go back to the block where original block.<br />

*/<br />

DECLARE<br />

block_before VARCHAR2(80) := :System.Cursor_Block;<br />

BEGIN<br />

Go_Block(’Exceptions_List’);<br />

Execute_Query;<br />

Go_Block(’User_Profile’);<br />

Execute_Query;<br />

Go_Block(’Tasks_Competed’);<br />

Execute_Query;<br />

Go_Block( block_before );<br />

END;

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

Saved successfully!

Ooh no, something went wrong!