DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on PO_DRAFTS

Line 45: po_drafts DFT,

41: phda.style_id STYLE_ID --CLM PDOI Integration
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(+)