RBF_SERVICE_ST(SQL View) |
Index Back |
---|---|
FSI location tabLocations tab on Service page to link FSI Locations that currently providing the service. |
SELECT SERVICE_ID , SETID , SITE_ID FROM PS_RDFSITE_SERVICE WHERE START_DATE <= %CurrentDateIn AND (END_DATE IS NULL OR END_DATE >= %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SERVICE_ID | Character(20) | VARCHAR2(20) NOT NULL | Service ID |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
3 | 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.
Prompt Table: RD_SITE |