DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_TASK_UTILS

Line 17011: IF pa_task_utils.check_unique_task_number

17007: -- RAISE FND_API.G_EXC_ERROR;
17008: END IF;
17009:
17010: -- check whether the input task number is unique
17011: IF pa_task_utils.check_unique_task_number
17012: (l_project_id, p_tasks_in(i).pa_task_number,NULL) = 0 THEN
17013: -- this means that the task number will not be unique
17014: -- however,the existing task with that task number may get
17015: -- changed during the update process. Hence,we need to process this

Line 17061: PA_TASK_UTILS.Check_Create_Subtask_Ok

17057: p_multiple_task_msg := 'F';
17058: -- RAISE FND_API.G_EXC_ERROR;
17059: END IF;
17060:
17061: PA_TASK_UTILS.Check_Create_Subtask_Ok
17062: ( x_task_id => l_task_id_out
17063: --bug 3010538 , x_validation_mode => 'R' --bug 2947492
17064: , x_err_code => l_err_code
17065: , x_err_stage => l_err_stage