DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_TASK_UTILS

Line 16654: IF pa_task_utils.check_unique_task_number

16650: -- RAISE FND_API.G_EXC_ERROR;
16651: END IF;
16652:
16653: -- check whether the input task number is unique
16654: IF pa_task_utils.check_unique_task_number
16655: (l_project_id, p_tasks_in(i).pa_task_number,NULL) = 0 THEN
16656: -- this means that the task number will not be unique
16657: -- however,the existing task with that task number may get
16658: -- changed during the update process. Hence,we need to process this

Line 16704: PA_TASK_UTILS.Check_Create_Subtask_Ok

16700: p_multiple_task_msg := 'F';
16701: -- RAISE FND_API.G_EXC_ERROR;
16702: END IF;
16703:
16704: PA_TASK_UTILS.Check_Create_Subtask_Ok
16705: ( x_task_id => l_task_id_out
16706: --bug 3010538 , x_validation_mode => 'R' --bug 2947492
16707: , x_err_code => l_err_code
16708: , x_err_stage => l_err_stage