jcs_odf.create_submit_frame_element

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

Summary

Create a Submit Frame element.

Specification

Copy
procedure create_submit_frame_element(submit_frame_name in varchar2,
element in number default const.def_num,
time_window_name in varchar2 default const.def_str,
every_minute in number default const.def_num,
every_day in number default const.def_num,
every_month in number default const.def_num,
original_time in varchar2 default const.jcs_no,
submit_frame_partition in varchar2 default const.def_str,
time_window_partition in varchar2 default const.def_str,
starttime in varchar2 default const.def_str,
timezone_name in varchar2 default const.def_str)

Parameters

  • submit_frame_name - name of the Submit Frame
  • element - number of the Submit Frame element
  • time_window_name - name of the Time Window during which the time element of the Submit Frame is valid
  • every_minute - interval in minutes (max 9999)
  • every_day - interval in days (max 9999)
  • every_month - interval in months (max 24)
  • original_time - use the original starting time of a job for every restart
  • submit_frame_partition - the partition of the Submit Frame
  • time_window_partition - partition of the Time Window during which the time element of the Submit Frame is valid
  • starttime - explicitly defined starttime - input format is 'HH:MI' (24-hours)
  • timezone_name - timezone in which starttime must be interpreted

Note: You can specify at most one of every_minute, every_day or every_month. If you want to use the 'EVERY OPENING OF' syntax all three of these elements must be null.

See Also