Swo_sgnof_authentication
Stores information about single sign-off approvals in the maintenance process. This table ensures accountability, tracks approvals for task completions, and enforces workflow compliance
Process: COMPMAINTENANCE · Component: BasSWO · Table type: Transaction Table Category: SWO Associated Main Core Details
Primary key
replication_key
Columns (4)
| # | Column | Type | Description |
|---|---|---|---|
| 1 | REPLICATION_KEY | Bigint | Replication key to identify unique records |
| 2 | sgnof_auth_event | varchar | Name of the authentication task |
| 3 | sgnof_auth_type | varchar | Type of authentication performed |
| 4 | sgnof_auth_value | varchar | Indicates if authentication is required (Yes or No) |
Sample rows (from live DB)
REPLICATION_KEY | sgnof_auth_event | sgnof_auth_type | sgnof_auth_value |
|---|---|---|---|
| — | SWOICOMCAL | ADS | N |
| — | SWOICOMCOM | ADS | N |
| — | SWOICOMCON | ADS | N |
Showing 3 of 8 rows.