Oracle9iAS Portal Developer Kit

Form component session API package

Oracle Portal form component session storage APIs are in the package wwa_app_module_session.

Form component session API (wwa_app_module_session) topic names and descriptions

Form component session storage

Presents conceptual and working information about this API package.

create_session function

Create a form component session instance.

load_session function

Load an existing form component session instance.

get_session function

Load an existing form component session instance, first checking for a cached copy.

save_session procedure

Saves form component session data persistently.

drop_session procedure

Permanently removes form component session data.

get_id function

Returns the form component session ID.

get_module function

Returns a copy of the form component associated with a session.

get_value_as_date function

Returns the value of an attribute (date).

get_value_as_number function

Returns the value of an attribute (number).

get_value_as_varchar2 function

Returns the value of an attribute (varchar2).

get_value_as_string function

Returns the value of an attribute (NLS formatted string).

set_value procedure

Sets the (date, number, varchar2) value of an attribute.

set_value_as_string procedure

Sets the value of an attribute as a formatted string.

set_attribute_default procedure

Sets the default value of an attribute to NULL.

set_row_default procedure

Sets the default value of all the attributes in a row.

copy_attribute_value procedure

Copies attribute values into other instances of the same attribute.

Related topics

 

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio