RB_COMP_SRCH(SQL View) |
Index Back |
---|---|
Company ViewShows All the Companies and their names. |
SELECT A.SETID , A.COMPANYID , B.BO_NAME FROM PS_RD_COMPANY A , PS_BO_NAME B WHERE A.BO_ID = B.BO_ID |
# | 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 | COMPANYID | Character(15) | VARCHAR2(15) NOT NULL |
Company ID
Default Value: NEXT Prompt Table: RD_COMPANY |
3 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |