Check the spatial features and attributes must have a status of Accepted or Verified.
Input
Parameter | Type | Description |
|---|---|---|
v_project_id | NUMBER | The ID of the project. |
Output
Type | Description |
|---|---|
NUMBER | Returns 1 if project is ready for completion, 0 otherwise. |
Example
select P_PROJECT_MANAGER.AREPROJECTFEATURESVERIFIED(&project_id) from dual; |
Exceptions
• Input project id does not exist.