RD_ATM_CFGSR_VW(SQL View) |
Index Back |
---|---|
Account Team MembersAccount Team Member view for Deep Query on the Account List configurable Search |
SELECT A.SYNCID , B.BO_NAME , BO.BO_NAME_DISPLAY FROM PS_RD_ACCT_CFG_VW A , PS_RSP_ACCTTEAM_VW B , PS_BO_NAME BO WHERE A.BO_ID = B.BO_ID_2 AND A.ROLE_TYPE_ID = B.ROLE_TYPE_ID_2 AND B.BO_ID_1 = BO.BO_ID AND BO.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_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
3 | BO_NAME_DISPLAY_2 | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |