select fileProcessor
from tbl_EAI_InboundFileProcessors
where ownerId =
and ownerType=
and fileFormat = 'STOCKING_GUIDE_TXT'
insert into tbl_EAI_InboundFileProcessors ( ownerId, ownerType, fileName, fileProcessor, fileFormat, clientProcessEmail, fseProcessEmail, allowUpload, processingWindowStartHr24, processingWindowLengthHr, allowEmail )
values ( ,
,
'stocking_status\.csv',
'/mstrQueries/utilityQueries/DataImport/Distributors/stockingGuide/fileProcessor.cfm',
'STOCKING_GUIDE_TXT',
,
,
'Y',
0,
24,
19,
12,
'Y'
)