RIM_LE_RJCT_A_V(SQL View) |
Index Back |
---|---|
Active Lead Reject Reasons.Active Lead Reject Reasons for a RIM device based on a SetId and UserId combination |
SELECT C.SETID , C.LEAD_REJECT_CD , C.DESCR , A.PERSON_ID FROM PS_RSFM_SUSER_VW A , PS_SET_CNTRL_REC B , PS_RSF_LE_RJCT_RSN C WHERE A.BUSINESS_UNIT = B.SETCNTRLVALUE AND B.RECNAME='RSF_LE_RJCT_RSN' AND B.SETID = C.SETID AND C.STATUS = 'A' |
# | 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.
Prompt Table: SP_SETID_NONVW |
2 | LEAD_REJECT_CD | Character(10) | VARCHAR2(10) NOT NULL | LEAD_REJECT_CD |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |