RS_CUST_CAPCVWL(SQL View) |
Index Back |
---|
SELECT DISTINCT B.BUSINESS_UNIT , B.PROJECT_ID , C.SOLD_TO_CUST_ID , E.LANGUAGE_CD , E.NAME1 FROM PS_CA_DETAIL_PROJ A , PS_RS_SO_HDR B , PS_CA_CONTR_HDR C , PS_CUSTOMER D , PS_CUSTOMER_LANG E WHERE A.BUSINESS_UNIT_PC = B.BUSINESS_UNIT AND A.PROJECT_ID = B.PROJECT_ID AND C.CONTRACT_NUM = A.CONTRACT_NUM AND D.SETID = B.CUST_SETID AND D.CUST_ID = C.SOLD_TO_CUST_ID AND D.SETID = E.SETID AND D.CUST_ID = E.CUST_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |
3 | CUST_ID | 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. |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |