DBA Data[Home] [Help]

APPS.AHL_OSP_PO_PVT dependencies on PA_TASKS

Line 1853: SELECT COMPLETION_DATE from pa_tasks

1849: */
1850:
1851: -- Added by mpothuku on 10-oct-2007 to fix bug 6431740
1852: CURSOR get_prj_task_comp_date_csr (c_task_id IN NUMBER) IS
1853: SELECT COMPLETION_DATE from pa_tasks
1854: where task_id = c_task_id;
1855: l_task_completion_date DATE;
1856:
1857: --Added by mpothuku on 12-oct-2007 as until the ER 5758813 is implemented, the visit task dates will not be propagated to projects.