RBF_CLNTACCT_VW(SQL View) |
Index Back |
---|---|
Accounts of ClientsDataset rule view for WM Client accounts |
SELECT A.SYNCID , B.PERSON_ID FROM PS_RBF_FIN_ACCOUNT A , PS_RBW_ACT_TEAM_VW B , PS_RBF_FACT_SO_VW C WHERE B.BO_ID_2 = C.BO_ID_OWNER AND C.FIN_ACCOUNT_ID = A.FIN_ACCOUNT_ID |
# | 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 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |