Post_Event_Message¶
The Post_Event_Message procedure automatically creates an application message with the supplied message body record or document attached as an XML document. The XML document is stored in a text column. The message is entered into the NOTIFICATIONS queue. When the message is processed in the application server the final routing is done and XML document is moved to the binary body.
NOTE: This procedure is specifically created for the event functionality in Command_SYS and must NOT be called from other PL/SQL packages.
Procedure Post_Event_Message (
application_message_ IN OUT <one of: type_record_ or Plsqlap_Document_API.Document>,
class_id_ IN VARCHAR2 DEFAULT NULL); -- obsolete argument
Parameters¶
application_message_
An Application Message record or document.
class_id_
Obsolete argument. Message function is set to 'EVENT_MSG'.
Example¶
` `