I have 2 DB link. One is the default. Currently, I have,
CREATE OR REPLACE procedure SP_MySP(Params); is begin PackageName.Object (Params); end; /