What is the reason that notification_id not increment as begin_date at wf_notifications
It is found that notification_id not increment as begin date at table wf_notifications for same user_key and different item_key under POAPPRV, what is the scenario behind?
example:
BEGIN_DATE / ITEM_KEY / NOTIFICATION_ID / MESSAGE_NAME
--------------------------------------------------------------------------------------------
2001-01-01 12:05:00 / 0001-00002 / 22 / PO_PO_APPROVE
2001-01-01 12:04:00 / 0001-00002 / 2 / PO_PO_APPROVE
2001-01-01 12:03:00 / 0001-00001 / 21 / PO_PO_HAS_BEEN_REJECTED
2001-01-01 12:02:00 / 0001-00001 / 20 / PO_PO_APPROVE
2001-01-01 12:01:00 / 0001-00001 / 1 / PO_PO_APPROVE
Thanks in advance
Car