jcs_odf.create_event

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

Summary

Create an event.

Specification

Copy
procedure create_event(name in varchar2,
description in varchar2 default const.def_str,
comment_text in varchar2 default const.def_str,
application_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 event
  • description - a description for the event
  • comment_text - a comment with the event
  • application_name - the name of the application the event belongs to
  • partition - the Partition of the event
  • application_partition - the Partition of the application the event belongs to

See Also