DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV3 dependencies on DUAL

Line 293: FROM sys.dual;

289: X_progress := '020';
290:
291: SELECT po_line_locations_s.nextval
292: INTO X_line_location_id
293: FROM sys.dual;
294:
295: --
296: -- Get value_basis and matching_basis from line
297: X_progress := '025';