jcs_odf.alter_time_window
PL/SQL API jcs_odf.alter_time_window
Summary
Alter a Time Window.
Specification
Copy
procedure alter_time_window(name in varchar2,
description in varchar2 default const.def_str,
resource_cost in number default const.def_num,
version in number default null,
comment_text in varchar2 default const.def_str,
application_name in varchar2 default const.def_str,
timezone_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 Time Window
- description - a description of the Time Window
- resource_cost - a user defined billable cost per CPU-second spent in the Queue (obsolete, the value will not be stored)
- version - the version number of the Time Window
- comment_text - a comment text with the Time Window
- application_name - the name of the application the Time Window belongs to
- timezone_name - the timezone this Time Window should be interpreted in (if it is not defined the context will determine the timezone)
- partition - the Partition of the Time Window
- application_partition - the Partition of the application the Time Window belongs to