RD_COMPG_CLSVW

(SQL View)
Index Back

Company Search View

Company Search View for SetID Security.

SELECT DISTINCT A.SETID , A.COMPANYID , A.DUNS_NUMBER , A.BO_NAME , A.BO_NAME_AC , A.CUST_STATUS , A.BO_NAME_SRCH , A.BO_ID , B.OPRID , A.SYNCID FROM PS_RD_COMP_SRCH_VW A , PSOPRCLS B , PS_SEC_SETID_CLS C WHERE A.SETID = C.SETID AND B.OPRCLASS = C.OPRCLASS

  • Parent record: BO
  • # 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
    Set Control Field: SETID

    2 COMPANYID Character(15) VARCHAR2(15) NOT NULL Company ID
    3 DUNS_NUMBER Character(20) VARCHAR2(20) NOT NULL DUNS Number
    4 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
    5 BO_NAME_AC Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
    6 CUST_STATUS Character(1) VARCHAR2(1) NOT NULL Customer Status Indicator. BC.CUST_STATUS
    A=Active
    I=Inactive
    7 BO_NAME_SRCH Character(50) VARCHAR2(50) NOT NULL BO_NAME_SRCH
    8 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
    9 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    10 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.