feat: adding mpe_security to documented tables

This commit is contained in:
2023-10-06 23:48:08 +01:00
parent 9da4a2232c
commit 24f2829222
3 changed files with 26 additions and 3 deletions

View File

@ -8,7 +8,7 @@ og_image: /img/mpe_submit.png
# MPE_SUBMIT
The MPE_SUBMIT table tracks the status of submitted modifications - ie SUBMITTED, APPROVED, or REJECTED. It is unique on TABLE_ID. A record is created whenever a submit is submitted.
The MPE_SUBMIT table tracks the status of submitted modifications - ie SUBMITTED, APPROVED, or REJECTED. It is unique on TABLE_ID. A record is created whenever a submit is submitted.
![submits](/img/mpe_submit.png)
@ -19,7 +19,7 @@ The MPE_SUBMIT table tracks the status of submitted modifications - ie SUBMITTED
- `SUBMIT_STATUS_CD char(10)`: Either SUBMITTED, APPROVED, or REJECTED. Remains SUBMITTED until the final approval, or first rejection.
- `BASE_LIB char(8)`: The LIBREF of the table being updated
- `BASE_DS char(32)`: The name of the dataset (or format catalog) being updated
- `SUBMITTED_BY_NM (100)`: The username of the submitter
- `SUBMITTED_BY_NM char(100)`: The username of the submitter
- `SUBMITTED_ON_DTTM num`: The timestamp of the submission
- `SUBMITTED_REASON_TXT char(400)`: The description provided by the submitter
- `INPUT_OBS num`: The number of observations staged