RBN_KBCONFG

(SQL Table)
Index Back

Knowledge Base Configuration

Used to save the knowledge base configuration data

  • Related Language Record: RBN_KBCONFG_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 NLP_CONFIG_ID Character(15) VARCHAR2(15) NOT NULL Configuration ID
    2 NLP_STATUS Character(1) VARCHAR2(1) NOT NULL Used to indicate the KB status.
    A=Active
    I=Inactive

    Default Value: A

    3 NLP_SERVER_ID Character(15) VARCHAR2(15) NOT NULL Used as the server unique identifier

    Prompt Table: RBN_SERVERDEFN

    4 KB_ID Character(15) VARCHAR2(15) NOT NULL Knowledge Base ID

    Prompt Table: RBN_KB

    5 NLP_LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Used as language code

    Prompt Table: RBN_KBLANG_VW

    6 KB_RUN_MODE Character(1) VARCHAR2(1) NOT NULL Used as KB run mode
    C=Composite
    D=Distributed
    N=Not In Use

    Default Value: C

    7 KB_MACHNAME Character(30) VARCHAR2(30) NOT NULL Used as machine name field

    Prompt Table: RBN_MACHINE

    8 NLP_DESCR254 Character(254) VARCHAR2(254) NOT NULL This field is a description field used in NLP.
    9 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    10 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    11 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    12 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    13 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.
    14 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time