RDFSITE_SL_P_LA(SQL View) |
Index Back |
---|---|
prompt record of FSI SLa view of serive location with primary names, SERVICE_LOC_SW = 'Y' |
SELECT s.SETID , s.SITE_ID , l.LANGUAGE_CD , s.BO_NAME FROM PS_RDFSITE_VW s , PS_RDFSITE_VW_LANG l WHERE s.SETID = l.SETID AND s.SITE_ID = l.SITE_ID AND s.SERVICE_LOC_SW = '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 |