Column Name | Data Type | Description |
entity_id | integer | Object ID of the locked object (application or application component). |
session_id | integer | ID of the user session that locked the object. |
locked_by | varchar(32) | User ID that locked the object. |
lock_date | char(25) | Date locked. |
lock_type | varchar(16) | Type of lock: write if an application component is locked. refresh if a concurrent application user has changed the application flow diagram (possibly affecting other users' screens). entry if no change to flow diagram. |