DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on PO_LINES_INTERFACE

Line 2208: po_lines_interface PLI,

2204: x_lines.sourcing_rule_name_tbl,
2205: x_lines.effective_date_tbl,
2206: x_lines.expiration_date_tbl
2207: FROM po_headers_interface PHI,
2208: po_lines_interface PLI,
2209: po_lines_draft_all PLD
2210: WHERE PHI.interface_header_id = p_doc_rec.interface_header_id
2211: AND PHI.interface_header_id = PLI.interface_header_id
2212: AND PHI.draft_id = PLD.draft_id