DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_DRAFT_PKG dependencies on PO_LINE_LOCATIONS_MERGE_V

Line 54: FROM po_line_locations_merge_v poll

50: IF p_line_location_id IS NULL THEN
51:
52: SELECT line_location_id
53: BULK COLLECT INTO po_line_location_id_tbl
54: FROM po_line_locations_merge_v poll
55: WHERE poll.draft_id = p_draft_id;
56:
57: --Delete attachments for the above line locations
58: FOR i IN 1 .. po_line_location_id_tbl.COUNT LOOP