|
|
@@ -54,6 +54,8 @@ mq:
|
|
|
where
|
|
|
f.header_id = h.header_id and h.header_id=:headerID
|
|
|
GROUP BY h.header_id, h.upload_datetime
|
|
|
+ notif.status: >
|
|
|
+ UPDATE TXN_MQ_MANIFEST_HEADER SET NOTIFICATION_SENT = 'Y', NOTIFICATION_DATETIME = :dateTime WHERE HEADER_ID = :headerID;
|
|
|
notif.target.department: MSP,METERING
|
|
|
filter-by.status: >
|
|
|
select * from txn_mq_manifest_file where status=:status and header_id=:headerID
|