acs_messages_all
view as the
primary mechanism for message queries.
create or replace view acs_messages_all as
select m.message_id, m.reply_to, o.context_id, r.title, r.publish_date,
r.mime_type, r.content, o.creation_user
...
ACS Messaging provides the PL/SQL function acs_message.post to
add new messages.