DBA Data[Home] [Help]

APPS.PO_RELEASE_DELETE_S dependencies on PO_LINE_LOCATIONS

Line 22: FROM po_line_locations pll

18: CURSOR get_shipments IS
19: SELECT pll.line_location_id,
20: pll.po_line_id,
21: pll.quantity
22: FROM po_line_locations pll
23: WHERE pll.po_release_id = X_po_release_id;
24:
25:
26: BEGIN