RB_SITE_NOTE_VW(SQL View) |
Index Back |
---|---|
Company NotesCRM common object : Used in the notes list.............. |
SELECT BC.SETID , BC.CUST_ID , A.BO_ID , BC.CUST_ID , BO.BO_NAME , C.COMPANYID , B.BO_ID_PARENT , B.BO_NAME_PARENT , A.NOTE_SEQ_NBR , 'Site' , A.NOTE_SUMMARY , ' ' , %subrec(RB_AUDIT_SBR, A) , ' ' , ' ' , A.DESCRLONG FROM PS_RD_SITE_NOTE A , PS_BC BC , PS_BO BO , PS_RD_SITE_PARENT B , PS_RD_COMPANY C WHERE A.BO_ID = BC.BO_ID AND A.BO_ID = BO.BO_ID AND BC.BO_ID = BO.BO_ID AND A.SETID=B.SETID AND A.SITE_ID=B.SITE_ID AND C.BO_ID (+)= B.BO_ID_PARENT AND C.SETID (+)= B.SETID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Prompt Table: SP_SETID_NONVW |
2 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer ID |
3 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
4 | ID_NOTE | Character(20) | VARCHAR2(20) NOT NULL | ID Number |
5 | NAME1 | Character(50) | VARCHAR2(50) NOT NULL | Generic 50 character name field for storing names. |
6 | COMPANYID | Character(15) | VARCHAR2(15) NOT NULL | Company ID |
7 | BO_ID_PARENT | Number(31,0) | DECIMAL(31) NOT NULL | Business Object ID of the Parent Company. |
8 | BO_NAME_PARENT | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
9 | NOTE_SEQ_NBR | Number(6,0) | INTEGER NOT NULL | Note ID |
10 | NOTE_SOURCE | Character(15) | VARCHAR2(15) NOT NULL | The original location a note came from. Or the source location of the note, either a lead, opportunity, customer, contact, case or service order. |
11 | RC_SUMMARY | Character(80) | VARCHAR2(80) NOT NULL | Typically a summary of a long field. |
12 | STD_NOTE_CD | Character(10) | VARCHAR2(10) NOT NULL | Standard Note Code |
13 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
14 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
15 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
16 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
17 | 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. |
18 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
19 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
20 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
21 | DESCRLONG | Long Character | CLOB | Long Description |