Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

set_block_property and other functions of oracle forms

HatikMay 30 2017 — edited May 31 2017

I am quite new in the oracle forms, and in some codes I always see some forms functions

set_block_property('Table_name', default_where, 'condition');

execute_query;

default_where etc;

I am not sure if I understand why and how to use them. What I understand that it is preferable to not use SQL codes in plsql forms, however for example if i need to create record group based on query how am I supposed to use those functions? let's say for example query is

SELECT NAME, SURNAME, TO_CHAR(ID) FROM EMP WHERE DEPT_ID = 01;

Or am I misunderstanding something?

Any advises or explanations are welcome.

This post has been answered by MohammedImran on May 30 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2017
Added on May 30 2017
5 comments
14,567 views