DBA Data[Home] [Help]

APPS.PO_PRICE_DIFFERENTIALS_PVT dependencies on PO_JOB_ASSOCIATIONS

Line 661: , po_job_associations POJA

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
665: AND PJ.job_id = POJA.job_id;

Line 679: , po_job_associations POJA

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;
683: