RSF_BO_COMP_LNG(SQL View) |
Index Back |
|---|---|
Company as CompetitorA view of all Companies as Competitors for all related languages |
| SELECT A.SETID , A.BO_ID_CUST , C.LANGUAGE_CD , C.DESCR FROM PS_RSF_BO_COMP_VW A , PS_RSF_SUSER B , PS_BO_ROLE_TYP_LNG C WHERE A.ROLE_TYPE_ID = C.ROLE_TYPE_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | ROLE_NAME | Character(40) | VARCHAR2(40) NOT NULL | Role name |