git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
30
Data/BulkLoad/EFT/Nominations/plsql/efnow210$intz.spc
Normal file
30
Data/BulkLoad/EFT/Nominations/plsql/efnow210$intz.spc
Normal file
@@ -0,0 +1,30 @@
|
||||
CREATE OR REPLACE PACKAGE efnow210$intz IS
|
||||
|
||||
-- Author : GILBERTA
|
||||
-- Created : 29/11/2007 15:13:59
|
||||
-- Purpose :
|
||||
|
||||
g_vc_arr owa_util.vc_arr;
|
||||
|
||||
PROCEDURE action ( p_action IN VARCHAR2
|
||||
, p_int_id IN interruptions.int_id%TYPE DEFAULT NULL
|
||||
, p_int_code IN VARCHAR2 DEFAULT NULL
|
||||
, p_int_start IN VARCHAR2 DEFAULT NULL
|
||||
, p_int_end IN VARCHAR2 DEFAULT NULL
|
||||
, p_int_notes IN interruptions.notes%TYPE DEFAULT NULL
|
||||
, p_iccv_id IN owa_util.vc_arr DEFAULT g_vc_arr
|
||||
, p_iccv_val IN owa_util.vc_arr DEFAULT g_vc_arr
|
||||
, p_checkbox IN owa_util.vc_arr DEFAULT g_vc_arr
|
||||
, p_intm_id IN interruption_templates.intm_id%TYPE DEFAULT NULL
|
||||
);
|
||||
PROCEDURE load_template ( p_int_id IN interruptions.int_id%TYPE DEFAULT NULL
|
||||
, p_intm_id IN interruption_templates.intm_id%TYPE DEFAULT NULL
|
||||
, p_action IN VARCHAR2 DEFAULT NULL
|
||||
);
|
||||
PROCEDURE css;
|
||||
|
||||
PROCEDURE js;
|
||||
|
||||
|
||||
END efnow210$intz;
|
||||
/
|
||||
Reference in New Issue
Block a user