DBA Data[Home] [Help]

APPS.INV_LABEL_PVT2 dependencies on PA_TASKS

Line 475: FROM pa_tasks

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