project QadFinancials > class BMfgLocation > business logic query LocationBySiteLoc


Parameters


icDomaincharacter
icSitecharacter
icLocationcharacter


query condition


  each loc_mstr where
loc_mstr.loc_domain = icDomain AND
loc_mstr.loc_site = icSite AND
loc_mstr.loc_loc = icLocation


query resultset tqLocationBySiteLoc


field namedata typedb fielddescription
tcloc_domaincharacterloc_mstr.loc_domainDomain
tcloc_loccharacterloc_mstr.loc_locLocation
tcloc_sitecharacterloc_mstr.loc_siteSite
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(loc_mstr)


Internal usage


QadFinancials
method BMfgLocation.LoadLocation