Post_Event_Message

The Post_Event_Message procedure automatically creates an application message with the supplied message body record attached as an XML document. The XML document is temporarily stored in a text column and is therefore not visible in the Solution Manager client. 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 type_record_,
   class_id_            IN VARCHAR2 );

Parameters   

application_message_
    An application_message record.

class_id_
    Value is EVENT_MSG.

Example

SQL>set serverout on
SQL>
PL/SQL procedure successfully completed.