RSF_LE_RJ_SET_L(SQL View) |
Index Back |
---|---|
Lead Reject/Turnback Reasonlanguage View containing the secription of the Lead Reject/Turnback Reason |
SELECT DISTINCT A.SETID , A.LANGUAGE_CD , B.DESCR FROM PS_RSF_LE_RJCT_LNG A , PS_SETID_TBL B WHERE A.SETID = B.SETID |
# | 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.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |