project QadFinancials > class BMfgWorkOrder > business logic query WorkOrderRoutingByDomLotOper

Description

WorkOrderRoutingByDomLotOperClosed


Parameters


icDomainCodecharacter
icLotcharacter
ilAccountingClosedlogical
iiOperationinteger
icWorkOrderNumbercharacterWorkOrderNumber


query condition


  each wo_mstr where
wo_mstr.wo_domain = icDomainCode AND
wo_mstr.wo_lot = icLot AND
wo_mstr.wo_acct_close = ilAccountingClosed AND
wo_mstr.wo_nbr = icWorkOrderNumber

      each wr_route (inner-join) where
wr_route.wr_domain = wo_mstr.wo_domain AND
wr_route.wr_lot = wo_mstr.wo_lot AND
wr_route.wr_nbr = wo_mstr.wo_nbr AND
wr_route.wr_op = iiOperation


query resultset tqWorkOrderRoutingByDomLotOper


field namedata typedb fielddescription
tcwo_nbrcharacterwo_mstr.wo_nbrWork Order
tcwo_partcharacterwo_mstr.wo_partItem Number
tcwo_typecharacterwo_mstr.wo_typeType
tcwo_loccharacterwo_mstr.wo_locLocation
tdoid_wo_mstrdecimalwo_mstr.oid_wo_mstr
tcwo_acctcharacterwo_mstr.wo_acctAccount
tlwo_acct_closelogicalwo_mstr.wo_acct_closeAccounting Closed
tcwo_cccharacterwo_mstr.wo_ccCost Center
tcwo_domaincharacterwo_mstr.wo_domainDomain
tcwo_linecharacterwo_mstr.wo_lineProduction Line
tcwo_lotcharacterwo_mstr.wo_lotID
tcwo_subcharacterwo_mstr.wo_subSub-Account
tdoid_wr_routedecimalwr_route.oid_wr_route
tcwr_domaincharacterwr_route.wr_domainDomain
tcwr_lotcharacterwr_route.wr_lotID
tcwr_nbrcharacterwr_route.wr_nbrWork Order
tiwr_opintegerwr_route.wr_opOperation
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(wo_mstr),rowid(wr_route)


Internal usage


QadFinancials
method BAPMatching.AdditionalUpdatesAllQueriesStart
method BAPMatching.AdditionalUpdatesAllQueriesStop
method BAPMatching.GetGLPLVarRateNormal