CREATE OR REPLACE PACKAGE TranslationUtilityImpl AS -- populate translation info for the base object PROCEDURE populateTranslationInfo(outcome out VARCHAR2); END TranslationUtilityImpl;