RD_ALCPG_OPRVW(SQL View) |
Index Back |
|---|---|
Alternate Capacity Search ViewThe record is used for Alternate Capacity Configurable Search. It should not have any key. |
| SELECT A.ALT_CAP_ID , A.BO_ID , A.SETID , A.BO_NAME , A.BO_NAME_UPPER , A.BO_NAME_AC , A.TIN_TYPE , A.TIN , B.OPRID , A.SYNCID FROM PS_RD_ALCP_SRCH_VW A , PS_SEC_SETID_OPR B WHERE A.SETID = B.SETID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | ALT_CAP_ID | Character(15) | VARCHAR2(15) NOT NULL | Alternate Capacity ID |
| 2 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
| 3 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
| 4 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
| 5 | BO_NAME_UPPER | 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 | TIN_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Tin Type
F=Federal Employer ID S=Social Security Number |
| 8 | TIN | Character(20) | VARCHAR2(20) NOT NULL | TIN |
| 9 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
| 10 | 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. |