DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PVT dependencies on PA_PROGRESS_ROLLUP

Line 143: from pa_progress_rollup ppr,

139: */
140: -- Commented above and added below for Bug 6432606
141: CURSOR C_Prog_Date(p_resource_assignment_id IN NUMBER) IS
142: select ppr.as_of_date
143: from pa_progress_rollup ppr,
144: pa_proj_element_versions ppv,
145: pa_resource_assignments pra
146: where ppv.parent_structure_version_id=p_pa_structure_version_id
147: and ppv.project_id=p_pa_project_id