The document contains an SQL query that selects data from various tables including WF_NOTIFICATIONS, WF_ITEM_TYPES_TL, WF_LOOKUPS_TL, and HR_API_TRANSACTIONS. It retrieves notification data for a user, including status, dates, type and other details. The query uses UNION to combine results for notifications where the user is the recipient or where they are requested for more information. It orders the results by begin date descending.
Download as TXT, PDF, TXT or read online on Scribd
0%(1)0% found this document useful (1 vote)
2K views
Oracle Workflow Pending Approval Query
The document contains an SQL query that selects data from various tables including WF_NOTIFICATIONS, WF_ITEM_TYPES_TL, WF_LOOKUPS_TL, and HR_API_TRANSACTIONS. It retrieves notification data for a user, including status, dates, type and other details. The query uses UNION to combine results for notifications where the user is the recipient or where they are requested for more information. It orders the results by begin date descending.