CARIS HPD : HPD® Server API : Projects : P_PROJECT_MANAGER : GETCURRENTPROJECTSTATUSCODE
 

GETCURRENTPROJECTSTATUSCODE

Gets the project status.

Input

Parameter

Type

Description

v_project_id

NUMBER

The ID of the project.

Output

Type

Description

project_status.code%type

Returns code for project as described on the project_status table.

Example

select P_Project_Manager.Getcurrentprojectstatuscode(&project_id) from dual;

Exceptions

No data found. (Means that the input project id does not exist.)