10 lines
286 B
Plaintext
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;
|
|
/
|
|
|