RB_TD_C_PROFCDL(SQL View) |
Index Back |
---|---|
Customer Profile Code ViewCustomer Profile Code View returns all the profiles of RB_TD_PROF_TYPE = 'C' |
SELECT A.PROFILE_CODE , LANGUAGE_CD , B.DESCR FROM PS_RB_TD_PROF_SET A , PS_RB_TD_PROF_LNG B WHERE A.RB_TD_PROF_TYPE = 'C' AND B.PROFILE_CODE = A.PROFILE_CODE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Profile Code | |
2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |