Operation Details |
Description: | Returns name and ID of all existing goals of specified status. |
Sterotype: | nsmulti |
SQL |
SELECT name, goalID INTO :name, :goalID FROM Goal WHERE recordStatus = :recordStatus |
Operation Details |
Description: | Returns name and ID of all existing goals of specified status. |
Sterotype: | nsmulti |
SQL |
SELECT name, goalID INTO :name, :goalID FROM Goal WHERE recordStatus = :recordStatus |