RBF_INT_SINT_VW(SQL View) |
Index Back |
---|---|
Sub Interaction ViewThis is Sub interaction view in the interaction Tree |
SELECT a.BO_ID_CONTACT ,b.INTERACTION_ID ,b.SEQNUM ,b.SUBINT_OBJ_TYPE ,NOTES FROM PS_RI_INTERACTION a , PS_RI_SUB_INTERACT b WHERE a.INTERACTION_ID = b.INTERACTION_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
2 | INTERACTION_ID | Character(15) | VARCHAR2(15) NOT NULL | interaction id |
3 | SEQNUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
4 | SUBINT_OBJ_TYPE | Character(4) | VARCHAR2(4) NOT NULL | sub-interaction object type |
5 | NOTES | Long Character | CLOB | Budget Notes |