RC_SITE_VW2(SQL View) |
Index Back |
---|---|
Sites for a selected customerThis view lists all the sites for a selected Customer. |
SELECT A.SETID , A.BO_ID , C.BO_NAME FROM PS_BC A , PS_RD_SITE B , PS_BO_NAME C WHERE A.SETID = B.SETID AND A.BO_ID = B.BO_ID AND B.BO_ID = C.BO_ID AND C.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 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
3 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL |
Name Description of Business Object
Prompt Table: RC_SITE_VW1 |