git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
37
Data/BulkLoad/EFT/Nominations/plsql/efnow201$.spc
Normal file
37
Data/BulkLoad/EFT/Nominations/plsql/efnow201$.spc
Normal file
@@ -0,0 +1,37 @@
|
||||
CREATE OR REPLACE PACKAGE efnow201$ IS
|
||||
|
||||
-- Author : PABARIS
|
||||
-- Created : 08/11/2007 15:16:41
|
||||
-- Purpose : Maintain Interruption Types screen
|
||||
--
|
||||
g_title CONSTANT VARCHAR2(50) := 'Maintain Interruption Types';
|
||||
g_header CONSTANT VARCHAR2(160) := '$Header: $';
|
||||
g_revision CONSTANT VARCHAR2(160) := '$Revision: $';
|
||||
g_package_name VARCHAR2(30) := 'efnow200$201';
|
||||
g_date_format CONSTANT VARCHAR2(20) := NVL(cout_system_configuration.get_configuration_item('g_date_format')
|
||||
,'DD/MM/YYYY');
|
||||
g_empty_vc_array owa_util.vc_arr;
|
||||
--
|
||||
PROCEDURE inty_css;
|
||||
--
|
||||
PROCEDURE inty_js;
|
||||
--
|
||||
PROCEDURE startup(p_inty_id IN VARCHAR2 DEFAULT NULL
|
||||
, p_int_type_code IN VARCHAR2 DEFAULT NULL
|
||||
, p_description IN VARCHAR2 DEFAULT NULL
|
||||
, p_cate_id IN VARCHAR2 DEFAULT NULL
|
||||
, p_ins_or_upd IN VARCHAR2 DEFAULT 'INSERT'
|
||||
, p_action IN VARCHAR2 DEFAULT NULL
|
||||
, p_min_date IN VARCHAR2 DEFAULT NULL
|
||||
, p_conp_id IN owa_util.vc_arr DEFAULT g_empty_vc_array
|
||||
, p_max_int IN owa_util.vc_arr DEFAULT g_empty_vc_array
|
||||
, p_max_int_days IN owa_util.vc_arr DEFAULT g_empty_vc_array
|
||||
, p_max_int_len IN owa_util.vc_arr DEFAULT g_empty_vc_array
|
||||
);
|
||||
--
|
||||
-- FUNCTION about
|
||||
-- Returns the version number and VSS header for this package
|
||||
FUNCTION about RETURN VARCHAR2;
|
||||
--
|
||||
END efnow201$;
|
||||
/
|
||||
Reference in New Issue
Block a user