RDFSITE_VW_LANG(SQL View) |
Index Back |
---|---|
language table of RDFSITE_VWIt is a view that joins base table of site with FSI extention table of RDFSITE, served as FSI search record. |
SELECT s.SETID , s.SITE_ID , s.LANGUAGE_CD , b.BO_NAME , b.BO_NAME_AC , s.SITE_RESTRICTIONS , x.CROSS_STREET FROM PS_RD_SITE_LANG s , PS_RDFSITE_LANG x , PS_BO_NAME b WHERE s.SETID = x.SETID AND s.SITE_ID = x.SITE_ID AND s.LANGUAGE_CD = x.LANGUAGE_CD AND b.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.
Prompt Table: SP_SETID_NONVW |
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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
5 | BO_NAME_AC | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
6 | SITE_RESTRICTIONS | Long Character | CLOB | Site Restrictions |
7 | CROSS_STREET | Character(50) | VARCHAR2(50) NOT NULL | Cross Street of a location |