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
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
- jcs_odf.create_submit_frame
- jcs_odf.alter_submit_frame
- jcs_odf.create_submit_frame_element
- jcs_odf.drop_submit_frame_element
plsqlTopic
onsiteTopic