RSF_TR_PALL_VW(SQL View) |
Index Back |
---|---|
Partner Territory OwnerView of all active partner territories as owner. This is used as a dataset rule for searching for territories. |
SELECT A.TREE_NAME , A.TERRITORY_ID , A.DESCR , A.SYNCID , B.OPRID FROM PS_RSF_TERRITORY A , PS_OPR_DEF_TBL_RB B WHERE A.BO_ID_PARTNER = B.BO_ID_CUST AND B.REL_TYPE_ID IN (46, 47) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TREE_NAME | Character(18) | VARCHAR2(18) NOT NULL |
Tree Name
Prompt Table: RSF_TR_TREE_VW |
2 | TERRITORY_ID | Character(20) | VARCHAR2(20) NOT NULL | Territory ID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | 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. |
5 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |