Parameters
| Name | Type | Mode |
|---|---|---|
| i_token | citext | IN |
| i_log_id | bigint | IN |
| i_prop_id | integer | IN |
| i_user_id | integer | IN |
| i_function_name | text | IN (DEFAULT NULL) |
| res_code | smallint | OUT |
| res_msg | text | OUT |
| log_id | bigint | OUT |
| user_id | integer | OUT |
| user_name | citext | OUT |
| user_group_id | integer | OUT |
| user_group_name | text | OUT |
| user_group_type | character | OUT |
| full_name | citext | OUT |
| job_position | text | OUT |
| text | OUT | |
| mobile | text | OUT |
| telephone | text | OUT |
| current_shift | character | OUT |
| prop_id | integer | OUT |
| prop_name | citext | OUT |
| prop_group_id | integer | OUT |
| prop_group_name | text | OUT |
| system_date | date | OUT |
| login_time | timestamp with time zone | OUT |
| service_url | text | OUT |
| db_host | text | OUT |
| db_name | text | OUT |
| db_port | integer | OUT |
| db_user | text | OUT |
| db_password | text | OUT |
| db_connection | text | OUT |
| permissions | json[] | OUT |
| image_url | text | OUT |
| payload | text | OUT |