RB_CUST_FLAT_VW(SQL View) |
Index Back |
---|---|
Current Effective Flat Tree |
SELECT DISTINCT A.SETID , A.CUST_ID_PARENT , A.CUST_ID , A.NAME1_PARENT , A.NAME1 , A.CUST_ID_DIRECT , A.NAME1_DIRECT , A.BO_ID_PARENT , A.BO_ID_DIRECT , A.BO_ID , A.CUSTOMER_TYPE , A.TREE_LEVEL_NUM FROM PS_RB_CUST_FLAT A |
# | 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 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer ID |
4 | NAME1_PARENT | Character(50) | VARCHAR2(50) NOT NULL | Customer Parent Name |
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 |