PL/SQL API jcs_odf.alter_submit_frame
Summary
Alter a submit frame.
Specification
procedure alter_submit_frame(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 submit frame
- description - a description for the submit frame
- version - the version number of the submit frame
- comment_text - a text with comments on the submit frame
- application_name - the name of the application the submit frame belongs to
- partition - the partition of the submit frame
- application_partition - the partition of the application the submit frame belongs to
See Also
- jcs_odf.create_submit_frame
- jcs_odf.drop_submit_frame
- jcs_odf.create_submit_frame_element
- jcs_odf.drop_submit_frame_element
plsqlTopic
onsiteTopic