RA_DLG_PROF_LVW(SQL View) |
Index Back |
|---|---|
Profile View Language RecRelated Language Record for Profiles View |
| SELECT A.RA_PROFILE_ID , B.LANGUAGE_CD , A.RA_PROFILE_NAME , A.DESCR254 FROM PS_RA_DLG_PROF_VW A , PS_RA_PROFILE_LNG B WHERE A.RA_PROFILE_ID = B.RA_PROFILE_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(18,0) | DECIMAL(18) NOT NULL | Profile - profile ID | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | RA_PROFILE_NAME | Character(80) | VARCHAR2(80) NOT NULL | Profile - Name |
| 4 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |