jcs_odf.create_submit_frame

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

Summary

Create a Submit Frame.

Note: Note that an empty Submit Frame is never open. Add "open" periods using jcs_odf.create_submit_frame_element.

Specification

Copy
procedure create_submit_frame(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 Submit Frame
  • description - a description for 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