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,17 @@
CREATE OR REPLACE PACKAGE EFT_NOM.role_access IS
--
-- Version Information
--
g_header CONSTANT VARCHAR2(160) := '$Header: /Isle Of Grain/database/PLSQL/role_access.pck 1 7/01/05 12:54 Gilberta $';
g_revision CONSTANT VARCHAR2(160) := '$Revision: 1 $';
--
FUNCTION lineage(p_syop_id system_options.syop_id%TYPE) RETURN VARCHAR2;
--
PROCEDURE startup(p_syop_id IN NUMBER DEFAULT NULL
,p_sypr_id IN NUMBER DEFAULT NULL
,p_function IN VARCHAR2 DEFAULT NULL
,p_readonly IN VARCHAR2 DEFAULT 'N');
--
END role_access;
/