oracle8.1.6 begin :1 := content_folder.new( name => :name, label => :label, description => :description, parent_id => :create_parent_id, creation_user => :user_id, creation_ip => :ip ); end; begin content_folder.register_content_type( folder_id => :folder_id, content_type => 'content_template', include_subtypes => 'f' ); end; select content_item.get_path(:create_parent_id) from dual