project QadFinancials > class BMfgItem > business logic query ItemForShelfLife

Description

Get Item shelf life given domain and part


Parameters


icDomaincharacterDomain
icPartcharacterPart


query condition


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


query resultset tqItemForShelfLife


field namedata typedb fielddescription
tcpt_domaincharacterpt_mstr.pt_domainDomain
tcpt_partcharacterpt_mstr.pt_partItem Number
tipt_shelflifeintegerpt_mstr.pt_shelflifeShelf Life
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(pt_mstr)


Internal usage


QadFinancials
method BMfgLocationDet.CreateLocationDet