15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
create or replace package efnow120$ is
|
|
|
|
procedure Startup
|
|
;
|
|
procedure FirstPage(Z_DIRECT_CALL in boolean
|
|
|
|
);
|
|
procedure ShowAbout;
|
|
procedure TemplateHeader(Z_DIRECT_CALL in boolean,
|
|
Z_TEMPLATE_ID in number);
|
|
function GetRef return WSGOC.MODULE_REF;
|
|
|
|
end;
|
|
/
|