DBA Data[Home] [Help]

APPS.POS_SCO_TOLERANCE_PVT dependencies on PO_DISTRIBUTIONS_ALL

Line 4363: po_distributions_all pda

4359: IS
4360: select pda.deliver_to_person_id
4361: from
4362: po_change_requests pcr,
4363: po_distributions_all pda
4364: where pcr.change_request_group_id = c_grp_id_csr
4365: AND pcr.request_level = 'LINE'
4366: AND pcr.document_line_id = pda.po_line_id
4367: union

Line 4371: po_distributions_all pda

4367: union
4368: select pda.deliver_to_person_id
4369: from
4370: po_change_requests pcr,
4371: po_distributions_all pda
4372: where pcr.change_request_group_id = c_grp_id_csr
4373: AND pcr.request_level = 'SHIPMENT'
4374: AND pcr.document_line_location_id = pda.line_location_id;
4375: