DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on PO_VENDORS

Line 46: po_vendors PV1,

42: FROM po_headers_interface PHI,
43: po_headers_draft_all PHDA,
44: po_headers_all POH,
45: po_drafts DFT,
46: po_vendors PV1,
47: po_vendors PV2
48: WHERE PHI.draft_id = DFT.draft_id
49: AND DFT.draft_id = PHDA.draft_id(+)
50: AND DFT.document_id = PHDA.po_header_id(+)

Line 47: po_vendors PV2

43: po_headers_draft_all PHDA,
44: po_headers_all POH,
45: po_drafts DFT,
46: po_vendors PV1,
47: po_vendors PV2
48: WHERE PHI.draft_id = DFT.draft_id
49: AND DFT.draft_id = PHDA.draft_id(+)
50: AND DFT.document_id = PHDA.po_header_id(+)
51: AND PHDA.vendor_id = PV1.vendor_id(+)