| Table Name | Description |
| ALL_APPLY_PARAMETERS | Details about parameters of each apply process that dequeues from the queue visible to the current user |
| Column ID | Column name | Data type | Length | Precision | NULL | Description |
| 1 | APPLY_NAME | VARCHAR2 | 30 | (null) | N | Name of the apply process |
| 2 | PARAMETER | VARCHAR2 | 128 | (null) | N | Name of the parameter |
| 3 | VALUE | VARCHAR2 | 4000 | (null) | Y | Either the default value or the value set by the user for the parameter |
| 4 | SET_BY_USER | VARCHAR2 | 3 | (null) | Y | YES if the value is set by the user, NO otherwise |