I've created a stored procedure on a database and in Forms have added the database as a datasource. I can query the table in the database, I can query any Stored Procedures which already existed, but I cannot use a stored procedure I just created. In the Data Sources it shows stored procedure I created but it is not available via the dropdown in forms. It is called "sp_AllApprovers" in the screenshot below. Do I need to do something to refresh the options available in the dropdown or is something missing in my stored procedure that is required for it to show up in the dropdown?