DBA Data[Home] [Help]

APPS.PO_LINES_DRAFT_PKG dependencies on PO_LINES_MERGE_V

Line 55: FROM po_lines_merge_v pol

51: IF p_po_line_id IS NULL THEN
52:
53: SELECT po_line_id
54: BULK COLLECT INTO po_line_ids_tbl
55: FROM po_lines_merge_v pol
56: WHERE pol.draft_id = p_draft_id;
57:
58: --Delete attachments for the above lines
59: FOR i IN 1 .. po_line_ids_tbl.COUNT LOOP