DBA Data[Home] [Help]

APPS.PO_PDOI_ATTR_PROCESS_PVT dependencies on PO_HEADERS_ALL

Line 856: po_headers_all txn_headers,

852: FROM po_lines_interface intf_lines,
853: po_headers_interface intf_headers,
854: po_lines_draft_all draft_lines,
855: po_headers_draft_all draft_headers,
856: po_headers_all txn_headers,
857: mtl_system_items_b msi -- Bug7039409: Added to get lead time
858: WHERE intf_lines.interface_header_id = intf_headers.interface_header_id
859: AND intf_lines.processing_id = PO_PDOI_PARAMS.g_processing_id
860: AND intf_headers.processing_id = PO_PDOI_PARAMS.g_processing_id