DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_RELATIONSHIP_UTILS

Line 923: x_err_stage := 'pa_relationship_utils.check_task_has_sub_proj'||x_task_id;

919: -- Begin fix for Bug # 4266540.
920:
921: BEGIN
922:
923: x_err_stage := 'pa_relationship_utils.check_task_has_sub_proj'||x_task_id;
924:
925: l_return_val := pa_relationship_utils.check_task_has_sub_proj(x_project_id
926: , x_task_id
927: , null);

Line 925: l_return_val := pa_relationship_utils.check_task_has_sub_proj(x_project_id

921: BEGIN
922:
923: x_err_stage := 'pa_relationship_utils.check_task_has_sub_proj'||x_task_id;
924:
925: l_return_val := pa_relationship_utils.check_task_has_sub_proj(x_project_id
926: , x_task_id
927: , null);
928:
929: if (l_return_val = 'Y') then