|
|
@@ -76,7 +76,7 @@ mq:
|
|
|
txn_mq_manifest_header h, txn_mq_manifest_file f
|
|
|
where
|
|
|
f.header_id = h.header_id and h.header_id=:headerID
|
|
|
- GROUP BY h.header_id, h.upload_datetime
|
|
|
+ GROUP BY h.header_id, h.upload_datetime, h.msp_shortname
|
|
|
notif.status: >
|
|
|
UPDATE TXN_MQ_MANIFEST_HEADER SET NOTIFICATION_SENT = 'Y', NOTIFICATION_DATETIME = :dateTime WHERE HEADER_ID = :headerID
|
|
|
notif.stale: >
|