Files
mip/Data/BulkLoad/EFT/Nominations/plsql/wsgmc_output2.spc

10 lines
286 B
Plaintext

create or replace package eft_nom.WSGMC_OUTPUT2 is
-- make sure we don't keep this around after a call
pragma SERIALLY_REUSABLE;
procedure Before (pRef in WSGOC.COMPONENT_REF, pDepth in number);
procedure After (pRef in WSGOC.COMPONENT_REF, pDepth in number);
end;
/