DBA Data[Home] [Help]

APPS.INV_UI_TASK_LOVS dependencies on PO_LINE_LOCATIONS_ALL

Line 163: po_line_locations_all poll

159: NVL ( t.task_number, ' ' ),
160: NVL ( t.task_name, ' ' )
161: FROM pjm_tasks_mtll_v t,
162: po_distributions_all pod,
163: po_line_locations_all poll
164: WHERE pod.task_id = t.task_id
165: AND pod.po_header_id = p_po_header_id
166: AND pod.po_line_id = NVL ( p_po_line_id, pod.po_line_id )
167: AND pod.project_id = p_project_id