git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
56
Data/BulkLoad/EFT/Nominations/plsql/lihp_home_page.spc
Normal file
56
Data/BulkLoad/EFT/Nominations/plsql/lihp_home_page.spc
Normal file
@@ -0,0 +1,56 @@
|
||||
CREATE OR REPLACE PACKAGE EFT_NOM.
|
||||
/*
|
||||
) 2005 Advantica Ltd
|
||||
*/
|
||||
lihp_home_page IS
|
||||
|
||||
/**
|
||||
-- Purpose : Produce Home Page Information
|
||||
-- #version $Revision: $
|
||||
-- #author $Author: $
|
||||
-- Created : 29/11/2005 15:35:34
|
||||
*/
|
||||
|
||||
/*
|
||||
$Header: $ Logfile, Revision, Date, Author
|
||||
|
||||
29/11/2005: $ Date and time of last checkin
|
||||
$Modtime: $ Date and time of last modification
|
||||
|
||||
$History: $
|
||||
*/
|
||||
|
||||
g_start_date DATE := (TRUNC(SYSDATE) - 7) + (cout_system_configuration.get_configuration_item('GAS_DAY_OFFSET')/24);
|
||||
g_end_date DATE := (TRUNC(SYSDATE) + 7) + (cout_system_configuration.get_configuration_item('GAS_DAY_OFFSET')/24);
|
||||
g_curr_day DATE := cout_dates.convert_date_to_gas_day(p_date => SYSDATE);
|
||||
--
|
||||
g_package_name VARCHAR2(30) := 'lihp_home_page';
|
||||
--
|
||||
-- Collection type
|
||||
--
|
||||
--
|
||||
--
|
||||
PROCEDURE hotlinks;
|
||||
--
|
||||
--
|
||||
--
|
||||
PROCEDURE bulletins;
|
||||
--
|
||||
--
|
||||
--
|
||||
PROCEDURE homepage_showimage;
|
||||
PROCEDURE homepage_barchart;
|
||||
--
|
||||
PROCEDURE homepage_piechart;
|
||||
--
|
||||
PROCEDURE homepage_table;
|
||||
--
|
||||
PROCEDURE edit_homepage;
|
||||
--
|
||||
-- return identification string from the source control system
|
||||
--
|
||||
FUNCTION about RETURN VARCHAR2;
|
||||
--
|
||||
END lihp_home_page;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user