DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_RELATIONSHIP_UTILS

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

1116: -- Begin fix for Bug # 4266540.
1117:
1118: BEGIN
1119:
1120: x_err_stage := 'pa_relationship_utils.check_task_has_sub_proj'||x_task_id;
1121:
1122: l_return_val := pa_relationship_utils.check_task_has_sub_proj(x_project_id
1123: , x_task_id
1124: , null);

Line 1122: l_return_val := pa_relationship_utils.check_task_has_sub_proj(x_project_id

1118: BEGIN
1119:
1120: x_err_stage := 'pa_relationship_utils.check_task_has_sub_proj'||x_task_id;
1121:
1122: l_return_val := pa_relationship_utils.check_task_has_sub_proj(x_project_id
1123: , x_task_id
1124: , null);
1125:
1126: if (l_return_val = 'Y') then