Need a SQL query to fetch all Qualified Plans & entitlement balances & other plans of a person.
Summary:
Hii
We are currently working on fetching the qualification plans that are enrolled for employees. While the plans are being retrieved, there seems to be an issue with the data extraction process. Specifically, even when running a query without applying any WHERE condition, the qualification plans are not being fetched correctly. This indicates that the table being used might not be the correct one for retrieving employee-enrolled qualification plans. Here is a brief overview of the issue:
- Accrual plan is working fine but the qualification plans enrolled for employees are not appearing correctly.
- This suggests that the table being queried might not be intended for fetching the enrolled qualification plans.
0