DBA Data[Home] [Help]

APPS.PA_TASK_PUB1 dependencies on PA_TASK_ASSIGNMENTS_V

Line 13803: from pa_task_assignments_v

13799:
13800: cursor cur_prev_planned_assgn_effort(p_project_id NUMBER, p_task_id NUMBER
13801: , p_structure_version_id NUMBER, p_res_assign_id NUMBER) is
13802: select planned_quantity
13803: from pa_task_assignments_v
13804: where project_id = p_project_id
13805: and structure_version_id = p_structure_version_id
13806: and resource_assignment_id = p_res_assign_id
13807: and task_id = p_task_id;