SSD_OPERATOR_EXPENSE_EXPORT_TXT"> --->
select formatId
from tbl_EAI_inboundFileFormats with (nolock)
where ownerId =
and ownerType =
and formatName =
select operatorId, ownerId, fsl_ChoId as opr1fsId,fslTableCode, companyName, mfrCustNum, address, city,state,zipcode
from tbl_OPR_ClientOperators with (nolock)
where ownerId =
and fslTableCode =
and fsl_ChoId > 0
and mfrCustNum is not null
select distinct substring(mfrCustNum,1, CHARINDEX(':', mfrCustNum)-1) as mfrIds
from tbl_OPR_ClientOperators with (nolock)
where ownerId =
and fslTableCode =
and fsl_ChoId > 0
and mfrCustNum is not null
select mfr_code, mfr_Name
FROM tblManufacturers with (nolock)
where mfr_id =
select * from qmd_OperatorsAdded
where mfrCustNum like
select clientID,clientName, companyID, companyName, opr1fsId
from qmd_oprForClient
order by companyName
FTP Queued: #htmleditformat( _v )#
FTP NOT QUEUED
select mfr_code, mfr_Name
FROM tblManufacturers with (nolock)
where mfr_id =
select clientID,clientName, companyID, companyName, opr1fsId
from qmd_OperatorsAdded
order by companyName
FTP Queued: #htmleditformat( _v )#
FTP NOT QUEUED
update tbl_EAI_inboundBatches
set fileName =
where batchId =
--->