Is there an easy way to pull all the notifications enabled in the system
Summary:
Is there an easy way to pull all the notifications enabled in the system.
Content (please ensure you mask any confidential information):
Is there a way we can pull all the notifications that are enabled in the system including Talent, Core, Compensation and ORC.
I ran a report against HRC_ARM_PROCESS_B table but looks like it includes all the notifications. Active flag is N for only notification. Am I querying the correct table?
Version (include the version you are using, if applicable):
26B
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT * FROM HRC_ARM_PROCESS_B WHERE ACTIVE = 'N'
0