IN_CUST_BU_VW(SQL View) |
Index Back |
---|---|
View of Customer & Name by BU |
SELECT A.BUSINESS_UNIT ,B.CUST_ID ,B.NAME1 FROM PS_BUS_UNIT_TBL_FS A , PS_CUSTOMER B , PS_SET_CNTRL_REC D WHERE A.BUSINESS_UNIT = D.SETCNTRLVALUE AND D.RECNAME = 'CUSTOMER' AND D.REC_GROUP_ID = 'FS_23' AND D.SETID = B.SETID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | 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_NAME | Character(40) | VARCHAR2(40) NOT NULL | Name |