RBN_DTANALYSE(SQL Table) |
Index Back |
---|---|
Sample data analysis tableSample data analysis table 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_SAMPLE_ID | Character(15) | VARCHAR2(15) NOT NULL |
Used to identify the sample data definition
Prompt Table: RBN_KBDATADEFN |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL |
Language Code
Prompt Table: RBN_KBLANG_VW |
4 | 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 |
5 | NLP_LOCK_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Used to indicate the lock status
0=Locked 1=Unlocked Default Value: 0 |
6 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
7 | RUNDATE | Date(10) | DATE | Process Scheduler Run Date |
8 | RUNTIME | Time(15) | TIMESTAMP | Process Scheduler Process Run Time |
9 | 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 |
10 | NLP_CATEGORY_NUM | Number(15,0) | DECIMAL(15) NOT NULL | Usde to specify the minimum samples per category |
11 | NLP_CATEGORY_MAX | Number(5,0) | INTEGER NOT NULL | Usde to specify the minimum samples per category |
12 | NLP_CATEGORY_MIN | Number(5,0) | INTEGER NOT NULL | Usde to specify the minimum samples per category |
13 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
14 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
15 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
16 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
17 | 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. |
18 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
19 | DESCRLONG | Long Character | CLOB | Long Description |