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/amut_adhoc.spc
Normal file
37
Data/BulkLoad/EFT/Nominations/plsql/amut_adhoc.spc
Normal file
@@ -0,0 +1,37 @@
|
||||
CREATE OR REPLACE PACKAGE EFT_NOM.amut_adhoc IS
|
||||
/**
|
||||
#############################################################################
|
||||
# #
|
||||
# Package: amut_adhoc #
|
||||
# #
|
||||
# Application System: General #
|
||||
# #
|
||||
# Creation Date: 17/10/2006 #
|
||||
# #
|
||||
# Author: Oracle Team, Advantica Ltd #
|
||||
# #
|
||||
# Purpose: A flexible reporting infrastructure providing output #
|
||||
# in HTML #
|
||||
# #
|
||||
# Dependancies: Reporting Schema as defined in Designer #
|
||||
# #
|
||||
# Header Information: $Header: $ #
|
||||
# #
|
||||
# Revision: $Revision: 1 $ #
|
||||
# #
|
||||
# ? Advantica Ltd, 2006 #
|
||||
#############################################################################
|
||||
*/
|
||||
--
|
||||
-- Public type declarations
|
||||
--
|
||||
g_package_name CONSTANT VARCHAR2(15) := 'amut_adhoc';
|
||||
--
|
||||
/**
|
||||
-- Procedure to return ad-hoc reporting screen
|
||||
*/
|
||||
PROCEDURE reporting;
|
||||
--
|
||||
END amut_adhoc;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user