RB_CONS_NOTE_VW

(SQL View)
Index Back

Consumer Note View

Show the Consumer's Notes. This view is used in the notes list

SELECT BC.SETID , BC.CUST_ID , A.BO_ID , A.PERSON_ID , BO.BO_NAME , D.NOTE_GUID , D.NOTE_SEQ_NBR , 'Consumer' , D.NOTE_SUMMARY , ' ' , %subrec(RB_AUDIT_SBR, A) , ' ' , ' ' , D.DESCRLONG FROM PS_RD_PERSON A , PS_BC BC , PS_BO BO , PS_BC_NOTE D WHERE A.BO_ID = BC.BO_ID AND A.BO_ID = BO.BO_ID AND BC.BO_ID = BO.BO_ID AND D.BO_ID = A.BO_ID

  • Related Language Record: RB_CUST_NOTE_LN
  • Parent record: RD_COMPANY
  • # 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 NOTE_GUID Signed Number(32,0) DECIMAL(31) NOT NULL GUID as a number for notes.
    7 NOTE_SEQ_NBR Number(6,0) INTEGER NOT NULL Note ID
    8 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.
    9 RC_SUMMARY Character(80) VARCHAR2(80) NOT NULL Typically a summary of a long field.
    10 STD_NOTE_CD Character(10) VARCHAR2(10) NOT NULL Standard Note Code
    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
    17 NAME Character(50) VARCHAR2(50) NOT NULL Name
    18 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50
    19 DESCRLONG Long Character CLOB Long Description