|
set_target procedure |
|
Contained in package wwa_app_module. Call this procedure to set the target URL for a form component. procedure set_target |
|
Version: Oracle Portal 3.0.9 |
|
|
Parameters: |
|
|
p_target |
The URL to be displayed. Datatype: varchar2 |
|
p_target_mode |
Determines whether the current session is dropped. Options are: CALL and GO:
Datatype: varchar2 |
|
Exceptions: None. Example: Consider a procedure named helloworld in your database provider (application) schema, denoted by 'x'. Execute privileges have been granted on procedure helloworld to <portal_schema>_public database user: procedure helloworld To set the target of the form component using the set_target procedure, make the call to set_target from one of the PL/SQL button handler codes:
|
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |