| Back to Questions Page |
| |
| Question |
Can you pass data parametrs to forms? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | No.  |
| Guest |
| |
| |
| Question |
When do you use data parameter type? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | When the value of a data parameter being passed to a
called product is always the name of the record group
defined in the current form. Data parameters are used to
pass data to produts invoked with the run_product built-in
subprogram.
 |
| Guest |
| |
| |
| Question |
What are the different Parameter types? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Text Parameters
Data Parameters
 |
| Guest |
| |
| |
|
|
| |
| Question |
How do you reference a parameter indirectly? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | To indirectly reference a parameter use the NAME IN,
COPY 'built-ins to indirectly set and reference the
parameters value' Example name_in ('capital parameter my
param'), Copy ('NAME','Parameter my_param')  |
| Guest |
| |
| |
| Question |
How do you reference a Parameter? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | In Pl/Sql, You can reference and set the values of form
parameters using bind variables syntax. Ex. PARAMETER name
= '' or :block.item = PARAMETER
Parameter name
 |
| Guest |
| |
| |
| Question |
How do you call other Oracle Products from Oracle Forms? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Run_product is a built-in, Used to invoke one of the
supported oracle tools products and specifies the name of
the document or module to be run. If the called product is
unavailable at the time of the call, Oracle Forms returns a
message to the opertor.  |
| Guest |
| |
| |
| Question |
What is the maximum no of chars the parameter can store? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | The maximum no of chars the parameter can store is only
valid for char parameters, which can be upto 64K. No
parameters default to 23Bytes and Date parameter default to
7Bytes.  |
| Guest |
| |
| |
| Question |
What are the Built-ins used for sending Parameters to forms? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | You can pass parameter values to a form when an
application executes the call_form, New_form, Open_form or
Run_product.  |
| Guest |
| |
| |
| Answer | For Preparing parameters to be passed, we can use the
following built-ins
CREATE_PARAMETER_LIST :- Creates Parameter list
ADD_PARAMETER :-Adds a parameter to parameter list
DELETE_PARAMETER
DELETE_PARAMETER_LIST  |
| Binurajnair |
| |
| |
| Question |
What are parameters? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Parameters provide a simple mechanism for defining and
setting the values of inputs that are required by a
form at startup. Form parameters are variables of type
char,number,date that you define at design time.
 |
| Guest |
| |
| |
| Question |
Use the Add_group_row procedure to add a row to a static
record group 1. true or false? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | FALSE  |
| Guest |
| |
| |
| Question |
Use the add_group_column function to add a column to record
group that was created at a design time? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | FALSE  |
| Guest |
| |
| |
| Question |
What are the built-ins used for finding object ID functions? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | FIND_GROUP(function)
FIND_COLUMN(function)
 |
| Guest |
| |
| |
| Answer | To find item ids of various items, we can use FIND_ITEM
function  |
| Binurajnair |
| |
| |
| Question |
What are the built-ins used for processing rows? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | GET_GROUP_ROW_COUNT(function)
GET_GROUP_SELECTION_COUNT(function)
GET_GROUP_SELECTION(function)
RESET_GROUP_SELECTION(procedure)
SET_GROUP_SELECTION(procedure)
UNSET_GROUP_SELECTION(procedure)
 |
| Guest |
| |
| |
| Question |
What are the built-in used for getting cell values? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
GET_GROUP_CHAR_CELL (function)
GET_GROUP_DATE_CELL(function)
GET_GROUP_NUMBET_CELL(function)
 |
| Guest |
| |
| |
| Question |
What are the built-ins used for finding Object ID function? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | FIND_GROUP(function)
FIND_COLUMN(function)
 |
| Guest |
| |
| |
|
| |
|
Back to Questions Page |