git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
9
Data/BulkLoad/EFT/Nominations/plsql/wsgmc_output2.spc
Normal file
9
Data/BulkLoad/EFT/Nominations/plsql/wsgmc_output2.spc
Normal file
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user