PL/SQL API jcs_odf.alter_time_window
Summary
Alter a time window.
Specification
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
See Also
- jcs_odf.create_time_window
- jcs_odf.drop_time_window
- jcs_odf.create_time_window_element
- jcs_odf.drop_time_window_element
plsqlTopic
onsiteTopic