RDFSITE_SERV_VW(SQL View) |
Index Back |
---|---|
site service viewservices that currently provided at the service location |
SELECT SETID , SITE_ID , SERVICE_ID FROM PS_RDFSITE_SERVICE WHERE START_DATE <= %CurrentDateIn AND (END_DATE >= %CurrentDateIn OR END_DATE IS NULL) |
# | 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 | 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 | SERVICE_ID | Character(20) | VARCHAR2(20) NOT NULL | Service ID |