DBA Data[Home] [Help]

APPS.PO_HEADERS_SV1 dependencies on PO_LINES_ALL

Line 241: FROM po_lines_all

237:
238: -- Collect all deleted lines
239: SELECT po_line_id
240: BULK COLLECT INTO l_deleted_line_list
241: FROM po_lines_all
242: WHERE po_header_id = X_po_header_id;
243:
244: -- Collect all deleted distributions
245: SELECT po_distribution_id