jcs_odf.alter_resource

on-site-related topic PL/SQL API jcs_odf.alter_resource

Summary

Alter a resource.

Specification

Copy
procedure alter_resource(name in varchar2,
description in varchar2 default const.def_str,
version in number default null,
comment_text in varchar2 default const.def_str,
application_name in varchar2 default const.def_str,
partition in varchar2 default const.def_str,
application_partition in varchar2 default const.def_str)

Parameters

  • name - the name of the resource
  • description - a description for the resource
  • version - the version of the resource
  • comment_text - a comment with the resource
  • application_name - the name of the application the resource belongs to
  • partition - the Partition of the resource
  • application_partition - the Partition of the application the resource belongs to

See Also