RD_SEL_ACCTL_VW(SQL View) |
Index Back |
|---|---|
RD_SEL_ACCTL_VW ViewA level1 view used by RD_ACCOUNTS Component ti show a list of selected Accounts |
| SELECT BO.BO_ID , BO.BO_NAME , BO.SYNCID FROM PS_BO BO WHERE '1' = '2' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
| 2 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
| 3 | 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. |