Index: branches/IBSRegularRelease/TIBCOApp/IBSPartMgmt/BW/IBSPartMgmt/Processes/ActionProcess/Part/GetInventoryData.process =================================================================== diff -u -r229531 -r242077 --- branches/IBSRegularRelease/TIBCOApp/IBSPartMgmt/BW/IBSPartMgmt/Processes/ActionProcess/Part/GetInventoryData.process (.../GetInventoryData.process) (revision 229531) +++ branches/IBSRegularRelease/TIBCOApp/IBSPartMgmt/BW/IBSPartMgmt/Processes/ActionProcess/Part/GetInventoryData.process (.../GetInventoryData.process) (revision 242077) @@ -198,13 +198,9 @@ - - - - - - - + + + @@ -372,19 +368,19 @@ - + - + - + @@ -404,7 +400,7 @@ %%Tuning/Database/MaxRowsUnlimited%% false /SharedResources/Connections/Database/IBSDB.sharedjdbc - select b.ETA_DT "VEND_ORD_ITM_ETA_DT" , a.VNDR_ORD_ID "VendorOrderID",a.ORD_REF_ID "PONum",a.ORD_DT "OrderDate",a.ETA_DT "ETA",b.VNDR_ORD_ITM_ID "VendorOrderItemID",b.ORD_QTY "OrderQty" + select b.ETA_DT "VEND_ORD_ITM_ETA_DT" , a.VNDR_ORD_ID "VendorOrderID",a.ORD_REF_ID "PONum",a.ORD_DT "OrderDate",a.ETA_DT "ETA",b.VNDR_ORD_ITM_ID "VendorOrderItemID",b.ORD_QTY "OrderQty" ,b.BO_QTY from %%Connections/DB/IBS/Schema%%.VNDR_ORD a, %%Connections/DB/IBS/Schema%%.VNDR_ORD_ITM b,%%Connections/DB/IBS/Schema%%.VNDR C where b.PT_NUM like ? and b.FLD_LN_ABBR_CD like ? and upper(b.PT_STAT_CD) in ('ORDERED','PARTIALLY RECEIVED') and a.VNDR_ORD_ID=b.VNDR_ORD_ID and C.IBS_VNDR_ID = A.IBS_VNDR_ID @@ -453,6 +449,10 @@ 2 NUMBER OptionalElement + BO_QTY + 2 + NUMBER + OptionalElement