Commit 8d86f1da authored by ppatro's avatar ppatro

sqls pophel wms


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92017 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cdf508aa
...@@ -33931,7 +33931,7 @@ INSERT INTO POPHELP ( ...@@ -33931,7 +33931,7 @@ INSERT INTO POPHELP (
VALUES ( VALUES (
'TRAN_ID__HOLD', 'TRAN_ID__HOLD',
'W_INV_HOLD_REL', '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 ;', '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', 'inv_hold_rel',
NULL, NULL,
0, 0,
...@@ -33975,7 +33975,7 @@ INSERT INTO POPHELP ( ...@@ -33975,7 +33975,7 @@ INSERT INTO POPHELP (
VALUES ( VALUES (
'TRAN_ID__HOLD', 'TRAN_ID__HOLD',
'W_INV_HOLD_REL_GEN', '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 ;', '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', '''inv_hold_rel_gen',
NULL, NULL,
0, 0,
...@@ -33995,6 +33995,8 @@ INSERT INTO POPHELP ( ...@@ -33995,6 +33995,8 @@ INSERT INTO POPHELP (
NULL, NULL,
NULL); NULL);
COMMIT;
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