RDFSITE_SL_SH_L(SQL View) |
Index Back |
---|---|
Search record of FSI SLa view of serive location only, with SERVICE_LOC_SW = 'Y' |
SELECT s.SETID , s.SITE_ID , sn.LANGUAGE_CD , sn.SERVICE_NAME FROM PS_RDFSITE_VW s , PS_RDFSITE_SERV_VW sv , PS_RBF_SERVICE_LAN sn WHERE s.SETID = sv.SETID (+) AND s.SITE_ID = sv.SITE_ID (+) AND sv.SERVICE_ID = sn.SERVICE_ID AND s.MARKET = 'FIN' 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 | SERVICE_NAME | Character(30) | VARCHAR2(30) NOT NULL | Service Name |