BO_SITE2_VW_LNG(SQL View) |
Index Back |
---|---|
Sites for a Business ContactSite View for Related Language purposes. |
SELECT A.BO_ID_1 , A.ROLE_TYPE_ID_1 , D.SETID , D.SITE_ID , D.LANGUAGE_CD , E.BO_NAME FROM PS_BO_REL A , PS_BO_REL_CAT_ITEM B , PS_RD_SITE C , PS_RD_SITE_LANG D , PS_BO_NAME E WHERE A.REL_TYPE_ID = B.REL_TYPE_ID AND B.BO_REL_CATEGORY_ID = 4 AND A.BO_ID_2 = C.BO_ID AND C.SETID = D.SETID AND C.SITE_ID = D.SITE_ID AND C.BO_ID = E.BO_ID AND E.PRIMARY_IND = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
2 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer |
3 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
4 | 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. |
5 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
6 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |