DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on FND_GLOBAL

Line 1283: last_updated_by = fnd_global.user_id

1279: -- For this line, update all its corresponding shipment records
1280: UPDATE po_line_locations_all
1281: SET price_override = l_price,
1282: last_update_date = SYSDATE,
1283: last_updated_by = fnd_global.user_id
1284: WHERE po_line_id = l_po_lines_rec.po_line_id;
1285: END IF; --l_type_lookup_code = 'STANDARD'
1286:
1287: IF (PO_LOG.d_proc) THEN