RBN_APPDEFN(SQL Table) |
Index Back |
---|---|
Knowledge base recordUsed to store the application related data |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | KB_APPLICATION_ID | Character(15) | VARCHAR2(15) NOT NULL | Used to identify the unique NLP application |
2 | NLP_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Used to indicate the KB status.
A=Active I=Inactive Default Value: A |
3 | KB_ID | Character(15) | VARCHAR2(15) NOT NULL |
Knowledge Base ID
Prompt Table: RBN_KB |
4 | KB_MAX_RETURN | Number(3,0) | SMALLINT NOT NULL |
Used to indicate maximum returned suggestions
Default Value: 5 |
5 | KB_THRESHOLD | Number(6,2) | DECIMAL(5,2) NOT NULL |
Used to indicate the threshold
Default Value: 0 |
6 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL |
Record (Table) Name (see PSRECDEFN).
Prompt Table: RBN_SRCHREC_VW |
7 | NLP_DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | This field is a description field used in NLP. |
8 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
9 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
10 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
11 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
12 | 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. |
13 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |