[Home] [Help]
The following lines contain the word 'select', 'insert', 'update' or 'delete':
select profile_option_value
from alr_profile_options
where profile_option_name = NAME_Z;
** PUT - Update or Insert a profile option value
*/
procedure PUT(NAME in varchar2, VAL in varchar2) is
TABLE_INDEX binary_integer;