jcs_odf.drop_submit_frame

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

Summary

Drop a Submit Frame.

Note: Note that the Submit Frame is dropped in a recursive transaction that cannot be rolled back.

Specification

Copy
procedure drop_submit_frame(name in varchar2,
version in number default null,
partition in varchar2 default const.def_str)

Parameters

  • name - the name of the Submit Frame
  • version - the version number of the Submit Frame
  • partition - the partition of the Submit Frame

See Also