RD_PSHPG_OPRVW

(SQL View)
Index Back

Partnership Search View

The record is used for Partnership Configurable Search. It should not have any key.

SELECT DISTINCT A.PARTNERSHIP_ID , A.BO_ID , A.BO_NAME , A.BO_NAME_UPPER , A.BO_NAME_AC , A.TIN_TYPE , A.TIN , A.CHAM_OF_COMM_NBR , A.STOCK_SYMBOL , A.CUST_STATUS , A.SEGMENT , A.SETID , B.OPRID , A.SYNCID FROM PS_RD_PSHP_SRCH_VW A , PS_SEC_SETID_OPR B WHERE A.SETID = B.SETID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PARTNERSHIP_ID Character(15) VARCHAR2(15) NOT NULL partnership id
2 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
3 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
4 BO_NAME_UPPER Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
5 BO_NAME_AC Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
6 TIN_TYPE Character(1) VARCHAR2(1) NOT NULL Tin Type
F=Federal Employer ID
S=Social Security Number
7 TIN Character(20) VARCHAR2(20) NOT NULL TIN
8 CHAM_OF_COMM_NBR Character(18) VARCHAR2(18) NOT NULL Chamber of Commerce
9 STOCK_SYMBOL Character(10) VARCHAR2(10) NOT NULL This field is used to store the Stock Symbol
10 CUST_STATUS Character(1) VARCHAR2(1) NOT NULL Customer Status Indicator. BC.CUST_STATUS
A=Active
I=Inactive
11 SEGMENT Character(4) VARCHAR2(4) NOT NULL Segment code for customer data
12 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
13 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
14 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.