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,22 @@
CREATE OR REPLACE PACKAGE EFT_NOM.saco_licensing IS
-- Author : GILBERTA
-- Created : 24/07/03 11:11:05
-- Purpose : Maintain and validate licensing information
FUNCTION status_line (p_css_class IN VARCHAR2 DEFAULT 'splashtagline') RETURN VARCHAR2;
FUNCTION check_license RETURN BOOLEAN;
FUNCTION check_users RETURN BOOLEAN;
FUNCTION create_syus_check RETURN BOOLEAN;
PROCEDURE call_license_form;
PROCEDURE show_license_form(p_embedded IN BOOLEAN DEFAULT FALSE
,p_license_key IN VARCHAR2 DEFAULT NULL);
END saco_licensing;
/