RG_AFFD_PRTY_VW(SQL View) |
Index Back |
---|---|
Affected Party ViewView of Affected parties for the Product identified with a Change Request. |
SELECT PR.SETID , PR.PRODUCT_ID , PR.BO_ID_CUST , PR.ROLE_TYPE_ID_CUST , B1.BO_NAME_DISPLAY , PR.BO_ID_CONTACT , PR.ROLE_TYPE_ID_CNTCT , B2.BO_NAME_DISPLAY , PR.SERIAL_ID , PR.ASSETTAG , PR.INSTALLED_DATE , PR.DEPTID FROM PS_RF_INST_PROD PR , PS_BO_NAME B1 , PS_BO_NAME B2 WHERE PR.BO_ID_CUST = B1.BO_ID AND PR.BO_ID_CONTACT = B2.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID_PRODUCT | Character(5) | VARCHAR2(5) NOT NULL | Product SetID |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
3 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
4 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer |
5 | CUST_NAME80 | Character(80) | VARCHAR2(80) NOT NULL | Customer Name length to match with business object name display |
6 | BO_ID_CNTCT | Number(31,0) | DECIMAL(31) NOT NULL | This field represents the business object ID for a Contact |
7 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact |
8 | CONTACT_NAME80 | Character(80) | VARCHAR2(80) NOT NULL | Contact Name length to match with Business Object name display |
9 | SERIAL_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the Serial ID of an item or installed product |
10 | ASSETTAG | Character(40) | VARCHAR2(40) NOT NULL | Asset Tag |
11 | INSTALLED_DATE | Date(10) | DATE | Field used for storing Installed Date of Installed product |
12 | DEPTID | Character(15) | VARCHAR2(15) NOT NULL | Department |