jcs_odf.alter_application

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

Summary

Alter an application.

Specification

Copy
procedure alter_application(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 application
  • description - a description for the application
  • version - the version of the application
  • comment_text - a comment with the application
  • application_name - the name of the application this application belongs to (to create nested applications)
  • partition - the Partition of the application
  • application_partition - the Partition of the application this application belongs to (to create nested applications)

See Also