git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
397
Data/BulkLoad/EFT/Nominations/plsql/efnow096$.bdy
Normal file
397
Data/BulkLoad/EFT/Nominations/plsql/efnow096$.bdy
Normal file
@@ -0,0 +1,397 @@
|
||||
create or replace package body eft_nom.EFNOW096$ is
|
||||
|
||||
PROCEDURE view_nom_confirmation_css IS
|
||||
BEGIN
|
||||
htp.p('
|
||||
.viewConfTable {
|
||||
border : 1px solid;
|
||||
}
|
||||
|
||||
.viewConfGasDayTH {
|
||||
background-color : #F21C0A;
|
||||
text-align : center;
|
||||
width : 150px;
|
||||
font-weight : normal;
|
||||
border-style : none;
|
||||
height : 16px;
|
||||
}
|
||||
|
||||
.viewConfIdTH {
|
||||
background-color : #F21C0A;
|
||||
text-align : center;
|
||||
width : 150px;
|
||||
font-weight : normal;
|
||||
border-style : none;
|
||||
height : 16px;
|
||||
}
|
||||
|
||||
.viewConfTR1 {
|
||||
background-color : #FEFFE8;
|
||||
text-align : left;
|
||||
border-style : none;
|
||||
}
|
||||
|
||||
.viewConfTR2 {
|
||||
background-color : #F2FEFF;
|
||||
text-align : left;
|
||||
border-style : none;
|
||||
}
|
||||
');
|
||||
END view_nom_confirmation_css;
|
||||
|
||||
PROCEDURE nomconf1 IS
|
||||
BEGIN
|
||||
--
|
||||
-- htp.p('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
|
||||
-- htp.p('<html xmlns="http://www.w3.org/1999/xhtml" lang="en-gb">');
|
||||
wsgl.openpagehead(g_title);
|
||||
wsgl.metatag;
|
||||
htp.p('<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><LINK REL=stylesheet HREF="caco_system.css?p_type=content" >');
|
||||
htp.p(' <link rel="stylesheet" media="all" type="text/css" href="'||g_package_name||'.view_nom_confirmation_css" />');
|
||||
--
|
||||
caco_system.clock_js;
|
||||
--
|
||||
wsgl.closepagehead;
|
||||
wsgl.openpagebody(FALSE);
|
||||
htp.p(caco_system.menu);
|
||||
--
|
||||
htp.p('
|
||||
|
||||
<div style="margin:15px;">
|
||||
|
||||
<h2>View Commercial Confirmation Details</h2>
|
||||
|
||||
<div id="validNomListDiv">
|
||||
|
||||
<table class="viewConfTable">
|
||||
<tr>
|
||||
<th class="viewConfGasDayTH">Gas Day</th>
|
||||
<th class="viewConfIdTH">Nomination Id</th>
|
||||
</tr>
|
||||
<tr class="viewConfTR1" id="row01">
|
||||
<td>30/12/2006</td>
|
||||
<td>12728934902</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-decoration:underline;"><b>Confirmation Contents</b></p>
|
||||
|
||||
<p>
|
||||
/SUBJECT: Commercial Confirmation of Nominations (<28>G<EFBFBD>Z-D<>G<EFBFBD>Z)/Fogyaszt<7A>i ig<69>ny visszaigazol<6F>sa (<28>G<EFBFBD>Z-D<>G<EFBFBD>Z)
|
||||
</p>
|
||||
<p>Dear Customer,</p>
|
||||
<p>
|
||||
You will find in the attachment your Commercial Confirmation as a confirmation of the reception of your nomination as well as the commercially acknowledged demands at the network points you are concerned on the specified gas day.
|
||||
</p>
|
||||
<p>Regards</p>
|
||||
<p>E.ON F<>ldg<64>z Trade Zrt.</p>
|
||||
|
||||
<input type="button" value="View Nomination Values" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
');
|
||||
END nomconf1;
|
||||
|
||||
PROCEDURE nomconf2 IS
|
||||
BEGIN
|
||||
--
|
||||
-- htp.p('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
|
||||
-- htp.p('<html xmlns="http://www.w3.org/1999/xhtml" lang="en-gb">');
|
||||
wsgl.openpagehead(g_title);
|
||||
wsgl.metatag;
|
||||
htp.p('<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><LINK REL=stylesheet HREF="caco_system.css?p_type=content" >');
|
||||
htp.p(' <link rel="stylesheet" media="all" type="text/css" href="'||g_package_name||'.view_nom_confirmation_css" />');
|
||||
--
|
||||
caco_system.clock_js;
|
||||
--
|
||||
wsgl.closepagehead;
|
||||
wsgl.openpagebody(FALSE);
|
||||
htp.p(caco_system.menu);
|
||||
--
|
||||
htp.p('
|
||||
|
||||
<div style="margin:15px;">
|
||||
|
||||
<h2>View Commercial Confirmation Details</h2>
|
||||
|
||||
<div id="validNomListDiv">
|
||||
|
||||
<table class="viewConfTable">
|
||||
<tr>
|
||||
<th class="viewConfGasDayTH">Gas Day</th>
|
||||
<th class="viewConfIdTH">Nomination Id</th>
|
||||
</tr>
|
||||
<tr class="viewConfTR1" id="row01">
|
||||
<td>31/12/2006</td>
|
||||
<td>12669346903</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-decoration:underline;"><b>Confirmation Contents</b></p>
|
||||
|
||||
<p>
|
||||
/SUBJECT: Commercial Confirmation of Nominations (<28>G<EFBFBD>Z-D<>G<EFBFBD>Z)/Fogyaszt<7A>i ig<69>ny visszaigazol<6F>sa (<28>G<EFBFBD>Z-D<>G<EFBFBD>Z)
|
||||
</p>
|
||||
<p>Dear Customer,</p>
|
||||
<p>
|
||||
You will find in the attachment your Commercial Confirmation as a confirmation of the reception of your nomination as well as the commercially acknowledged demands at the network points you are concerned on the specified gas day.
|
||||
</p>
|
||||
<p>Regards</p>
|
||||
<p>E.ON F<>ldg<64>z Trade Zrt.</p>
|
||||
|
||||
<input type="button" value="View Nomination Values" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
');
|
||||
END nomconf2;
|
||||
|
||||
|
||||
|
||||
PROCEDURE nomconf3 IS
|
||||
BEGIN
|
||||
--
|
||||
-- htp.p('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
|
||||
-- htp.p('<html xmlns="http://www.w3.org/1999/xhtml" lang="en-gb">');
|
||||
wsgl.openpagehead(g_title);
|
||||
wsgl.metatag;
|
||||
htp.p('<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><LINK REL=stylesheet HREF="caco_system.css?p_type=content" >');
|
||||
htp.p(' <link rel="stylesheet" media="all" type="text/css" href="'||g_package_name||'.view_nom_confirmation_css" />');
|
||||
--
|
||||
caco_system.clock_js;
|
||||
--
|
||||
wsgl.closepagehead;
|
||||
wsgl.openpagebody(FALSE);
|
||||
htp.p(caco_system.menu);
|
||||
--
|
||||
htp.p('
|
||||
|
||||
<div style="margin:15px;">
|
||||
|
||||
<h2>View Commercial Confirmation Details</h2>
|
||||
|
||||
<div id="validNomListDiv">
|
||||
|
||||
<table class="viewConfTable">
|
||||
<tr>
|
||||
<th class="viewConfGasDayTH">Gas Day</th>
|
||||
<th class="viewConfIdTH">Nomination Id</th>
|
||||
</tr>
|
||||
<tr class="viewConfTR1" id="row01">
|
||||
<td>01/01/2007</td>
|
||||
<td>13225046901</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-decoration:underline;"><b>Confirmation Contents</b></p>
|
||||
|
||||
<p>
|
||||
/SUBJECT: Commercial Confirmation of Nominations (<28>G<EFBFBD>Z-D<>G<EFBFBD>Z)/Fogyaszt<7A>i ig<69>ny visszaigazol<6F>sa (<28>G<EFBFBD>Z-D<>G<EFBFBD>Z)
|
||||
</p>
|
||||
<p>Dear Customer,</p>
|
||||
<p>
|
||||
You will find in the attachment your Commercial Confirmation as a confirmation of the reception of your nomination as well as the commercially acknowledged demands at the network points you are concerned on the specified gas day.
|
||||
</p>
|
||||
<p>Regards</p>
|
||||
<p>E.ON F<>ldg<64>z Trade Zrt.</p>
|
||||
|
||||
<input type="button" value="View Nomination Values" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
');
|
||||
END nomconf3;
|
||||
|
||||
|
||||
|
||||
PROCEDURE nomconf4 IS
|
||||
BEGIN
|
||||
--
|
||||
-- htp.p('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
|
||||
-- htp.p('<html xmlns="http://www.w3.org/1999/xhtml" lang="en-gb">');
|
||||
wsgl.openpagehead(g_title);
|
||||
wsgl.metatag;
|
||||
htp.p('<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><LINK REL=stylesheet HREF="caco_system.css?p_type=content" >');
|
||||
htp.p(' <link rel="stylesheet" media="all" type="text/css" href="'||g_package_name||'.view_nom_confirmation_css" />');
|
||||
--
|
||||
caco_system.clock_js;
|
||||
--
|
||||
wsgl.closepagehead;
|
||||
wsgl.openpagebody(FALSE);
|
||||
htp.p(caco_system.menu);
|
||||
--
|
||||
htp.p('
|
||||
|
||||
<div style="margin:15px;">
|
||||
|
||||
<h2>View Commercial Confirmation Details</h2>
|
||||
|
||||
<div id="validNomListDiv">
|
||||
|
||||
<table class="viewConfTable">
|
||||
<tr>
|
||||
<th class="viewConfGasDayTH">Gas Day</th>
|
||||
<th class="viewConfIdTH">Nomination Id</th>
|
||||
</tr>
|
||||
<tr class="viewConfTR1" id="row01">
|
||||
<td>02/01/2007</td>
|
||||
<td>13358934690</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-decoration:underline;"><b>Confirmation Contents</b></p>
|
||||
|
||||
<p>
|
||||
/SUBJECT: Commercial Confirmation of Nominations (<28>G<EFBFBD>Z-D<>G<EFBFBD>Z)/Fogyaszt<7A>i ig<69>ny visszaigazol<6F>sa (<28>G<EFBFBD>Z-D<>G<EFBFBD>Z)
|
||||
</p>
|
||||
<p>Dear Customer,</p>
|
||||
<p>
|
||||
You will find in the attachment your Commercial Confirmation as a confirmation of the reception of your nomination as well as the commercially acknowledged demands at the network points you are concerned on the specified gas day.
|
||||
</p>
|
||||
<p>Regards</p>
|
||||
<p>E.ON F<>ldg<64>z Trade Zrt.</p>
|
||||
|
||||
<input type="button" value="View Nomination Values" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
');
|
||||
END nomconf4;
|
||||
|
||||
|
||||
PROCEDURE nomconf5 IS
|
||||
BEGIN
|
||||
--
|
||||
-- htp.p('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
|
||||
-- htp.p('<html xmlns="http://www.w3.org/1999/xhtml" lang="en-gb">');
|
||||
wsgl.openpagehead(g_title);
|
||||
wsgl.metatag;
|
||||
htp.p('<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><LINK REL=stylesheet HREF="caco_system.css?p_type=content" >');
|
||||
htp.p(' <link rel="stylesheet" media="all" type="text/css" href="'||g_package_name||'.view_nom_confirmation_css" />');
|
||||
--
|
||||
caco_system.clock_js;
|
||||
--
|
||||
wsgl.closepagehead;
|
||||
wsgl.openpagebody(FALSE);
|
||||
htp.p(caco_system.menu);
|
||||
--
|
||||
htp.p('
|
||||
|
||||
<div style="margin:15px;">
|
||||
|
||||
<h2>View Commercial Confirmation Details</h2>
|
||||
|
||||
<div id="validNomListDiv">
|
||||
|
||||
<table class="viewConfTable">
|
||||
<tr>
|
||||
<th class="viewConfGasDayTH">Gas Day</th>
|
||||
<th class="viewConfIdTH">Nomination Id</th>
|
||||
</tr>
|
||||
<tr class="viewConfTR1" id="row01">
|
||||
<td>03/01/2007</td>
|
||||
<td>13566534690</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-decoration:underline;"><b>Confirmation Contents</b></p>
|
||||
|
||||
<p>
|
||||
/SUBJECT: Commercial Confirmation of Nominations (<28>G<EFBFBD>Z-D<>G<EFBFBD>Z)/Fogyaszt<7A>i ig<69>ny visszaigazol<6F>sa (<28>G<EFBFBD>Z-D<>G<EFBFBD>Z)
|
||||
</p>
|
||||
<p>Dear Customer,</p>
|
||||
<p>
|
||||
You will find in the attachment your Commercial Confirmation as a confirmation of the reception of your nomination as well as the commercially acknowledged demands at the network points you are concerned on the specified gas day.
|
||||
</p>
|
||||
<p>Regards</p>
|
||||
<p>E.ON F<>ldg<64>z Trade Zrt.</p>
|
||||
|
||||
<input type="button" value="View Nomination Values" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
');
|
||||
END nomconf5;
|
||||
|
||||
|
||||
PROCEDURE startup IS
|
||||
BEGIN
|
||||
--
|
||||
-- htp.p('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
|
||||
-- htp.p('<html xmlns="http://www.w3.org/1999/xhtml" lang="en-gb">');
|
||||
wsgl.openpagehead(g_title);
|
||||
wsgl.metatag;
|
||||
htp.p('<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><LINK REL=stylesheet HREF="caco_system.css?p_type=content" >');
|
||||
htp.p(' <link rel="stylesheet" media="all" type="text/css" href="'||g_package_name||'.view_nom_confirmation_css" />');
|
||||
--
|
||||
caco_system.clock_js;
|
||||
--
|
||||
wsgl.closepagehead;
|
||||
wsgl.openpagebody(FALSE);
|
||||
htp.p(caco_system.menu);
|
||||
--
|
||||
htp.p('
|
||||
<div style="margin:15px;">
|
||||
|
||||
<h2>View Commercial Confirmations</h2>
|
||||
|
||||
<div id="validNomListDiv">
|
||||
|
||||
<table class="viewConfTable">
|
||||
<tr>
|
||||
<th class="viewConfGasDayTH">Gas Day</th>
|
||||
<th class="viewConfIdTH">Nomination Id</th>
|
||||
</tr>
|
||||
<tr class="viewConfTR1" id="row01">
|
||||
<td><a href="http://loordv01/pls/eftnom/efnow096$.nomconf1">30/12/2006</a></td>
|
||||
<td>12728934902</td>
|
||||
</tr>
|
||||
<tr class="viewConfTR2" id="row02">
|
||||
<td><a href="http://loordv01/pls/eftnom/efnow096$.nomconf2">31/12/2006</a></td>
|
||||
<td>12669346903</td>
|
||||
</tr>
|
||||
<tr class="viewConfTR1" id="row03">
|
||||
<td><a href="http://loordv01/pls/eftnom/efnow096$.nomconf3">01/01/2007</a></td>
|
||||
<td>13225046901</td>
|
||||
</tr>
|
||||
<tr class="viewConfTR2" id="row04">
|
||||
<td><a href="http://loordv01/pls/eftnom/efnow096$.nomconf4">02/01/2007</a></td>
|
||||
<td>13358934690</td>
|
||||
</tr>
|
||||
<tr class="viewConfTR1" id="row05">
|
||||
<td><a href="http://loordv01/pls/eftnom/efnow096$.nomconf5">03/01/2007</a></td>
|
||||
<td>13566534690</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
');
|
||||
END startup;
|
||||
|
||||
|
||||
begin
|
||||
-- Initialization
|
||||
NULL;
|
||||
end EFNOW096$;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user