LM_PRCS_PLN_TBL(SQL Table) |
Index Back |
---|---|
Run Control RecThis is an application run control record used to demonstrate how run control values are passed to processes that run within the process scheduler. The process scheduler itself does not use this record. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: OPERATOR_VW |
2 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | LM_PLN_SEQNUM | Character(1) | VARCHAR2(1) NOT NULL |
Sequence Number
1=1 2=2 3=3 4=4 |
4 | LM_PLN_FLD_PARAM | Character(50) | VARCHAR2(50) NOT NULL | Parameter |
5 | LM_PLN_FLD_PRMLBL | Character(50) | VARCHAR2(50) NOT NULL | Parameter |
6 | LM_PLN_FLD_SEQ | Character(1) | VARCHAR2(1) NOT NULL |
Processing Sequence
1=1 2=2 3=3 4=4 |
7 | LM_PLN_FLD_VAL | Character(3) | VARCHAR2(3) NOT NULL |
Value
H=High L=Low M=Medium N=No O=Others S=Self Y=Yes |