RE_SITE_INFO_VW(SQL View) |
Index Back |
---|---|
Site Information ViewSite Information View |
SELECT BUSINESS_UNIT , SITE_ID , SITE_NAME , SITE_STATUS , SITE_TYPE , REGION_CD , COUNTRY , STATE , CITY , TOTAL_AREA FROM PS_RE_SITE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
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 | SITE_NAME | Character(125) | VARCHAR2(125) NOT NULL | |
4 | SITE_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Site Status
1=New 2=Open 3=Evaluating 4=Negotiating 5=Operating 6=Disposed 7=Archived |
5 | SITE_TYPE | Character(3) | VARCHAR2(3) NOT NULL | Site Type |
6 | REGION_CD | Character(10) | VARCHAR2(10) NOT NULL | Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to. |
7 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
8 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State |
9 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
10 | TOTAL_AREA | Number(18,3) | DECIMAL(17,3) NOT NULL | Total Area |