LM_RUN_CNTL_CM(SQL Table) |
Index Back |
---|---|
LM Run ControlRUN_CNTL_LM contains fields that are used as input parameters for the various LM Reports. Input data is retrieved from this record when a report is requested 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). |
2 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | ASOFDATE | Date(10) | DATE | As of Date |
4 | LM_REQUESTOR_ID | Number(15,0) | DECIMAL(15) NOT NULL | Requestor |
5 | LM_SEQ_NBR | Number(10,0) | DECIMAL(10) NOT NULL | Sequence number to increment for the mass req record |
6 | LM_PROCESS_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Fr Mass Enrollment
ER=Error PE=Pending PO=Processed PR=Processing SU=Successful |