DBA Data[Home] [Help]

APPS.PO_RELEASE_DELETE_S dependencies on PO_LINES

Line 45: UPDATE po_lines

41: --dbms_output.put_line('X_line_location_id = ' || X_line_location_id);
42:
43:
44:
45: UPDATE po_lines
46: SET quantity = quantity - X_Delete_quantity
47: WHERE po_line_id = X_po_line_id;
48:
49: --dbms_output.put_line('X_delete_quantity = ' || X_Delete_quantity);