RBN_KBANALYSIS(SQL Table) |
Index Back |
---|---|
KB AnalysisKnowledge base analysis for Natural Language Process |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RUNCONTROLID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
2 | NLP_SERVER_ID | Character(15) | VARCHAR2(15) NOT NULL |
Used as the server unique identifier
Prompt Table: RBN_SERVER_VW |
3 | KB_ID | Character(15) | VARCHAR2(15) NOT NULL |
Knowledge Base ID
Prompt Table: RBN_KB_VW |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL |
Language Code
Prompt Table: RBN_KBLANG_VW |
5 | NLP_PROCESS_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Used to specify the sample data analysis status
C=Completed F=Failed P=Processing Q=Queued S=Start Default Value: S |
6 | NLP_LOCK_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Used to indicate the lock status
0=Locked 1=Unlocked Default Value: 0 |
7 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
8 | RUNDATE | Date(10) | DATE | Process Scheduler Run Date |
9 | RUNTIME | Time(15) | TIMESTAMP | Process Scheduler Process Run Time |
10 | NLP_NOTIFICATION | Character(1) | VARCHAR2(1) NOT NULL |
Used to indicate the notification event
1=Always 2=On Success 3=On Failure Default Value: 3 |
11 | NLP_RPT_PERF | Character(1) | VARCHAR2(1) NOT NULL |
Used to indicate if the knowledge base overall performance report is generated
Y/N Table Edit Default Value: Y |
12 | NLP_RPT_SUCCESS | Character(1) | VARCHAR2(1) NOT NULL |
Used to indicate if the category-based cumulative success report is generated
Y/N Table Edit Default Value: N |
13 | NLP_RPT_THRESHOLD | Character(1) | VARCHAR2(1) NOT NULL |
Used to indicate if the precision-recall threshold report is generated
Y/N Table Edit |
14 | KB_ANALYSIS_ID | Number(20,0) | DECIMAL(20) NOT NULL | Used as the knowledge base analysis identifier |
15 | NLP_MATCH_NUM | Number(2,0) | SMALLINT NOT NULL |
NLP match number
1=1 2=2 3=3 4=4 5=5 Default Value: 5 |
16 | NLP_SAMPLE_ID | Character(15) | VARCHAR2(15) NOT NULL |
Used to identify the sample data definition
Prompt Table: RBN_KBDATADEFN |
17 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
18 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
19 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
20 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
21 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
22 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
23 | NLP_LOGMSG | Long Character | CLOB | NLP log message field |