DBA Data[Home] [Help]

APPS.AHL_OSP_PO_PVT dependencies on PA_TASKS

Line 1839: SELECT COMPLETION_DATE from pa_tasks

1835: */
1836:
1837: -- Added by mpothuku on 10-oct-2007 to fix bug 6431740
1838: CURSOR get_prj_task_comp_date_csr (c_task_id IN NUMBER) IS
1839: SELECT COMPLETION_DATE from pa_tasks
1840: where task_id = c_task_id;
1841: l_task_completion_date DATE;
1842:
1843: --Added by mpothuku on 12-oct-2007 as until the ER 5758813 is implemented, the visit task dates will not be propagated to projects.