DBA Data[Home] [Help]

APPS.INV_LABEL_PVT2 dependencies on PA_TASKS

Line 480: FROM pa_tasks

476: -- Fix For Bug: 4907062
477: -- Included Task Number in the cursor
478: CURSOR c_task IS
479: SELECT task_name, task_number
480: FROM pa_tasks
481: WHERE task_id = l_task_id;
482:
483: /* The following cursor has been added to fetch the PROJECT_REFERENCE_ENABLED value
484: * from pjm_org_parameters table. The value 'Y' represents the PJM enabled org.