RB_CIM_RLOG_VW(SQL View) |
Index Back |
---|---|
Batch Run Log ViewView of the Constituent Data Importer Log where key is based on Process Instance instead of Run Control |
SELECT PROCESS_INSTANCE ,BATCH_ID ,TEST_REC_NBR ,DTTM_STAMP ,RUN_CNTL_ID ,CIM_LOG_LEVEL ,MESSAGE_SET_NBR ,MESSAGE_NBR ,MESSAGE_PARM ,DESCR254 FROM %Table(RB_CIM_RUN_LOG) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL |
Process Instance
Default Value: 0 |
2 | BATCH_ID | Number(15,0) | DECIMAL(15) NOT NULL | CDH INTERFACE TABLE FIELD - BATCH_ID |
3 | TEST_REC_NBR | Number(9,0) | DECIMAL(9) NOT NULL |
Unique record number within a batch. This field was created by CRM and should be replaced with the OFFICIAL version of the field from Campus.
Default Value: 0 |
4 | DTTM_STAMP | DateTime(26) | TIMESTAMP NOT NULL |
Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
Default Value: %Datetime |
5 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL |
Run Control ID
Prompt Table: RB_CIM_RUNSPEC |
6 | CIM_LOG_LEVEL | Number(1,0) | SMALLINT NOT NULL |
Logging Level Indicator
Default Value: 0 |
7 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
8 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |
9 | MESSAGE_PARM | Character(254) | VARCHAR2(254) NOT NULL | Message Parameter Text |
10 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |