PL/SQL API jcs_odf.create_application
Summary
Create an application.
Specification
procedure create_application(name in varchar2,
description in varchar2 default const.def_str,
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
- 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
plsqlTopic
onsiteTopic