Check that the spatial features and attributes are ready for validation in Isolated Projects.
Input
Parameter | Type | Description |
|---|---|---|
v_project_id | NUMBER | The ID of the project. |
Output
Type | Description |
|---|---|
NUMBER | Returns 1 if project is ready to be validated, 0 otherwise. Any Under Construction or Rejected objects prevent the project from being validated. |
Example
select P_PROJECT_MANAGER.AREPROJECTFEATURESSUBMITTED(&project_id) from dual; |
Exceptions
• Input project id does not exist.