project QadFinancials > class BMfgLocation > business logic query LocationBySiteLoc
Parameters
icDomain | character | |
icSite | character | |
icLocation | character | |
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 name | data type | db field | description |
tcloc_domain | character | loc_mstr.loc_domain | Domain |
tcloc_loc | character | loc_mstr.loc_loc | Location |
tcloc_site | character | loc_mstr.loc_site | Site |
ti_sequence | integer | calculated | primary index |
tc_rowid | character | calculated | = rowid(loc_mstr) |
Internal usage
QadFinancials