RF_SITE_GBL_VW(SQL View) |
Index Back |
---|---|
Site ViewSite View used as a Prompt tables in records/views. |
SELECT DISTINCT A.SETID , A.SITE_ID , A.BO_ID , A.BO_ID_PARENT , A.BO_NAME , A.BO_NAME_AC , A.BO_NAME_PARENT , A.BO_NAME_PARENT_AC , A.ADDRESS1 , A.ADDRESS1_AC , A.ADDRESS2 , A.ADDRESS2_AC , A.CITY , A.CITY_AC , A.COUNTRY , A.STATE , A.POSTAL , A.CUST_ID , %subrec(RB_MARKET_SBR, A) , %subrec(RB_AUDIT_SBR, A) FROM PS_BO_SITE_GBL_VW A , PS_BO_REL B WHERE A.BO_ID = B.BO_ID_2 (+) AND (B.REL_TYPE_ID IN (4, 17) OR A.BO_ID_PARENT = 0) |
# | 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 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
4 | BO_ID_PARENT | Number(31,0) | DECIMAL(31) NOT NULL | Business Object ID of the Parent Company. |
5 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
6 | BO_NAME_AC | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
7 | BO_NAME_PARENT | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
8 | BO_NAME_PARENT_AC | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
9 | ADDRESS1 | Character(55) | VARCHAR2(55) NOT NULL | Address 1 |
10 | ADDRESS1_AC | Character(55) | VARCHAR2(55) NOT NULL | ADDRESS1_AC |
11 | ADDRESS2 | Character(55) | VARCHAR2(55) NOT NULL | Address 2 |
12 | ADDRESS2_AC | Character(55) | VARCHAR2(55) NOT NULL | ADDRESS2_AC |
13 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
14 | CITY_AC | Character(30) | VARCHAR2(30) NOT NULL | CITY_AC |
15 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
16 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State |
17 | POSTAL | Character(12) | VARCHAR2(12) NOT NULL | Postal |
18 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer ID |
19 | MARKET | Character(3) | VARCHAR2(3) NOT NULL | Market |
20 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
21 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
22 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
23 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
24 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
25 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |