PIM_EM_TRANS_VW(SQL View) |
Index Back |
---|---|
Synched Email's related transaPIM Synched Email's related transactions from interactions |
SELECT S.INTERACTION_ID , S.SEQNUM , S.SUBINT_OBJ_TYPE , S.SETID_RI , S.BUSINESS_UNIT_RI , %subrec(RSF_INTERCT_SBR, S) , %subrec(RC_INTERACT_SBR, S) , %subrec(RF_INTERACT_SBR, S) , %subrec(RT_INTERACT_SBR, S) , ' ' , S.ROW_ADDED_DTTM , S.INTERACT_BEGIN FROM PS_RI_SUB_INTERACT S |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INTERACTION_ID | Character(15) | VARCHAR2(15) NOT NULL | interaction id |
2 | SEQNUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
3 | SUBINT_OBJ_TYPE | Character(4) | VARCHAR2(4) NOT NULL | sub-interaction object type |
4 | SETID_RI | Character(5) | VARCHAR2(5) NOT NULL | Interactions Setid |
5 | BUSINESS_UNIT_RI | Character(5) | VARCHAR2(5) NOT NULL | Business Unit Interactions |
6 | LEAD_ID | Character(15) | VARCHAR2(15) NOT NULL | Used by Sales Force Automation, this field uniquely identifies a Sales Lead. |
7 | OPPORTUNITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Opportunity ID |
8 | FULFILLMENT_ID | Character(15) | VARCHAR2(15) NOT NULL | Fulfillment ID |
9 | CASE_ID | Number(15,0) | DECIMAL(15) NOT NULL | Case ID. This is a unique ID assigned to a case when it is saved. Unique ID is ensured by getting the next value from the auto-numbering table and updating the table. |
10 | EMAILID | Character(70) | VARCHAR2(70) NOT NULL | A user's E-mail address |
11 | SO_ID | Character(10) | VARCHAR2(10) NOT NULL | Service Order ID |
12 | RBTACCTID | Character(15) | VARCHAR2(15) NOT NULL | Unique service account indentifier |
13 | RBTBILLID | Character(15) | VARCHAR2(15) NOT NULL | Bill Id |
14 | CAPTURE_ID | Character(20) | VARCHAR2(20) NOT NULL | Field use to store the capture ID in order capture. |
15 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) |
16 | DESCR60 | Character(60) | VARCHAR2(60) NOT NULL | Description |
17 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
18 | INTERACT_BEGIN | DateTime(26) | TIMESTAMP | begin interaction |