RF_SITE_P_NM_VW(SQL View) |
Index Back |
---|---|
Site Primary Name ViewThis view is used exclusively in outer joins by other FieldService views to retrieve a Site's name. It is not in use on any page. |
SELECT B.SETCNTRLVALUE , A.SITE_ID , A.BO_ID , C.BO_NAME FROM PS_RD_SITE A , PS_SET_CNTRL_REC B , PS_BO_NAME C WHERE A.SETID = B.SETID AND B.RECNAME = 'RD_SITE' AND C.BO_ID = A.BO_ID AND C.PRIMARY_IND = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETCNTRLVALUE | Character(20) | VARCHAR2(20) NOT NULL | Tree Definition User Key Value |
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 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
4 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |