RC_SITE_NM_VW(SQL View) |
Index Back |
---|---|
Site NamePrompt table for site. Used in PAF term to prompt on a valid site BO ID. |
SELECT s.BO_ID , s.SETID , s.SITE_ID , n.BO_NAME_DISPLAY , n.BO_NAME_DISP_UPPER FROM PS_RD_SITE s , PS_BO_NAME n WHERE s.BO_ID = n.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object 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. |
4 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
5 | BO_NAME_DISP_UPPER | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object in Upper |