RBT_SRCH_BO_VW(SQL View) |
Index Back |
---|---|
Search BO ViewThis record is a view used for BO search |
SELECT H.SYNCID , H.BO_ID_CUST , N.BO_NAME , N.BO_NAME_AC , N.BO_NAME_DISPLAY , N.BO_NAME_DISP_UPPER , H.ROLE_TYPE_ID_CUST FROM PS_RBT_NUMBER H , PS_BO_NAME N WHERE H.BO_ID_CUST=N.BO_ID AND PRIMARY_IND = 'Y' |
# | 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_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_AC | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
5 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
6 | BO_NAME_DISP_UPPER | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object in Upper |
7 | ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |