DBA Data[Home] [Help]

APPS.PO_RELEASES_SV dependencies on PO_LINE_LOCATIONS

Line 134: FROM po_line_locations

130: x_item_key VARCHAR2(240);
131:
132: CURSOR C is
133: SELECT line_location_id
134: FROM po_line_locations
135: WHERE po_release_id = X_po_release_id;
136:
137:
138: BEGIN