RD_ALCP_SRCH_VW(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 , B.BO_ID , A.SETID , B.BO_NAME , B.BO_NAME_UPPER , B.BO_NAME_AC , A.TIN_TYPE , A.TIN , A.SYNCID FROM PS_RBF_ALT_CAP A , PS_BO_NAME B WHERE A.BO_ID = B.BO_ID AND B.PRIMARY_IND = 'Y' |
# | 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 | 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. |