RC_SITE3_VW(SQL View) |
Index Back |
---|---|
Sites for a Business ContactSite Name View for a Business Contact... |
SELECT C.SETID , C.SITE_ID , %Substring(D.BO_NAME, 1, 30) , D.BO_NAME_AC FROM PS_RD_SITE C , PS_BO_NAME D WHERE C.BO_ID = D.BO_ID AND D.PRIMARY_IND = 'Y' |
# | 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 | SITE_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. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | BO_NAME_AC | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |