RB_CUST_FLAT(SQL Table) |
Index Back |
---|---|
Flattened Customer Tree |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | CUST_ID_PARENT | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
3 | NAME1_PARENT | Character(50) | VARCHAR2(50) NOT NULL | Customer Parent Name |
4 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer ID |
5 | NAME1 | Character(50) | VARCHAR2(50) NOT NULL | Generic 50 character name field for storing names. |
6 | CUST_ID_DIRECT | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
7 | NAME1_DIRECT | Character(50) | VARCHAR2(50) NOT NULL | Customer Name |
8 | BO_ID_PARENT | Number(31,0) | DECIMAL(31) NOT NULL | Business Object ID of the Parent Company. |
9 | BO_ID_DIRECT | Number(31,0) | DECIMAL(31) NOT NULL | Parent BO_ID |
10 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
11 | CUSTOMER_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Customer Type
1=User 1 2=User 2 3=User 3 4=User 4 |
12 | TREE_LEVEL_NUM | Number(3,0) | SMALLINT NOT NULL | Parent tree level if this is a part of the PSTREEBRANCH record |
13 | CHILD_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Enable Child Status flag for Case Rlationship
Y/N Table Edit Default Value: N |
14 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |