RD_PTNR_PRF_LVW(SQL View) |
Index Back |
|---|---|
Partner Security Profile ViewThis is view of Partner Security Profile showing all the memberships and profiles associated with a partner. |
| SELECT A.BO_ID , D.LANGUAGE_CD , D.DESCR , D.DESCRLONG FROM PS_RSEC_ML_PARTNER A , PS_RSEC_PROFILEMDM B , PS_RSEC_PROFILEDFN C ,PS_RSEC_PROFILELNG D WHERE A.RSEC_MEMBER_ID = B.RSEC_MEMBER_ID AND B.RSEC_PROFILE_ID = C.RSEC_PROFILE_ID AND C.RSEC_PROFILE_ID = D.RSEC_PROFILE_ID AND C.STATUS = 'A' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Signed Number(32,0) | DECIMAL(31) NOT NULL |
Business Object ID
Prompt Table: RSEC_BO_PART_VW |
|
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | DESCRLONG | Long Character | CLOB | Long Description |