RUN_CNTL_DP_ERR(SQL Table) |
Index Back |
---|---|
Run Control Batch DepositRUN_CNTL_DPST contains fields that are used as input parameters for the COBOL Process that calculate the deposit fees when the process is triggered from the Process Scheduler. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Default Value: PRCSRUNCNTL.OPRID |
2 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL |
Run Control ID
Default Value: PRCSRUNCNTL.RUN_CNTL_ID |
3 | BATCH_ID | Character(12) | VARCHAR2(12) NOT NULL | Batch ID |
4 | SSF_ERROR_WARN | Character(1) | VARCHAR2(1) NOT NULL |
Field to hold translate values for Message Types - Error/Warning/Message
E=Error M=Message W=Warning |
5 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
6 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |