6034: /* Update the table with new-proj_num, because the unique
6035: Proj number proc will then return uniq identifier
6036: as the new proj number. */
6037:
6038: UPDATE PA_UNIQUE_IDENTIFIER_CONTROL
6039: Set Next_Unique_Identifier = next_proj_num
6040: Where Table_Name = 'PA_PROJECTS';
6041: x_error_stack := old_stack;
6042: Return ;