18 lines
501 B
Plaintext
18 lines
501 B
Plaintext
create or replace package efnow080$ 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;
|
|
PROCEDURE rule_startup( p_item_name_array IN owa_util.vc_arr DEFAULT efnow093$.g_vc_arr
|
|
, p_item_value_array IN owa_util.vc_arr DEFAULT efnow093$.g_vc_arr );
|
|
|
|
|
|
end;
|
|
/
|