DBA Data[Home] [Help]

APPS.PA_PROJ_ELEMENTS_UTILS dependencies on PA_PROJECT_CUSTOMERS

Line 5840: FROM pa_project_customers pc, table(cast(l_task_tbl as sub_task)) st --Changed the query for Bug#4964992

5836: FROM
5837: sys.dual
5838: WHERE
5839: exists (SELECT NULL
5840: FROM pa_project_customers pc, table(cast(l_task_tbl as sub_task)) st --Changed the query for Bug#4964992
5841: where /*pc.project_id = p_project_id and */ -- commented for bug 8485835 */
5842: pc.receiver_task_id =st.task_id);
5843:
5844: IF l_dummy = 1 THEN