RBT_ACCT_IP_VW(SQL View) |
Index Back |
---|---|
COM Account Service PhoneView for configurable search to allow searching for Accounts by service phone. |
SELECT A.SYNCID ,A.SETID , A.RBTACCTID , B.RBTNUMBER FROM PS_RBT_ACCOUNT A , PS_RF_INST_PROD B WHERE A.SETID = B.SETID AND A.RBTACCTID = B.RBTACCTID AND B.RBTNUMBER <> ' ' |
# | 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 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
3 | RBTACCTID | Character(15) | VARCHAR2(15) NOT NULL | Unique service account indentifier |
4 | RBTNUMBER | Character(15) | VARCHAR2(15) NOT NULL | Number For Telco |