RD_COMP_GS_VW2

(SQL View)
Index Back

Partner Serach View

Partner Serach View used in Partner Company component.

SELECT A.BO_ID , A.SETID , A.COMPANYID , A.DUNS_NUMBER , B.BO_NAME , B.BO_NAME_AC , %Upper(B.BO_NAME) , A.SYNCID FROM PS_RD_COMPANY A , PS_BO_NAME B WHERE A.BO_ID = B.BO_ID AND B.PRIMARY_IND = 'Y'

  • Parent record: BO
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
    2 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
    Set Control Field: SETID

    3 COMPANYID Character(15) VARCHAR2(15) NOT NULL Company ID
    4 DUNS_NUMBER Character(20) VARCHAR2(20) NOT NULL DUNS Number
    5 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
    6 BO_NAME_AC Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
    7 BO_NAME_SRCH Character(50) VARCHAR2(50) NOT NULL BO_NAME_SRCH
    8 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.