RE_SITE_ADD_VW(SQL View) |
Index Back |
---|---|
Site - Add RecordThis view contains the key fields required to create a new site. |
SELECT BUSINESS_UNIT , SITE_TYPE , SITE_ID 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
Prompt Table: SP_BU_FS_NONVW |
2 | SITE_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Site Type
Prompt Table: RE_SITE_TYPE |
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.
Default Value: NEXT |