xxxxxxxxxx
begin
ords.define_service(
p_module_name => 'current.user.example',
p_base_path => '/greetings/',
p_pattern => 'example',
p_source_type => ords.source_type_collection_item,
p_source => 'select ''Hello '' || :current_user "greeting" from dual'
);
commit;
end;