PROJECT_RENAME

The PROJECT_RENAME procedure renames an existing project. If a project with the new name already exists, then the procedure raises an exception.

Procedure:

PROCEDURE PROJECT_RENAME(p_project_id IN NUMBER, p_project_name IN VARCHAR2)

Table 8-2 lists the parameters that are used in the PROJECT_RENAME procedure.


Table 8-2 List of Parameters for PROJECT_RENAME Procedure

Parameters Description

p_project_id

Specify the project ID of the project to rename.

p_project_name

Specify the new name for the project.