DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on PO_HEADERS_DRAFT_ALL

Line 39: po_headers_draft_all PHDA,

35: NVL(PV1.vendor_name,
36: PV2.vendor_name) VENDOR_NAME,
37: NVL2(PHI.document_num, 'Y', 'N') DOC_NUM_PROVIDED --bug5028275
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