DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on PO_VENDORS

Line 42: po_vendors PV1,

38: FROM po_headers_interface PHI,
39: po_headers_draft_all PHDA,
40: po_headers_all POH,
41: po_drafts DFT,
42: po_vendors PV1,
43: po_vendors PV2
44: WHERE PHI.draft_id = DFT.draft_id
45: AND DFT.draft_id = PHDA.draft_id(+)
46: AND DFT.document_id = PHDA.po_header_id(+)

Line 43: po_vendors PV2

39: po_headers_draft_all PHDA,
40: po_headers_all POH,
41: po_drafts DFT,
42: po_vendors PV1,
43: po_vendors PV2
44: WHERE PHI.draft_id = DFT.draft_id
45: AND DFT.draft_id = PHDA.draft_id(+)
46: AND DFT.document_id = PHDA.po_header_id(+)
47: AND PHDA.vendor_id = PV1.vendor_id(+)