git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493

This commit is contained in:
andrew.gilmore
2012-03-19 11:57:19 +00:00
parent 2a0f4900c3
commit 0e9ca75d77
1587 changed files with 500863 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
create or replace package efnow055$ 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 contract_values_ro( p_contract_id IN NUMBER
, p_page_no IN NUMBER DEFAULT 1
, p_success IN VARCHAR2 DEFAULT 'N'
, p_error IN VARCHAR2 DEFAULT 'N'
, p_err_msg IN VARCHAR2 DEFAULT NULL
, p_cnppv_id IN owa_util.vc_arr DEFAULT efnow092$.g_vc_arr
, p_value IN owa_util.vc_arr DEFAULT efnow092$.g_vc_arr
, p_data_error IN owa_util.vc_arr DEFAULT efnow092$.g_vc_arr );
end;
/