DBA Data[Home] [Help]

APPS.PO_RELEASES_SV dependencies on PO_LINE_LOCATIONS

Line 130: FROM po_line_locations

126: x_item_key VARCHAR2(240);
127:
128: CURSOR C is
129: SELECT line_location_id
130: FROM po_line_locations
131: WHERE po_release_id = X_po_release_id;
132:
133:
134: BEGIN