Commit c9728d7f authored by ppatro's avatar ppatro

changed by pragyan on confirmation spliting


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92728 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b8fc7af9
...@@ -538,7 +538,7 @@ public class ReplIssConf extends ActionHandlerEJB implements ReplIssConfRemote, ...@@ -538,7 +538,7 @@ public class ReplIssConf extends ActionHandlerEJB implements ReplIssConfRemote,
sql = "SELECT * FROM PICK_ORD_DET P WHERE P.REPL_ORDER = ? AND P.LINE_NO__REPL =? " sql = "SELECT * FROM PICK_ORD_DET P WHERE P.REPL_ORDER = ? AND P.LINE_NO__REPL =? "
+ " AND FN_IS_VALID_PICK_ORDER(P.PICK_ORDER) = 'Y' " + " AND FN_IS_VALID_PICK_ORDER(P.PICK_ORDER) = 'Y' "
+ " UNION ALL " + " UNION ALL "
+ " SELECT * FROM PICK_ORD_DET WHERE (REPL_ORDER, LINE_NO__REPL) IN " + " SELECT * FROM PICK_ORD_DET WHERE (REPL_ORDER, LINE_NO__REPL) IN ( "
+ " SELECT REPL_ORDER , LINE_NO FROM REPL_ORD_DET WHERE PICK_ORDER = ? AND LINE_NO__PICK =? ) " + " SELECT REPL_ORDER , LINE_NO FROM REPL_ORD_DET WHERE PICK_ORDER = ? AND LINE_NO__PICK =? ) "
+ " AND FN_IS_VALID_PICK_ORDER(PICK_ORDER) = 'Y' " + " AND FN_IS_VALID_PICK_ORDER(PICK_ORDER) = 'Y' "
+ " UNION ALL " + " UNION ALL "
......
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