|
get_target procedure |
|
Contained in package wwa_app_module. Call this procedure to get the target URL and target mode of a form component. Note: To set these values, use the set_target procedure. procedure get_target |
|
Version:Oracle Portal 3.0.9 |
|
|
Parameters: |
|
|
p_target |
The target URL of the form component. Datatype: in out varchar2 |
|
p_target_mode |
The target mode. Options are: CALL and GO:
Datatype: varchar2 |
|
Exceptions: None. Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |