RD_NAME_SRCH_VW

(SQL View)
Index Back

Business Object Name

Retrieving the Business Objects' Names.

SELECT A.SETID , B.BO_ID , A.COMPANYID , B.BO_NAME , B.BO_NAME_AC FROM PS_RD_COMPANY A , PS_BO_NAME B , PS_BO C WHERE A.BO_ID = B.BO_ID AND A.BO_ID= C.BO_ID AND B.BO_ID= C.BO_ID

  • 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.

    Default Value: OPR_DEF_TBL_RB.SETID

    Prompt Table: SP_SETID_NONVW

    2 BO_ID_PARENT Number(31,0) DECIMAL(31) NOT NULL Business Object ID of the Parent Company.

    Default Value: RD_COMPANY.BO_ID

    Prompt Table: RD_NAME_SRCH_VW

    3 COMPANYID Character(15) VARCHAR2(15) NOT NULL Company ID

    Default Value: NEXT

    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