CREATE OR REPLACE PACKAGE xml_claim AS PROCEDURE store( doc xmldom.DOMDocument ); PROCEDURE store( claimdoc CLOB ); END;