project BLF > class BBaseDaemonQueue > business logic query DaemonQueueByRefID

Description

DaemonQueueByRefID


Parameters


iiDaemonQueueIDinteger
icDaemonQueueRefcharacter
icDaemonNamecharacter


query condition


  each fcDaemonQueue where
fcDaemonQueue.DaemonQueueId = iiDaemonQueueID AND
fcDaemonQueue.DaemonQueueRef = icDaemonQueueRef

      first fcDaemon (inner-join) where
fcDaemon.DaemonId = fcDaemonQueue.DaemonId AND
fcDaemon.DaemonName = icDaemonName


query resultset tqDaemonQueueByRefID


field namedata typedb fielddescription
tcDaemonNamecharacterfcDaemon.DaemonNameDaemon Name
ttDaemonQueueEndDatedatefcDaemonQueue.DaemonQueueEndDateactual end date and time of processing the request
tiDaemonQueueEndTimeintegerfcDaemonQueue.DaemonQueueEndTimeactual end date and time of processing the request
tiDaemonQueueIdintegerfcDaemonQueue.DaemonQueueIdidentifier
tcDaemonQueueRefcharacterfcDaemonQueue.DaemonQueueRefinternal reference to identify the request (may contain non-displayable ID's)
tcDaemonQueueRefDescriptioncharacterfcDaemonQueue.DaemonQueueRefDescriptiondisplayable reference for identifying the request
ttDaemonQueueReqStartDatedatefcDaemonQueue.DaemonQueueReqStartDatethe request will not be processed before this date and time
tiDaemonQueueReqStartTimeintegerfcDaemonQueue.DaemonQueueReqStartTimethe request will not be processed before this date and time
ttDaemonQueueStartDatedatefcDaemonQueue.DaemonQueueStartDateactual start date and time of processing the request
tiDaemonQueueStartTimeintegerfcDaemonQueue.DaemonQueueStartTimeactual start date and time of processing the request
tcDaemonQueueStatuscharacterfcDaemonQueue.DaemonQueueStatuspossible values:
WAITING
IN-PROCESS
PROCESSED-OK
PROCESSED-ERROR


Internal usage


BLF
method BReportRequest.Calculate

QadFinancials
method BBudgetDaemonProcessor.PerformWorkItem
method BCrossCyDaemonProcessor.PerformWorkItem
method BCubeDaemonProcessor.PerformWorkItem
method BHistoryDaemonProcessor.PerformWorkItem