Commit cdf508aa authored by ppatro's avatar ppatro

sqls pophel wms


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92016 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 812e3587
...@@ -33904,5 +33904,97 @@ field="part_qty">no_art == "null" || no_art == "0" || no_art == ...@@ -33904,5 +33904,97 @@ field="part_qty">no_art == "null" || no_art == "0" || no_art ==
""</SCAN_CONDITION></SCAN_INFO>' ""</SCAN_CONDITION></SCAN_INFO>'
where win_name ='w_porcp_wiz' and form_no = 3; where win_name ='w_porcp_wiz' and form_no = 3;
delete from pophelp where field_name='TRAN_ID__HOLD';
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 (
'TRAN_ID__HOLD',
'W_INV_HOLD_REL',
'select ihold.tran_id, ihold.lock_code, ilock.descr from inv_hold ihold ,inv_lock ilock, inv_hold_det ihdet where ihold.lock_code = ilock.lock_code and ihold.tran_id = ihdet.tran_id and ihold.confirmed = ''Y'' and ihdet.HOLD_STATUS <> ''R'' and ihold.lock_code = ilock.lock_code order by ihold.tran_id ;',
'inv_hold_rel',
NULL,
0,
0,
TO_DATE('8-05-2012 13:26:02','DD-MM-YYYY HH24:MI:SS'),
'Gulzar ',
'BASE ',
'1',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL);
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 (
'TRAN_ID__HOLD',
'W_INV_HOLD_REL_GEN',
'select ihold.tran_id, ihold.lock_code, ilock.descr from inv_hold ihold ,inv_lock ilock, inv_hold_det ihdet where ihold.lock_code = ilock.lock_code and ihold.tran_id = ihdet.tran_id and ihold.confirmed = ''Y'' and ihdet.HOLD_STATUS <> ''R'' and ihold.lock_code = ilock.lock_code order by ihold.tran_id ;',
'''inv_hold_rel_gen',
NULL,
0,
0,
TO_DATE('8-05-2012 13:26:02','DD-MM-YYYY HH24:MI:SS'),
'Pragyan ',
'base ',
'1',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL);
commit; 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