RSF_TR_REO_LE_V(SQL View) |
Index Back |
---|---|
New Reorg Team - LeadTerritory Reorganization - New Team for Leads. |
SELECT A.REORG_ID , A.TREE_NAME , A.TERRITORY_ID , A.LEAD_ID , A.PERSON_ID , A.SALES_USER_NAME , A.SALES_USER_TYPE , A.PRIMARY_FLG , A.SELECT_CHKBOX , B.BO_ID_PARTNER , %subrec(RB_AUDIT_SBR, A) FROM PS_RSF_TR_REO_LETM A , PS_RSF_TERRITORY B WHERE A.TREE_NAME = B.TREE_NAME AND A.TERRITORY_ID = B.TERRITORY_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | REORG_ID | Character(15) | VARCHAR2(15) NOT NULL |
Reorganization ID
Default Value: RSF_TR_REORG.REORG_ID |
2 | TREE_NAME | Character(18) | VARCHAR2(18) NOT NULL | Tree Name |
3 | TERRITORY_ID | Character(20) | VARCHAR2(20) NOT NULL | Territory ID |
4 | LEAD_ID | Character(15) | VARCHAR2(15) NOT NULL | Used by Sales Force Automation, this field uniquely identifies a Sales Lead. |
5 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |
6 | SALES_USER_NAME | Character(50) | VARCHAR2(50) NOT NULL | Sales User Name field |
7 | SALES_USER_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Sales User Type
ADMN=Sales Administrator EXEC=Executive Sales Manager FLDR=Field Sales Rep INSR=Inside Sales Rep PREP=Partner Contact PRES=Pre-Sales Consultant SMGR=Sales Manager TECH=Sales Tech Support TELR=Telesales Rep |
8 | PRIMARY_FLG | Character(1) | VARCHAR2(1) NOT NULL |
This is a flag which takes yes or no values and indicates whether the row is primary.
N=No Y=Yes |
9 | SELECT_CHKBOX | Character(1) | VARCHAR2(1) NOT NULL |
This is used in action for enabling the actions
N=No Y=Yes Y/N Table Edit |
10 | BO_ID_PARTNER | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID of Partner Company. |
11 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
12 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
13 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
14 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
15 | 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. |
16 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |