DBA Data[Home] [Help]

APPS.PO_PRICE_DIFFERENTIALS_PVT dependencies on PER_JOBS_VL

Line 660: , per_jobs_vl PJ

656: , x_job_name
657: , x_job_description
658: FROM po_lines_all POL
659: , po_line_locations_all POLL
660: , per_jobs_vl PJ
661: , po_job_associations POJA
662: WHERE p_entity_id = POLL.line_location_id
663: AND POLL.po_line_id = POL.po_line_id
664: AND POL.job_id = PJ.job_id

Line 678: , per_jobs_vl PJ

674: , x_price_break_num
675: , x_job_name
676: , x_job_description
677: FROM po_lines_all POL
678: , per_jobs_vl PJ
679: , po_job_associations POJA
680: WHERE p_entity_id = POL.po_line_id
681: AND POL.job_id = PJ.job_id
682: AND PJ.job_id = POJA.job_id;