Commit ec85e11e authored by dpawar's avatar dpawar

change table name in trigger


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98218 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cf093ae6
...@@ -54,7 +54,7 @@ DECLARE ...@@ -54,7 +54,7 @@ DECLARE
BEGIN BEGIN
begin begin
select count(*) into ll_consReplCnt from wave_task_det d,wave_task h,pack_det p where d.ref_id = p.tran_id and d.wave_id = h.wave_id and p.tran_id = :new.tran_id and h.consolidate_repl ='Y'; select count(*) into ll_consReplCnt from wave_task_det d,wave_task h,pack_hdr p where d.ref_id = p.tran_id and d.wave_id = h.wave_id and p.tran_id = :new.tran_id and h.consolidate_repl ='Y';
IF (ll_consReplCnt > 0 ) THEN IF (ll_consReplCnt > 0 ) THEN
ll_pickcount := 0; ll_pickcount := 0;
......
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