RD_PLNTM_CFG_VW(SQL View) |
Index Back |
---|---|
Name Config Search ViewThis is a view lists out all the names for names to be searched. |
SELECT A.SYNCID , D.BO_NAME_DISPLAY BO_NAME_DISPLAY_1 FROM PS_BO_ROLE A , PS_RSP_TP_HEADER B , PS_RSP_TP_TEAM C , PS_BO_NAME D WHERE A.BO_ID = B.BO_ID AND B.RSP_UID20 = C.RSP_UID20 AND C.BO_ID_PERSON = D.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | BO_NAME_DISPLAY_1 | Character(80) | VARCHAR2(80) NOT NULL | This field represents the Display Name for a business object |