NOTIFICATION_HISTORY function: New source type BUDGET in MESSAGE_SOURCE column¶
Attention
This behavior change is in the 2024_06 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, the output of the NOTIFICATION_HISTORY function behaves as follows:
- Before the change:
If you are using the Budgets feature, the output of the NOTIFICATION_HISTORY function is as follows for the message source and information columns:
MESSAGE_SOURCE: STORED_PROCEDURE
MESSAGE_SOURCE_INFO: NULL
- After the change:
If you are using the Budgets feature, the output of the NOTIFICATION_HISTORY function is as follows for the message source and information columns:
MESSAGE_SOURCE: BUDGET
MESSAGE_SOURCE_INFO: Budget ID and name
Ref: 1687