RB_DUP_PARMS(SQL Table) |
Index Back |
---|---|
Duplicate Checking ParametersThis record is used to store Duplicate Checking options |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RB_DUP_SET | Character(10) | VARCHAR2(10) NOT NULL | This is the duplicate parameter set field. |
2 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | RB_APPCLASS_PATH1 | Character(254) | VARCHAR2(254) NOT NULL | Field holds the value of the Application Class Path |
5 | RB_CLASS_METHOD1 | Character(80) | VARCHAR2(80) NOT NULL | Field holds the mehtod name that is used to Initialize a Company |
6 | RB_APPCLASS_PATH2 | Character(254) | VARCHAR2(254) NOT NULL | Field holds the value of the Application Class Path |
7 | RB_CLASS_METHOD2 | Character(80) | VARCHAR2(80) NOT NULL | Field holds the mehtod name that is used to Initialize Person. |
8 | RB_APPCLASS_PATH3 | Character(254) | VARCHAR2(254) NOT NULL | Field holds the value of the Application Class Path |
9 | RB_CLASS_METHOD3 | Character(80) | VARCHAR2(80) NOT NULL | Field holds Method that is used to duplicate the rating. |
10 | RB_APPCLASS_PATH4 | Character(254) | VARCHAR2(254) NOT NULL | Field holds the value of the Application Class Path |
11 | RB_CLASS_METHOD4 | Character(80) | VARCHAR2(80) NOT NULL | Field holds Method that is used to Update Name. |
12 | RB_PARAMTER_FILE1 | Character(254) | VARCHAR2(254) NOT NULL | Configuration file for Comapny |
13 | RB_PARAMTER_FILE2 | Character(254) | VARCHAR2(254) NOT NULL | Configuration file for Person |
14 | RB_PARAMTER_FILE3 | Character(254) | VARCHAR2(254) NOT NULL | Configuration file for Name match |
15 | RB_DUP_COMPANY | Character(1) | VARCHAR2(1) NOT NULL |
Enable Company Duplicate Check
Y/N Table Edit |
16 | RB_DUP_PERSON | Character(1) | VARCHAR2(1) NOT NULL |
Enable Person Duplicate Check
Y/N Table Edit |
17 | RB_DEFAULT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Flag for defaulting Parameter Set
Y/N Table Edit Default Value: N |
18 | RB_ERR_LEVEL_CMP | Number(3,0) | SMALLINT NOT NULL | Field to indicate level of a record from which there is a Company error. |
19 | RB_WARN_LEVEL_PERS | Number(3,0) | SMALLINT NOT NULL | Field is for Warning Level - Person |
20 | RB_WARN_LEVEL_CMP | Number(3,0) | SMALLINT NOT NULL | Field is for Warning Level - Company |
21 | RB_ERR_LEVEL_PERS | Number(3,0) | SMALLINT NOT NULL | Field to indicate level of a record from which there is a Person error. |
22 | PIM_PIA_NODE | Character(10) | VARCHAR2(10) NOT NULL | This field is used in PIM to define the URI. This is the partial URL from which is generated the 360 degree URL so it can be accessed from Outlook or Notes. |
23 | PIM_PIA_PORTAL | Character(30) | VARCHAR2(30) NOT NULL | This field is used in PIM to define the portal. This used to generate the 360 degree URL so it can be accessed from Outlook or Notes. |
24 | PIM_PIA_URI | Character(254) | VARCHAR2(254) NOT NULL | This field is used in PIM to define the URI. This is the partial URL from which is generated the 360 degree URL so it can be accessed from Outlook or Notes. |
25 | DESCRLONG | Long Character | CLOB | Long Description |