DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on PO_DRAFTS

Line 47: po_drafts DFT,

43: PHI.style_id PO_STYLE_ID
44: FROM po_headers_interface PHI,
45: po_headers_draft_all PHDA,
46: po_headers_all POH,
47: po_drafts DFT,
48: po_vendors PV1,
49: po_vendors PV2
50: WHERE DFT.draft_id = PO_AUTOCREATE_PARAMS.g_draft_id
51: AND DFT.draft_id = PHDA.draft_id(+)