project QadFinancials > class BMfgPO > business logic query PurchaseOrderByOrderDate


Parameters


itFromOrderDatedate
itToOrderDatedate


query condition


  each po_mstr where
po_mstr.po_ord_date >= itFromOrderDate AND
po_mstr.po_ord_date <= itToOrderDate


query resultset tqPurchaseOrderByOrderDate


field namedata typedb fielddescription
tcpo_domaincharacterpo_mstr.po_domainDomain
tcpo_nbrcharacterpo_mstr.po_nbrPurchase Order
ttpo_ord_datedatepo_mstr.po_ord_dateOrder Date


Internal usage


QadFinancials
method BAPMatchingReport.MatchingVarianceForLC