Commit ce8a8079 authored by rbhogale's avatar rbhogale

Changed by Rohan on 30-03-13 for consolidation process


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92906 ce508802-f39f-4f6c-b175-0d175dae99d5
parent af28eff1
...@@ -52,8 +52,8 @@ ...@@ -52,8 +52,8 @@
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>3</alignment> <alignment>1</alignment>
<text>Pick Ticket Control No</text> <text>Pick Ticket Control No:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>51</x> <x>51</x>
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>wave_id_t</name> <name>ptcn_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -96,8 +96,8 @@ ...@@ -96,8 +96,8 @@
<name>ptcn</name> <name>ptcn</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
......
...@@ -37762,6 +37762,56 @@ VALUES ( ...@@ -37762,6 +37762,56 @@ VALUES (
commit; commit;
commit; commit;
---Chnaged by Rohan Message change 30/03/13 ----
INSERT INTO pophelp (
field_name,
mod_name,
sql_str,
dw_object,
msg_title,
width,
height,
chg_date,
chg_user,
chg_term,
dist_opt,
filter_string,
sql_input,
default_col,
pop_align,
query_mode,
page_context,
pophelp_cols,
pophelp_source,
multi_opt,
help_option)
VALUES (
'PTCN',
'W_CONSOLIDATE',
'SELECT DISTINCT WTD.PTCN AS PTCN , WTD.WAVE_ID AS WAVE_ID FROM WAVE_TASK WT, WAVE_TASK_DET WTD, DESPATCH D WHERE WT.CANCEL <> ''Y'' AND WT.HOLD_STATUS <> ''Y'' AND WTD.STATUS <> ''Y'' AND WTD.WAVE_STATUS <> ''C'' AND WTD.REF_ID = D.DESP_ID AND D.CONFIRMED <> ''Y''',
NULL,
'PTCN',
0,
0,
fn_sysdate(),
'Rohan',
'Rohan',
'0',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL);
commit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment