git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
21
Data/BulkLoad/EFT/Nominations/plsql/efnow099$.spc
Normal file
21
Data/BulkLoad/EFT/Nominations/plsql/efnow099$.spc
Normal file
@@ -0,0 +1,21 @@
|
||||
create or replace package efnow099$ is
|
||||
-- Author : LACEYK
|
||||
-- Created : 14/03/2007 15:32:45
|
||||
-- Purpose : View Commercial Confirmation Details
|
||||
|
||||
g_package_name VARCHAR2(15) := 'efnow099$';
|
||||
g_title CONSTANT VARCHAR2(100) := caco_utilities.get_module_text(2063); -- View Commercial Confirmation Details
|
||||
--
|
||||
PROCEDURE conf_css;
|
||||
--
|
||||
PROCEDURE startup( p_conf_id IN NUMBER
|
||||
, p_approved IN VARCHAR2 DEFAULT 'Y' );
|
||||
--
|
||||
PROCEDURE get_conf ( p_conf_id IN confirmations.conf_id%TYPE );
|
||||
--
|
||||
PROCEDURE get_time ( p_conf_id IN confirmations.conf_id%TYPE );
|
||||
--
|
||||
PROCEDURE get_utility;
|
||||
--
|
||||
end efnow099$;
|
||||
/
|
||||
Reference in New Issue
Block a user