DBA Data[Home] [Help]

APPS.CST_PERENDACCRUALS_PVT dependencies on PO_VENDORS

Line 200: po_vendors pov,

196: FROM po_distributions pod, -- Using single org view PO_DISTRIBUTIONS to support MOAC
197: po_line_locations_all poll,
198: po_lines_all pol,
199: po_headers_all poh,
200: po_vendors pov,
201: mtl_categories_kfv mca,
202: mtl_default_sets_view mds
203: WHERE pol.po_header_id = poh.po_header_id
204: AND poll.po_line_id = pol.po_line_id

Line 374: ,po_vendors pov

370: FROM po_distributions pod -- Using single org view PO_DISTRIBUTIONS to support MOAC
371: ,po_line_locations_all poll
372: ,po_lines_all pol
373: ,po_headers_all poh
374: ,po_vendors pov
375: WHERE pol.po_header_id = poh.po_header_id
376: AND poll.po_line_id = pol.po_line_id
377: AND pod.line_location_id = poll.line_location_id
378: AND poh.type_lookup_code IN ('STANDARD', 'BLANKET', 'PLANNED')

Line 450: ,po_vendors pov

446: FROM po_distributions pod -- Using single org view PO_DISTRIBUTIONS to support MOAC
447: ,po_line_locations_all poll
448: ,po_lines_all pol
449: ,po_headers_all poh
450: ,po_vendors pov
451: WHERE pol.po_header_id = poh.po_header_id
452: AND poll.po_line_id = pol.po_line_id
453: AND pod.line_location_id = poll.line_location_id
454: AND poh.type_lookup_code IN ('STANDARD', 'BLANKET', 'PLANNED')