project QadFinancials > class BMfgItem > business logic query ItemByItemWithVendDet

Description

Get item details with additional vendor item details.


Parameters


icDomaincharacter
icPartcharacter
icVendorcharacterCode of vendor
icVendorPartcharacter


query condition


  each pt_mstr where
pt_mstr.pt_domain = icDomain AND
pt_mstr.pt_part = icPart

      each vp_mstr (inner-join) where
vp_mstr.vp_domain = pt_mstr.pt_domain AND
vp_mstr.vp_part = pt_mstr.pt_part AND
vp_mstr.vp_vend = icVendor AND
vp_mstr.vp_vend_part = icVendorPart


query resultset tqItemByItemWithVendDet


field namedata typedb fielddescription
tcpt_domaincharacterpt_mstr.pt_domainDomain
tcpt_partcharacterpt_mstr.pt_partItem Number
tcpt_umcharacterpt_mstr.pt_umUM
tcvp_currcharactervp_mstr.vp_currCurrency
tdvp_q_pricedecimalvp_mstr.vp_q_priceQuote Price
tdvp_q_qtydecimalvp_mstr.vp_q_qtyQuote Qty
tcvp_umcharactervp_mstr.vp_umUM
tcvp_vendcharactervp_mstr.vp_vendSupplier
tcvp_vend_partcharactervp_mstr.vp_vend_partSupplier Item


Internal usage


QadFinancials
method BERSProcessor.ERSProcessAPMatchingPrice
method BERSProcessor.StopAllQueries