oracle8.1.6 begin :1 := faq.new_q_and_a ( entry_id => :entry_id, context_id => :faq_id, faq_id=> :faq_id, question => :question, answer => :answer, sort_key => :sort_key, creation_user => :user_id, creation_ip => :creation_ip ); end;