DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV8 dependencies on PO_LINE_LOCATIONS_S

Line 299: SELECT po_line_locations_s.nextval

295:
296:
297: X_Progress := '020';
298:
299: SELECT po_line_locations_s.nextval
300: INTO X_line_location_id
301: FROM sys.dual;
302: -- Added for bug 2350043 by jbalakri
303: X_Progress:= '025';