SRW.GET_VALUE
built-in functionThis function returns the value of the specified column at runtime indirectly.
This method of obtaining a column value is useful if you are writing business
logic in a PL/SQL library but need to obtain report values directly. Instead
of using :col_name
, the user
can use SRW.GET_VALUE(col_ name)
to obtain the value of a column.
This function is equivalent to the Oracle Forms Developer NAME_ IN
built-in.
SRW.GET_VALUE (col_name,fmt_msk) RETURN VARCHAR;
Parameters |
Description |
|
|
|
|
Suppose you want to obtain report values directly for use :
SRW.GET_VALUE(':ENAME')
About the
Reports Builder built-in package (SRW
)
Copyright © 1984, 2005, Oracle. All rights reserved.