RB_CUST_NOTE_VW

(SQL View)
Index Back

Company Notes

CRM common object : Used in the notes list..............

SELECT BC.SETID , BC.CUST_ID , A.BO_ID_CUST , BC.CUST_ID , BO.BO_NAME , A.NOTE_SEQ_NBR , 'Company' , A.NOTE_SUMMARY , ' ' , %subrec(RB_AUDIT_SBR, A) , ' ' , ' ' , A.DESCRLONG FROM PS_RD_COMP_NOTE A , PS_BC BC , PS_BO BO WHERE A.BO_ID = BC.BO_ID AND A.BO_ID = BO.BO_ID AND BC.BO_ID = BO.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_SEQ_NBR Number(6,0) INTEGER NOT NULL Note ID
    7 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.
    8 RC_SUMMARY Character(80) VARCHAR2(80) NOT NULL Typically a summary of a long field.
    9 STD_NOTE_CD Character(10) VARCHAR2(10) NOT NULL Standard Note Code
    10 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    11 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    12 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    13 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    14 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.
    15 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time
    16 NAME Character(50) VARCHAR2(50) NOT NULL Name
    17 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50
    18 DESCRLONG Long Character CLOB Long Description