RSPD_ACCOUNT_V1(SQL View) |
Index Back |
|---|---|
Accounts with TeamThis View contains only those accounts which have the account team associated to it. |
| SELECT %Abs(BO_ID_2) , ROLE_TYPE_ID_2 , B.BO_NAME_DISPLAY , COUNT(*) FROM %Table(RD_ACCT_TM_VW) A , PS_BO_NAME B WHERE A.BO_ID_2 = B.BO_ID AND B.PRIMARY_IND = 'Y' GROUP BY BO_ID_2 , ROLE_TYPE_ID_2, B.BO_NAME_DISPLAY |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | ACCOUNT_BO_ID | Number(31,0) | DECIMAL(31) NOT NULL | This is the field used in the work record to hold the account's BO Id |
| 2 | ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |
| 3 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
| 4 | COUNT_TOTAL | Number(9,0) | DECIMAL(9) NOT NULL | Total Count |